body.page-id-6038 {
	--rt-home-width: min(1180px, calc(100vw - 48px));
	--rt-section-gap: 36px;
	--rt-heading-gap: 18px;
	background: #ffffff;
	color: #25263b;
}

body.post-type-archive-podcast,
body.tax-podcastfilter,
body.page-template-archive-podcast {
	background: linear-gradient(180deg, #f6fdff 0%, #ffffff 42%, #f2fbff 100%);
	color: #25273d;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

body.post-type-archive-podcast .qt-main,
body.tax-podcastfilter .qt-main,
body.page-template-archive-podcast .qt-main {
	background: transparent;
	flex: 1 0 auto;
	min-height: 0;
	width: 100%;
}

body.post-type-archive-podcast .qt-footer,
body.tax-podcastfilter .qt-footer,
body.page-template-archive-podcast .qt-footer {
	flex-shrink: 0;
}

.rt-podcast-archive {
	max-width: 1180px;
	width: calc(100% - 48px);
}

.rt-podcast-intro {
	margin: 0 0 34px;
}

.rt-podcast-intro span,
.rt-podcast-intro a {
	color: #42caf5;
	display: inline-block;
	font-family: Oswald, Arial, sans-serif;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.rt-podcast-intro h2 {
	color: #25273d;
	font-size: 44px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.rt-podcast-intro p {
	color: #565b72;
	font-size: 18px;
	line-height: 1.5;
	margin: 12px 0 0;
	max-width: 620px;
}

.rt-podcast-series-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 220px));
	justify-content: start;
}

.rt-podcast-series-card {
	background: transparent;
	display: block;
	min-height: 0;
	position: relative;
	transform: translateY(0);
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.rt-podcast-series-card__image {
	aspect-ratio: 1 / 1;
	background: #fff;
	border: 1px solid rgba(66, 202, 245, 0.16);
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(66, 202, 245, 0.1);
	display: block;
	overflow: hidden;
	position: relative;
}

.rt-podcast-series-card img {
	display: block;
	height: 100%;
	left: 0;
	object-fit: cover;
	opacity: 1;
	position: absolute;
	top: 0;
	transition: transform 0.35s ease;
	width: 100%;
}

.rt-podcast-series-card__overlay {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(66, 202, 245, 0.04) 100%);
	inset: 0;
	position: absolute;
	z-index: 1;
}

.rt-podcast-series-card__count {
	background: rgba(37, 39, 61, 0.72);
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	padding: 6px 8px;
	position: absolute;
	right: 8px;
	top: 8px;
	z-index: 2;
}

.rt-podcast-series-card strong {
	color: #25273d;
	display: block;
	font-family: Oswald, Arial, sans-serif;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.1;
	margin-top: 12px;
	text-align: left;
	text-transform: uppercase;
}

.rt-podcast-series-card:hover {
	transform: translateY(-3px);
}

.rt-podcast-series-card:hover .rt-podcast-series-card__image {
	box-shadow: 0 18px 36px rgba(66, 202, 245, 0.18);
}

.rt-podcast-series-card:hover img {
	transform: scale(1.025);
}

body.tax-podcastfilter .qt-pageheader {
	display: none;
}

body.tax-podcastfilter .rt-podcast-archive,
body.page-template-archive-podcast .rt-podcast-archive {
	padding-top: 56px;
	padding-bottom: 64px;
}

.rt-podcast-intro--detail {
	margin-bottom: 24px;
}

.rt-podcast-intro--detail h2 {
	font-size: 42px;
}

.rt-podcast-episodes-grid {
	align-items: start;
	display: grid;
	gap: 18px;
	grid-template-columns: 1fr;
	margin: 0 auto;
	max-width: 900px;
	width: min(100%, 900px);
}

.rt-podcast-episodes-grid::before,
.rt-podcast-episodes-grid::after {
	display: none;
}

.rt-podcast-episode {
	align-items: stretch;
	background: #f2f2f5;
	border-radius: 8px;
	display: grid !important;
	grid-template-columns: 142px minmax(0, 1fr);
	min-height: 142px;
	overflow: hidden;
	transition: box-shadow 0.22s ease, transform 0.22s ease;
	width: 100% !important;
}

.rt-podcast-episode:hover {
	box-shadow: 0 16px 34px rgba(37, 39, 61, 0.08);
	transform: translateY(-2px);
}

.rt-podcast-episode__media {
	display: block;
	height: 142px;
	position: relative;
	width: 142px;
}

.rt-podcast-episode__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.rt-podcast-episode__play {
	align-items: center;
	background: #42caf5;
	border-radius: 999px;
	box-shadow: 0 12px 24px rgba(66, 202, 245, 0.32);
	display: flex;
	height: 66px;
	justify-content: center;
	position: absolute;
	right: -33px;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.22s ease, background 0.22s ease;
	width: 66px;
	z-index: 2;
}

.rt-podcast-episode__play::before {
	border-bottom: 13px solid transparent;
	border-left: 20px solid #fff;
	border-top: 13px solid transparent;
	content: "";
	display: block;
	height: 0;
	margin-left: 5px;
	width: 0;
}

.rt-podcast-episode:hover .rt-podcast-episode__play {
	background: #28bce9;
	transform: translateY(-50%) scale(1.04);
}

.rt-podcast-episode__play i {
	display: none;
}

.rt-podcast-episode__content {
	align-content: center;
	display: grid;
	min-width: 0;
	padding: 24px 34px 24px 76px;
}

.rt-podcast-episode__content h3 {
	color: #181022;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.16;
	margin: 0 0 10px;
	text-transform: none;
}

.rt-podcast-episode__content h3 a {
	color: inherit;
}

.rt-podcast-episode__content p {
	color: #181022;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 12px;
}

.rt-podcast-episode__meta {
	align-items: center;
	color: #25273d;
	display: flex;
	flex-wrap: wrap;
	font-size: 15px;
	font-weight: 700;
	gap: 18px;
}

.rt-podcast-episode__meta a {
	color: #42caf5;
	font-weight: 800;
	text-transform: uppercase;
}

.rt-podcast-loadmore {
	color: #42caf5;
	font-family: Oswald, Arial, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 900;
	letter-spacing: 0;
	margin: 28px auto 0;
	max-width: 900px;
	text-align: center;
	text-transform: uppercase;
}

.rt-podcast-infinite-sentinel {
	display: block;
	height: 1px;
}

body.tax-podcastfilter .qt-pagination,
body.page-template-archive-podcast .qt-pagination {
	display: none;
}

.rt-podcast-episodes-grid.row > [class*="col"] {
	float: none;
	left: auto;
	margin-left: 0;
	padding: 0;
	right: auto;
	width: auto !important;
}

.rt-podcast-episodes-grid .qt-part-archive-item {
	align-items: center;
	background: #f2f2f5;
	border: 0;
	border-radius: 8px;
	box-shadow: none;
	display: flex;
	min-height: 142px;
	overflow: hidden;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
	width: 100%;
}

.rt-podcast-episodes-grid .qt-part-archive-item:hover {
	box-shadow: 0 16px 34px rgba(37, 39, 61, 0.08);
	transform: translateY(-2px);
}

.rt-podcast-episodes-grid .qt-item-header {
	background: #e9f9fe;
	flex: 0 0 142px;
	height: 142px;
	min-height: 0;
	position: relative;
	width: 142px;
}

.rt-podcast-episodes-grid .qt-item-header .qt-header-mid {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	min-height: 0;
	padding: 0;
	position: relative;
	z-index: 3;
}

.rt-podcast-episodes-grid .qt-item-header .qt-header-bg,
.rt-podcast-episodes-grid .qt-item-header .qt-header-bg img {
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.rt-podcast-episodes-grid .qt-item-header .qt-header-bg {
	z-index: 1;
}

.rt-podcast-episodes-grid .qt-item-header .qt-header-bg::after {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.12) 100%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: 2;
}

.rt-podcast-episodes-grid .qt-header-top,
.rt-podcast-episodes-grid .qt-header-bottom {
	display: none;
}

.rt-podcast-episodes-grid .qt-header-mid .qt-vi a {
	align-items: center;
	background: #181022;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 12px 24px rgba(24, 16, 34, 0.22);
	display: flex;
	height: 66px;
	justify-content: center;
	opacity: 1;
	position: absolute;
	right: -33px;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 0.22s ease, transform 0.22s ease, background 0.22s ease;
	width: 66px;
}

.rt-podcast-episodes-grid .qt-part-archive-item:hover .qt-header-mid .qt-vi a {
	opacity: 1;
	transform: translateY(-50%) scale(1.04);
}

.rt-podcast-episodes-grid .qt-header-mid .qt-vi i {
	color: #fff !important;
	font-size: 34px;
	line-height: 1;
	margin-left: 4px;
}

.rt-podcast-episodes-grid .qt-item-content-s {
	align-items: center;
	background: transparent;
	display: flex;
	flex: 1;
	min-height: 0;
	justify-content: flex-start;
	padding: 26px 34px 26px 76px;
}

.rt-podcast-episodes-grid .qt-item-content-s h4,
.rt-podcast-episodes-grid .qt-item-content-s h4 a {
	color: #25273d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.16;
	margin: 0;
	max-width: 100%;
	text-transform: uppercase;
}

.rt-podcast-episodes-grid .qt-item-content-s h4 a:hover {
	color: #42caf5;
}

@media (max-width: 1100px) {
	.rt-podcast-series-grid {
		grid-template-columns: repeat(2, minmax(0, 220px));
	}

	.rt-news-topic__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rt-news-highlight,
	.rt-news-featured {
		grid-template-columns: 1fr;
	}

	.rt-news-featured__image {
		min-height: 0;
	}
}

@media (max-width: 900px) {
	.rt-podcast-archive {
		width: calc(100% - 32px);
	}

	.rt-podcast-intro h2 {
		font-size: 34px;
	}

	.rt-podcast-series-grid,
	.rt-podcast-episodes-grid {
		grid-template-columns: 1fr;
	}

	.rt-podcast-series-card {
		max-width: 220px;
		width: 100%;
	}

	.rt-podcast-series-card strong {
		font-size: 24px;
	}

	.rt-podcast-episode {
		grid-template-columns: 104px minmax(0, 1fr);
		min-height: 104px;
	}

	.rt-podcast-episode__media {
		height: 104px;
		width: 104px;
	}

	.rt-podcast-episode__play {
		height: 48px;
		right: -24px;
		width: 48px;
	}

	.rt-podcast-episode__play i {
		font-size: 25px;
	}

	.rt-podcast-episode__content {
		padding: 16px 16px 16px 48px;
	}

	.rt-podcast-episode__content h3 {
		font-size: 17px;
		line-height: 1.15;
		margin-bottom: 6px;
	}

	.rt-podcast-episode__content p {
		display: none;
	}

	.rt-podcast-episode__meta {
		font-size: 12px;
		gap: 10px;
	}

	.rt-podcast-episodes-grid .qt-part-archive-item {
		min-height: 104px;
	}

	.rt-podcast-episodes-grid .qt-item-header {
		flex-basis: 104px;
		height: 104px;
		width: 104px;
	}

	.rt-podcast-episodes-grid .qt-header-mid .qt-vi a {
		height: 48px;
		right: -24px;
		width: 48px;
	}

	.rt-podcast-episodes-grid .qt-header-mid .qt-vi i {
		font-size: 25px;
	}

	.rt-podcast-episodes-grid .qt-item-content-s {
		padding: 16px 16px 16px 48px;
	}

	.rt-podcast-episodes-grid .qt-item-content-s h4,
	.rt-podcast-episodes-grid .qt-item-content-s h4 a {
		font-size: 17px;
		line-height: 1.15;
	}

	.rt-news-page {
		padding: 42px 0 56px;
		width: calc(100% - 32px);
	}

	.rt-news-page__hero p {
		font-size: 18px;
	}

	.rt-news-highlight {
		gap: 18px;
		margin: 28px 0 38px;
	}

	.rt-news-featured {
		min-height: 0;
	}

	.rt-news-featured__image {
		min-height: 0;
	}

	.rt-news-featured__body {
		min-height: 300px;
		padding: 22px;
	}

	.rt-news-featured h2 {
		font-size: 28px;
	}

	.rt-news-mostread {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.rt-news-mostread__head strong {
		font-size: 27px;
	}

	.rt-news-mostread__item span {
		font-size: 18px;
	}

	.rt-news-topic__head {
		align-items: flex-start;
		display: block;
	}

	.rt-news-topic__head h2 {
		font-size: 28px;
		line-height: 1.08;
	}

	.rt-news-topic__grid {
		grid-template-columns: 1fr;
	}

	.rt-news-topic-card {
		min-height: 0;
	}

	.rt-news-topic-card__image {
		flex-basis: 190px;
		height: 190px;
	}

	.rt-single-more__inner {
		width: calc(100% - 32px);
	}

	.rt-single-more__item {
		gap: 16px;
		grid-template-columns: 118px minmax(0, 1fr);
		padding: 22px 0;
	}

	.rt-single-more__image {
		height: 92px;
	}

	.rt-single-more__content strong {
		font-size: 20px;
	}

	.rt-single-more__content em {
		font-size: 14px;
		margin-bottom: 10px;
	}
}

body.page-id-6038 .qt-main {
	background: linear-gradient(180deg, #ffffff 0%, #f7fdff 52%, #ffffff 100%);
}

body.page-id-6038 .qt-pageheader {
	display: none !important;
}

body.page-id-6038 .qt-container-composer,
body.page-id-6038 .qt-container-composer .qt-the-content {
	width: 100%;
	max-width: none;
	padding: 0;
}

body.page-id-6038 .rt-home-frame {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.page-id-6038 .elementor-element-rtslider1 > .elementor-container {
	width: 100% !important;
	max-width: none !important;
}

body.page-id-6038 .elementor-element-rtslider1 .elementor-widget-wrap {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

body.page-id-6038 .rt-image-slider {
	position: relative;
	width: 100%;
	height: 396px !important;
	overflow: hidden;
	background: #eefbff;
}

body.page-id-6038 .rt-image-slider__track,
body.page-id-6038 .rt-image-slider__slide {
	position: absolute;
	inset: 0;
}

body.page-id-6038 .rt-image-slider__slide {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
	opacity: 0;
	text-decoration: none;
	transform: scale(1.02);
	transition: opacity 0.7s ease, transform 1.2s ease;
}

body.page-id-6038 .rt-image-slider__slide::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(6, 16, 24, 0.72) 0%, rgba(6, 16, 24, 0.38) 42%, rgba(6, 16, 24, 0.04) 78%);
	z-index: 1;
}

body.page-id-6038 .rt-image-slider__slide.is-active {
	opacity: 1;
	transform: scale(1);
}

body.page-id-6038 .rt-image-slider__content {
	position: absolute;
	left: max(48px, calc((100vw - 1180px) / 2));
	bottom: 76px;
	z-index: 2;
	display: grid;
	gap: 12px;
	width: min(560px, calc(100% - 96px));
}

body.page-id-6038 .rt-image-slider__content strong {
	color: #ffffff;
	font-family: 'Khand', sans-serif;
	font-size: 42px;
	font-style: normal;
	font-weight: 900;
	line-height: 0.98;
	text-transform: uppercase;
	text-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

body.page-id-6038 .rt-image-slider__content span {
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.45;
	text-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}

body.page-id-6038 .rt-image-slider__dots {
	position: absolute;
	left: 50%;
	bottom: 26px;
	z-index: 3;
	display: flex;
	gap: 10px;
	transform: translateX(-50%);
}

body.page-id-6038 .rt-image-slider__dot {
	width: 11px;
	height: 11px;
	padding: 0;
	border: 2px solid #ffffff;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.25);
	cursor: pointer;
}

body.page-id-6038 .rt-image-slider__dot.is-active {
	background: #42caf5;
	border-color: #42caf5;
}

body.page-id-6038 .rt-hero-clean {
	font-family: Poppins, Arial, sans-serif;
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.88fr);
	align-items: center;
	gap: 54px;
	min-height: 500px;
	padding: 64px 8% 38px;
	overflow: hidden;
	background: transparent;
	color: #16172b;
}

body.page-id-6038 .rt-hero-clean * {
	box-sizing: border-box;
	letter-spacing: 0;
}

body.page-id-6038 .rt-hero-clean__kicker {
	margin: 0 0 14px;
	color: #42caf5;
	font-size: 22px;
	font-weight: 900;
	text-transform: uppercase;
}

body.page-id-6038 .rt-hero-clean__title {
	margin: 0;
	color: #25263b;
	font-size: clamp(46px, 6vw, 78px);
	line-height: 0.94;
	font-weight: 950;
	font-style: normal;
	text-transform: uppercase;
}

body.page-id-6038 .rt-hero-clean__text {
	max-width: 460px;
	margin: 22px 0 32px;
	color: #51576c;
	font-size: 18px;
	line-height: 1.5;
}

body.page-id-6038 .rt-hero-clean__button {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	background: #42caf5;
	color: #061018 !important;
	text-decoration: none;
	border-radius: 8px;
	padding: 18px 24px;
	font-size: 15px;
	font-weight: 900;
	text-transform: uppercase;
	box-shadow: 0 16px 34px rgba(66, 202, 245, 0.38);
}

body.page-id-6038 .rt-hero-clean__play {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(6, 16, 24, 0.35);
	border-radius: 50%;
}

body.page-id-6038 .rt-hero-clean__art {
	position: relative;
	min-height: 395px;
	display: grid;
	place-items: center;
}

body.page-id-6038 .rt-hero-clean__circle {
	width: min(330px, 70vw);
	height: min(330px, 70vw);
	border-radius: 50%;
	background: #42caf5;
	box-shadow: 0 40px 80px rgba(66, 202, 245, 0.32);
}

body.page-id-6038 .rt-hero-clean__mic {
	position: absolute;
	width: 170px;
	height: 350px;
	border-radius: 80px 80px 28px 28px;
	background: linear-gradient(90deg, #151620, #f4f7fb 48%, #313440);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

body.page-id-6038 .rt-hero-clean__mic:before {
	content: "";
	position: absolute;
	left: 20px;
	right: 20px;
	top: 24px;
	height: 100px;
	border-radius: 60px;
	background: repeating-linear-gradient(90deg, #171923 0 4px, #edf4f8 4px 8px);
}

body.page-id-6038 .rt-hero-clean__wave {
	position: absolute;
	left: 0;
	right: 0;
	height: 130px;
	background: repeating-linear-gradient(90deg, rgba(66, 202, 245, 0.18) 0 3px, transparent 3px 18px);
	opacity: 0.9;
	z-index: 0;
}

.rt-feature-row {
	display: grid;
	grid-template-columns: 470px minmax(0, 1fr);
	align-items: stretch;
	gap: 36px;
	width: var(--rt-home-width);
	margin: 32px auto var(--rt-section-gap);
}

.rt-now-card,
.rt-quick-card {
	background: #ffffff;
	border: 1px solid rgba(66, 202, 245, 0.16);
	border-radius: 10px;
	box-shadow: 0 20px 48px rgba(66, 202, 245, 0.12);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.rt-now-card:hover,
.rt-quick-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 56px rgba(66, 202, 245, 0.18);
}

.rt-now-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 86px 116px;
	align-items: center;
	gap: 24px;
	min-height: 178px;
	padding: 24px 22px 22px 28px;
	overflow: hidden;
}

.rt-now-card__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.rt-now-card__label,
.rt-card-label {
	display: block;
	margin-bottom: 9px;
	color: #42caf5;
	font-size: 15px;
	font-weight: 900;
	text-transform: uppercase;
}

.rt-now-card h3 {
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	color: #25263b;
	font-family: 'Khand', sans-serif;
	font-size: 27px;
	font-style: normal !important;
	font-weight: 900;
	line-height: 0.98;
	text-transform: uppercase;
	max-width: 245px;
	white-space: normal;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.rt-now-card h3.rt-now-card__title--long {
	font-size: 24px;
	line-height: 1;
	max-width: 250px;
}

.rt-now-card p {
	position: relative;
	z-index: 2;
	margin: 0;
	color: #51576c;
	font-size: 14px;
	line-height: 1.32;
}

.rt-now-card__host {
	margin-top: 8px !important;
	font-size: 15px !important;
}

.rt-now-card__time {
	margin-top: 4px !important;
	font-weight: 800;
}

.rt-now-card__side {
	position: relative;
	z-index: 2;
	display: grid;
	grid-column: 3;
	grid-row: 1;
	width: 124px;
	gap: 7px;
	align-self: start;
	justify-self: end;
}

.rt-now-card__media {
	position: relative;
	width: 116px;
	height: 126px;
	overflow: hidden;
	background: #eaf9fe;
	border: 2px solid rgba(66, 202, 245, 0.2);
	border-radius: 12px;
	box-shadow: 0 14px 34px rgba(66, 202, 245, 0.18);
}

.rt-now-card__media img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	min-height: 100% !important;
	object-fit: cover !important;
	object-position: center center;
	background: #eaf9fe;
	transform: scaleY(1.08);
	transform-origin: center center;
}

.rt-now-card__media--empty {
	display: grid;
	place-items: center;
	color: #119ac2;
	font-family: 'Khand', sans-serif;
	font-size: 26px;
	font-weight: 900;
}

.rt-now-card__next {
	display: -webkit-box;
	overflow: hidden;
	color: #119ac2;
	font-size: 10px;
	font-weight: 900;
	line-height: 1.12;
	text-transform: uppercase;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.rt-now-card__next strong,
.rt-now-card__next em {
	display: inline;
	color: #25263b;
	font-style: normal;
}

.rt-now-card__next strong {
	margin-left: 3px;
}

.rt-now-card__next em {
	color: #51576c;
	font-size: 10px;
	margin-left: 3px;
}

.rt-now-card__play {
	position: relative;
	grid-column: 2;
	grid-row: 1;
	top: auto;
	right: auto;
	display: grid;
	place-items: center;
	width: 68px !important;
	min-width: 68px !important;
	height: 68px !important;
	min-height: 68px !important;
	padding: 0 !important;
	background: #42caf5;
	border: 0 !important;
	color: #061018 !important;
	border-radius: 999px !important;
	box-shadow: 0 14px 30px rgba(66, 202, 245, 0.32);
	text-decoration: none;
	font-size: 0;
	transform: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	z-index: 3;
}

.rt-now-card__play::before {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	margin-left: 4px;
	background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M10 7.5L24 16L10 24.5V7.5Z' stroke='white' stroke-width='4' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/svg%3E");
}

.rt-now-card__play.qt-btn-primary::before,
.rt-now-card__play.beingplayed::before {
	margin-left: 0;
	background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M12 9V23' stroke='white' stroke-width='5' stroke-linecap='round'/%3E%3Cpath d='M20 9V23' stroke='white' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.rt-now-card__play:hover {
	background: #119ac2;
	box-shadow: 0 18px 40px rgba(66, 202, 245, 0.34);
	transform: scale(1.04);
}

.rt-now-card__wave {
	position: absolute;
	left: 30px;
	width: 170px;
	right: auto;
	bottom: 18px;
	display: block;
	height: 14px;
	background:
		linear-gradient(90deg, rgba(66, 202, 245, 0.38) 0 3px, transparent 3px 11px) 0 50% / 11px 24px repeat-x;
	-webkit-mask-image: radial-gradient(ellipse at center, #000 0 58%, transparent 60%);
	mask-image: radial-gradient(ellipse at center, #000 0 58%, transparent 60%);
	opacity: 0.32;
	z-index: 1;
	pointer-events: none;
}

.rt-now-card::after {
	content: "";
	position: absolute;
	top: 28px;
	bottom: 28px;
	z-index: 1;
	width: 1px;
	background: rgba(66, 202, 245, 0.16);
}

.rt-now-card::after {
	right: 138px;
}

.rt-quick-card {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-items: stretch;
	min-height: 100%;
	height: 100%;
	overflow: hidden;
}

.rt-quick-card a {
	display: grid;
	align-content: center;
	justify-items: center;
	gap: 8px;
	min-height: 100%;
	padding: 18px 18px;
	color: #25263b;
	text-align: center;
	text-decoration: none;
	border-right: 1px solid rgba(66, 202, 245, 0.18);
	transition: background 0.22s ease, transform 0.22s ease;
}

.rt-quick-card a:hover {
	background: rgba(66, 202, 245, 0.08);
	transform: translateY(-2px);
}

.rt-quick-card a:last-child {
	border-right: 0;
}

.rt-quick-card i {
	color: #42caf5;
	font-size: 46px;
	line-height: 1;
	margin-bottom: 6px;
}

.rt-quick-card strong {
	color: #25263b;
	font-size: 15px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.1;
	text-transform: uppercase;
}

.rt-quick-card span {
	color: #51576c;
	font-size: 14px;
	line-height: 1.28;
	max-width: 150px;
}

body.page-id-6038 .elementor-element-rtfeatureshortcodesec > .elementor-container,
body.page-id-6038 .elementor-element-rtpostssec > .elementor-container,
body.page-id-6038 .elementor-element-rtvideoadsec > .elementor-container,
body.page-id-6038 .elementor-element-rtprogramssec > .elementor-container {
	width: 100% !important;
	max-width: none !important;
}

body.page-id-6038 .elementor-element-rtfeatureshortcodesec .elementor-widget-wrap,
body.page-id-6038 .elementor-element-rtpostssec .elementor-widget-wrap,
body.page-id-6038 .elementor-element-rtvideoadsec .elementor-widget-wrap,
body.page-id-6038 .elementor-element-rtprogramssec .elementor-widget-wrap {
	padding-right: 0 !important;
	padding-left: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

body.page-id-6038 .elementor-element-rtpostssec,
body.page-id-6038 .elementor-element-rtvideoadsec,
body.page-id-6038 .elementor-element-rtprogramssec {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

body.page-id-6038 .elementor-widget-heading {
	width: var(--rt-home-width);
	margin: 0 auto var(--rt-heading-gap);
}

body.page-id-6038 .elementor-heading-title {
	color: #25263b !important;
	font-family: 'Khand', sans-serif !important;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	text-transform: uppercase;
}

body.page-id-6038 .elementor-widget-onair-elementor-post-grid {
	width: var(--rt-home-width);
	margin: 0 auto var(--rt-section-gap);
}

body.page-id-6038 .elementor-element-rtfeatureshortcode,
body.page-id-6038 .elementor-element-rtpostswidget,
body.page-id-6038 .elementor-element-rtvideoadwidget,
body.page-id-6038 .elementor-element-rtprogramswidget {
	width: var(--rt-home-width);
	margin: 0 auto;
}

body.page-id-6038 .rt-news-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px;
	margin-bottom: var(--rt-section-gap);
}

body.page-id-6038 .rt-news-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 392px;
	overflow: hidden;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(24, 30, 48, 0.08);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

body.page-id-6038 .rt-news-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 24px 56px rgba(24, 30, 48, 0.14);
}

body.page-id-6038 .rt-news-card__image {
	display: block;
	height: 205px;
	flex: 0 0 205px;
	overflow: hidden;
	background: #eefbff;
}

body.page-id-6038 .rt-news-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease, filter 0.35s ease;
}

body.page-id-6038 .rt-news-card:hover .rt-news-card__image img {
	transform: scale(1.05);
	filter: saturate(1.08);
}

body.page-id-6038 .rt-news-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px 24px 26px;
}

body.page-id-6038 .rt-news-card h3 {
	min-height: 56px;
	margin: 0 0 14px;
	color: #25263b;
	font-size: 19px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.22;
	text-transform: none;
}

body.page-id-6038 .rt-news-card h3 a {
	display: -webkit-box;
	overflow: hidden;
	color: #25263b;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.page-id-6038 .rt-news-card p {
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	color: #51576c;
	font-size: 15px;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

body.page-id-5751 .qt-main {
	background: linear-gradient(180deg, #ffffff 0%, #f7fdff 48%, #ffffff 100%);
}

body.page-id-5751 .qt-container-composer {
	padding: 0;
}

body.page-id-5751 .qt-the-content {
	margin: 0;
}

.rt-news-page {
	margin: 0 auto;
	padding: 64px 0 78px;
	width: min(1240px, calc(100% - 48px));
}

.rt-news-page__hero {
	margin-bottom: 20px;
	max-width: 720px;
}

.rt-news-topic__head span {
	color: #42caf5;
	display: block;
	font-family: Oswald, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.rt-news-page__hero h1 {
	color: #25263b;
	font-family: Oswald, Arial, sans-serif;
	font-size: clamp(42px, 5vw, 64px);
	font-style: italic;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.95;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.rt-news-page__hero p {
	color: #42caf5;
	font-family: Oswald, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
}

.rt-news-highlight {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
	margin: 34px 0 54px;
}

.rt-news-featured {
	background: #111827;
	border-radius: 10px;
	box-shadow: 0 22px 54px rgba(24, 30, 48, 0.12);
	display: flex;
	flex-direction: column;
	min-height: 390px;
	overflow: hidden;
	position: relative;
	transition: box-shadow 0.22s ease, transform 0.22s ease;
}

.rt-news-featured:hover {
	box-shadow: 0 26px 62px rgba(24, 30, 48, 0.13);
	transform: translateY(-4px);
}

.rt-news-featured__image {
	background: #111827;
	display: block;
	inset: 0;
	min-height: 0;
	overflow: hidden;
	position: absolute;
	z-index: 1;
}

.rt-news-featured__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease, filter 0.35s ease;
	width: 100%;
}

.rt-news-featured:hover .rt-news-featured__image img {
	filter: saturate(1.08);
	transform: scale(1.035);
}

.rt-news-featured__image::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.58) 58%, rgba(0, 0, 0, 0.82) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.rt-news-featured__body {
	margin-top: auto;
	padding: 30px;
	position: relative;
	z-index: 2;
}

.rt-news-featured__body span,
.rt-news-mostread__head span {
	color: #42caf5;
	font-family: Oswald, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 13px;
	text-transform: uppercase;
}

.rt-news-featured h2 {
	color: #ffffff;
	font-family: Oswald, Arial, sans-serif;
	font-size: clamp(30px, 3.4vw, 42px);
	font-style: italic;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.rt-news-featured h2 a {
	color: inherit;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.rt-news-featured p {
	color: rgba(255, 255, 255, 0.86);
	display: -webkit-box;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.42;
	margin: 16px 0 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.rt-news-mostread {
	background: #ffffff;
	display: grid;
	gap: 20px 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rt-news-mostread__item {
	border-left: 1px solid rgba(37, 39, 61, 0.1);
	display: block;
	padding-left: 24px;
	transition: transform 0.2s ease;
}

.rt-news-mostread__head {
	display: none;
}

.rt-news-mostread__item img {
	aspect-ratio: 1.95 / 1;
	border-radius: 8px;
	display: block;
	margin-bottom: 10px;
	object-fit: cover;
	width: 100%;
}

.rt-news-mostread__item:hover {
	transform: translateX(4px);
}

.rt-news-mostread__item span {
	color: #42caf5;
	display: -webkit-box;
	font-family: Oswald, Arial, sans-serif;
	font-size: 19px;
	font-style: italic;
	font-weight: 900;
	line-height: 1.12;
	margin-bottom: 8px;
	overflow: hidden;
	text-transform: uppercase;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.rt-news-mostread__item small {
	color: #4d5366;
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	padding-left: 18px;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.rt-news-mostread__item small::before {
	background: #42caf5;
	border-radius: 999px;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	top: 8px;
	width: 8px;
}

.rt-news-topic {
	margin-bottom: 58px;
}

.rt-news-topic:last-child {
	margin-bottom: 0;
}

.rt-news-topic__head {
	align-items: end;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 18px;
}

.rt-news-topic__head h2 {
	color: #25263b;
	font-family: Oswald, Arial, sans-serif;
	font-size: 34px;
	font-style: italic;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.rt-news-topic__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rt-news-topic-card {
	background: #ffffff;
	border: 1px solid rgba(66, 202, 245, 0.12);
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(24, 30, 48, 0.07);
	display: flex;
	flex-direction: column;
	min-height: 365px;
	overflow: hidden;
	transition: box-shadow 0.22s ease, transform 0.22s ease;
}

.rt-news-topic-card:hover {
	box-shadow: 0 24px 54px rgba(24, 30, 48, 0.12);
	transform: translateY(-4px);
}

.rt-news-topic-card__image {
	background: #e9f9fe;
	display: block;
	flex: 0 0 168px;
	height: 168px;
	overflow: hidden;
}

.rt-news-topic-card__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease, filter 0.35s ease;
	width: 100%;
}

.rt-news-topic-card:hover .rt-news-topic-card__image img {
	filter: saturate(1.08);
	transform: scale(1.045);
}

.rt-news-topic-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 18px 18px 20px;
}

.rt-news-topic-card__body span {
	color: #42caf5;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.rt-news-topic-card h3 {
	color: #25263b;
	font-size: 18px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 10px;
	text-transform: none;
}

.rt-news-topic-card h3 a {
	color: inherit;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.rt-news-topic-card p {
	color: #565b72;
	display: -webkit-box;
	font-size: 14px;
	line-height: 1.48;
	margin: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.rt-news-topic__empty {
	background: rgba(66, 202, 245, 0.08);
	border-radius: 8px;
	color: #565b72;
	font-size: 16px;
	grid-column: 1 / -1;
	margin: 0;
	padding: 22px;
}

body.single-post .qt-main {
	background: linear-gradient(180deg, #ffffff 0%, #f7fdff 70%, #ffffff 100%);
}

.rt-single-more {
	background: transparent;
	padding: 18px 0 74px;
}

.rt-single-more__inner {
	margin: 0 auto;
	width: min(900px, calc(100% - 48px));
}

.rt-single-more h2 {
	border-bottom: 1px solid rgba(37, 39, 61, 0.16);
	color: #42caf5;
	font-family: Oswald, Arial, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 26px;
	padding-bottom: 16px;
	text-align: center;
	text-transform: uppercase;
}

.rt-single-more__list {
	display: grid;
	gap: 0;
}

.rt-single-more__item {
	align-items: center;
	border-bottom: 1px solid rgba(37, 39, 61, 0.14);
	display: grid;
	gap: 28px;
	grid-template-columns: 260px minmax(0, 1fr);
	padding: 30px 0;
	transition: transform 0.22s ease;
}

.rt-single-more__item:hover {
	transform: translateX(4px);
}

.rt-single-more__image {
	background: #e9f9fe;
	border-radius: 4px;
	display: block;
	height: 146px;
	overflow: hidden;
}

.rt-single-more__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease, filter 0.35s ease;
	width: 100%;
}

.rt-single-more__item:hover .rt-single-more__image img {
	filter: saturate(1.08);
	transform: scale(1.035);
}

.rt-single-more__content {
	display: block;
	min-width: 0;
}

.rt-single-more__content strong {
	color: #42caf5;
	display: -webkit-box;
	font-family: Oswald, Arial, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.12;
	margin-bottom: 10px;
	overflow: hidden;
	text-transform: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.rt-single-more__content em {
	color: #565b72;
	display: -webkit-box;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.45;
	margin-bottom: 14px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.rt-single-more__content small {
	color: #565b72;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

body.page-id-6038 .rt-video-ad-section {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.8fr);
	align-items: stretch;
	gap: 32px;
	width: 100%;
	margin: 0 auto var(--rt-section-gap);
}

body.page-id-6038 .rt-featured-video,
body.page-id-6038 .rt-ad-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

body.page-id-6038 .rt-section-title {
	margin: 0 0 var(--rt-heading-gap);
	color: #25263b !important;
	font-family: 'Khand', sans-serif !important;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
}

body.page-id-6038 .rt-featured-video__frame,
body.page-id-6038 .rt-ad-slider {
	overflow: hidden;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(24, 30, 48, 0.08);
}

body.page-id-6038 .rt-featured-video__frame {
	aspect-ratio: 16 / 9;
}

body.page-id-6038 .rt-ad-slider {
	flex: 1 1 auto;
	min-height: 0;
	height: auto;
}

body.page-id-6038 .rt-featured-video__frame iframe,
body.page-id-6038 .rt-featured-video__frame video {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

body.page-id-6038 .rt-featured-video__cover {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-decoration: none;
}

body.page-id-6038 .rt-featured-video__cover img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.page-id-6038 .rt-featured-video__cover .rt-featured-video__play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

body.page-id-6038 .rt-featured-video__placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	align-content: center;
	gap: 16px;
	background:
		linear-gradient(135deg, rgba(6, 16, 24, 0.84), rgba(17, 154, 194, 0.5)),
		radial-gradient(circle at 72% 25%, rgba(66, 202, 245, 0.55), transparent 34%),
		#061018;
	color: #ffffff;
}

body.page-id-6038 .rt-featured-video__placeholder strong {
	font-family: 'Khand', sans-serif;
	font-size: 26px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

body.page-id-6038 .rt-featured-video__play {
	position: relative;
	display: grid;
	width: 72px;
	height: 72px;
	place-items: center;
	background: #42caf5;
	border-radius: 50%;
	box-shadow: 0 18px 38px rgba(66, 202, 245, 0.28);
}

body.page-id-6038 .rt-featured-video__play::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-left: 6px;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 20px solid #061018;
}

body.page-id-6038 .rt-ad-slider {
	position: relative;
	aspect-ratio: 1 / 1;
}

body.page-id-6038 .rt-ad-slide {
	position: absolute;
	inset: 0;
	display: block;
	color: inherit;
	opacity: 0;
	text-decoration: none;
	transition: opacity 0.45s ease;
}

body.page-id-6038 .rt-ad-slide.is-active {
	opacity: 1;
}

body.page-id-6038 .rt-ad-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

body.page-id-6038 .rt-ad-card__placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	align-content: center;
	gap: 8px;
	padding: 28px;
	background:
		linear-gradient(135deg, rgba(66, 202, 245, 0.18), rgba(255, 255, 255, 0.88)),
		#eefbff;
	color: #25263b;
	text-align: center;
}

body.page-id-6038 .rt-ad-card__placeholder strong {
	font-family: 'Khand', sans-serif;
	font-size: 23px;
	font-weight: 900;
	line-height: 1.05;
	text-transform: uppercase;
}

body.page-id-6038 .rt-ad-card__placeholder span {
	color: #51576c;
	font-size: 14px;
	line-height: 1.35;
}

body.page-id-6038 .rt-programs-section {
	width: 100%;
	margin: 0 auto var(--rt-section-gap);
	padding: 0 0 8px;
	box-sizing: border-box;
}

body.page-id-6038 .rt-programs-header {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: var(--rt-heading-gap);
}

body.page-id-6038 .rt-programs-header h2 {
	margin: 0;
	color: #25263b !important;
	font-family: 'Khand', sans-serif !important;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
}

body.page-id-6038 .rt-programs-carousel {
	position: relative;
	width: 100%;
}

body.page-id-6038 .rt-programs-track {
	display: grid;
	grid-auto-columns: 168px;
	grid-auto-flow: column;
	gap: 24px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 4px 0 0;
	scroll-behavior: smooth;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
}

body.page-id-6038 .rt-programs-track::-webkit-scrollbar {
	display: none;
}

body.page-id-6038 .rt-program-card {
	display: block;
	color: #25263b;
	text-decoration: none;
	scroll-snap-align: start;
}

body.page-id-6038 .rt-program-card__image {
	display: block;
	aspect-ratio: 1;
	overflow: hidden;
	background: #eefbff;
	border-radius: 10px;
	box-shadow: 0 18px 38px rgba(24, 30, 48, 0.1);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

body.page-id-6038 .rt-program-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease, filter 0.35s ease;
}

body.page-id-6038 .rt-program-card__title {
	display: -webkit-box;
	overflow: hidden;
	min-height: 42px;
	margin-top: 12px;
	color: #25263b;
	font-family: 'Khand', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.18;
	text-transform: uppercase;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.page-id-6038 .rt-program-card:hover .rt-program-card__image {
	transform: translateY(-5px);
	box-shadow: 0 24px 52px rgba(24, 30, 48, 0.16);
}

body.page-id-6038 .rt-program-card:hover .rt-program-card__image img {
	transform: scale(1.06);
	filter: saturate(1.08);
}

body.page-id-6038 .rt-program-card:hover .rt-program-card__title {
	color: #119ac2;
}

body.page-id-6038 .rt-programs-arrow {
	position: absolute;
	top: 70px;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 44px;
	padding: 0;
	background: transparent;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #42caf5;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

body.page-id-6038 .rt-programs-arrow::before {
	content: ">";
	display: block;
	width: auto;
	height: auto;
	border: 0 !important;
	color: currentColor;
	font-size: 34px;
	font-weight: 300;
	line-height: 1;
}

body.page-id-6038 .rt-programs-arrow--prev {
	left: -34px;
}

body.page-id-6038 .rt-programs-arrow--prev::before {
	content: "<";
	transform: none;
}

body.page-id-6038 .rt-programs-arrow--next {
	right: -34px;
}

body.page-id-6038 .rt-programs-arrow--next::before {
	content: ">";
	transform: none;
}

body.page-id-6038 .rt-programs-arrow:hover {
	opacity: 0.75;
	transform: translateY(-2px);
}

body.page-id-6038 .rt-programs-arrow:hover::before {
	color: #119ac2;
}

body.page-id-6038 .elementor-widget-onair-elementor-post-grid .row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px;
	margin-left: 0;
	margin-right: 0;
}

body.page-id-6038 .elementor-widget-onair-elementor-post-grid .col {
	width: auto !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
	transform: none !important;
	padding: 0 !important;
}

body.page-id-6038 .elementor-widget-onair-elementor-post-grid .col:nth-child(n+4) {
	display: none;
}

body.page-id-6038 .qt-part-archive-item {
	border-radius: 8px;
	overflow: hidden;
	background: #ffffff;
	height: 100%;
	box-shadow: 0 18px 45px rgba(24, 30, 48, 0.08);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

body.page-id-6038 .qt-part-archive-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 24px 56px rgba(24, 30, 48, 0.14);
}

body.page-id-6038 .qt-part-archive-item .qt-item-header {
	height: 190px;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}

body.page-id-6038 .qt-part-archive-item .qt-header-bg {
	background-size: cover !important;
	background-position: center !important;
	transition: transform 0.35s ease, filter 0.35s ease;
}

body.page-id-6038 .qt-part-archive-item .qt-header-bg img {
	width: 100%;
	height: 190px;
	object-fit: cover;
	display: block;
}

body.page-id-6038 .qt-part-archive-item:hover .qt-header-bg {
	transform: scale(1.05);
	filter: saturate(1.08);
}

body.page-id-6038 .qt-part-archive-item .qt-item-content,
body.page-id-6038 .qt-part-archive-item > .qt-title {
	background: #ffffff;
	color: #25263b;
	padding: 22px 22px 24px;
}

body.page-id-6038 .qt-part-archive-item .qt-title a,
body.page-id-6038 .qt-part-archive-item .qt-title {
	color: #25263b !important;
	font-style: normal;
	text-shadow: none !important;
}

body.page-id-6038 .qt-part-archive-item .qt-title {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.15;
	text-transform: none;
}

body.page-id-6038 .qt-part-archive-item .qt-title a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

body.page-id-6038 .qt-part-archive-item p,
body.page-id-6038 .qt-part-archive-item .qt-the-content,
body.page-id-6038 .qt-part-archive-item .qt-small {
	color: #51576c;
	font-size: 14px;
	line-height: 1.45;
}

body.page-id-6038 .qt-tags a,
body.page-id-6038 .qt-btn-primary,
body.page-id-6038 .qt-btn {
	background: #42caf5 !important;
	border-color: #42caf5 !important;
	color: #061018 !important;
}

body.page-id-6038 .qt-tags a:hover,
body.page-id-6038 .qt-btn:hover {
	background: #061018 !important;
	border-color: #061018 !important;
	color: #ffffff !important;
}

body.single-radiochannel .qt-main {
	background: linear-gradient(180deg, #ffffff 0%, #f7fdff 100%);
}

body.single-radiochannel .rt-radio-listen {
	display: grid;
	min-height: 560px;
	place-items: center;
	padding: 72px 24px 90px;
}

body.single-radiochannel .rt-radio-listen__card {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	align-items: center;
	gap: 46px;
	width: min(920px, 100%);
	padding: 42px;
	background: #ffffff;
	border: 1px solid rgba(66, 202, 245, 0.22);
	border-radius: 14px;
	box-shadow: 0 28px 70px rgba(66, 202, 245, 0.14);
}

body.single-radiochannel .rt-radio-listen__media {
	display: grid;
	width: 260px;
	aspect-ratio: 1;
	overflow: hidden;
	place-items: center;
	background: #eaf9fe;
	border: 3px solid rgba(66, 202, 245, 0.25);
	border-radius: 14px;
	box-shadow: 0 18px 42px rgba(24, 30, 48, 0.12);
}

body.single-radiochannel .rt-radio-listen__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.single-radiochannel .rt-radio-listen__media--empty {
	color: #119ac2;
	font-family: 'Khand', sans-serif;
	font-size: 54px;
	font-weight: 900;
}

body.single-radiochannel .rt-radio-listen__content {
	display: grid;
	justify-items: start;
}

body.single-radiochannel .rt-radio-listen__badge {
	display: inline-flex;
	margin-bottom: 12px;
	padding: 7px 11px;
	background: rgba(66, 202, 245, 0.14);
	border-radius: 999px;
	color: #119ac2;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

body.single-radiochannel .rt-radio-listen__title {
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	color: #25263b;
	font-family: 'Khand', sans-serif;
	font-size: 58px;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.94;
	text-transform: uppercase;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.single-radiochannel .rt-radio-listen__title--long {
	font-size: 48px;
	line-height: 0.98;
}

body.single-radiochannel .rt-radio-listen__presenter,
body.single-radiochannel .rt-radio-listen__time {
	margin: 12px 0 0;
	color: #51576c;
	font-size: 19px;
	line-height: 1.35;
}

body.single-radiochannel .rt-radio-listen__time {
	margin-top: 4px;
	font-weight: 900;
}

body.single-radiochannel .rt-radio-listen__play {
	display: grid;
	width: 96px;
	height: 96px;
	margin-top: 28px;
	place-items: center;
	background: #42caf5;
	border-radius: 50%;
	box-shadow: 0 20px 44px rgba(66, 202, 245, 0.34);
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

body.single-radiochannel .rt-radio-listen__play::before {
	content: "";
	display: block;
	width: 42px;
	height: 42px;
	margin-left: 5px;
	background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 42 42' fill='none'%3E%3Cpath d='M13 9.5L31 21L13 32.5V9.5Z' stroke='white' stroke-width='4.5' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/svg%3E");
}

body.single-radiochannel .rt-radio-listen__play.qt-btn-primary::before,
body.single-radiochannel .rt-radio-listen__play.beingplayed::before {
	margin-left: 0;
	background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 42 42' fill='none'%3E%3Cpath d='M16 12V30' stroke='white' stroke-width='6' stroke-linecap='round'/%3E%3Cpath d='M26 12V30' stroke='white' stroke-width='6' stroke-linecap='round'/%3E%3C/svg%3E");
}

body.single-radiochannel .rt-radio-listen__play:hover {
	background: #119ac2;
	box-shadow: 0 24px 54px rgba(66, 202, 245, 0.4);
	transform: translateY(-2px);
}

body.single-radiochannel .rt-radio-listen__wave {
	width: 240px;
	height: 18px;
	margin-top: 22px;
	background:
		linear-gradient(90deg, rgba(66, 202, 245, 0.42) 0 3px, transparent 3px 12px) 0 50% / 12px 28px repeat-x;
	-webkit-mask-image: radial-gradient(ellipse at center, #000 0 58%, transparent 60%);
	mask-image: radial-gradient(ellipse at center, #000 0 58%, transparent 60%);
	opacity: 0.5;
}

body.single-radiochannel .rt-radio-listen__next {
	margin: 18px 0 0;
	color: #119ac2;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.35;
	text-transform: uppercase;
}

body.single-radiochannel .rt-radio-listen__next strong {
	color: #25263b;
}

@media (max-width: 900px) {
	body.single-radiochannel .rt-radio-listen {
		min-height: auto;
		padding: 42px 16px 62px;
	}

	body.single-radiochannel .rt-radio-listen__card {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 24px;
	}

	body.single-radiochannel .rt-radio-listen__media {
		width: min(100%, 260px);
		justify-self: center;
	}

	body.single-radiochannel .rt-radio-listen__content {
		justify-items: center;
		text-align: center;
	}

	body.single-radiochannel .rt-radio-listen__title {
		font-size: 40px;
	}

	body.single-radiochannel .rt-radio-listen__title--long {
		font-size: 34px;
	}

	body.single-radiochannel .rt-radio-listen__play {
		width: 86px;
		height: 86px;
	}
}

@media (max-width: 900px) {
	body.page-id-6038 {
		--rt-home-width: min(100% - 32px, 1180px);
		--rt-section-gap: 32px;
		--rt-heading-gap: 16px;
	}

	body.page-id-6038 .rt-hero-clean {
		grid-template-columns: 1fr;
		padding: 46px 24px;
	}

	body.page-id-6038 .rt-hero-clean__art {
		min-height: 330px;
		order: -1;
	}

	body.page-id-6038 .rt-hero-clean__mic {
		width: 116px;
		height: 260px;
	}

	body.page-id-6038 .rt-hero-clean__title {
		font-size: 44px;
	}

	body.page-id-6038 .rt-image-slider {
		height: 290px !important;
	}

	body.page-id-6038 .rt-image-slider__content {
		left: 24px;
		bottom: 54px;
		width: calc(100% - 48px);
		gap: 8px;
	}

	body.page-id-6038 .rt-image-slider__content strong {
		font-size: 30px;
		line-height: 1;
	}

	body.page-id-6038 .rt-image-slider__content span {
		display: -webkit-box;
		overflow: hidden;
		font-size: 14px;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.rt-feature-row,
	.rt-quick-card {
		grid-template-columns: 1fr;
	}

	.rt-feature-row {
		gap: 24px;
	}

	.rt-feature-row .rt-quick-card {
		display: none;
	}

	.rt-now-card {
		grid-template-columns: minmax(0, 1fr) 92px;
		grid-template-rows: auto auto;
		align-items: start;
		gap: 18px 16px;
		min-height: 0;
		padding: 22px;
	}

	.rt-now-card__content {
		grid-column: 1 / -1;
		grid-row: 1;
		width: 100%;
		padding-right: 0;
	}

	.rt-now-card h3 {
		font-size: 28px;
		max-width: 100%;
		white-space: normal;
	}

	.rt-now-card h3.rt-now-card__title--long {
		font-size: 25px;
		max-width: 100%;
	}

	.rt-now-card__host {
		font-size: 15px !important;
	}

	.rt-now-card__time {
		font-size: 16px !important;
	}

	.rt-now-card__side {
		grid-column: 2;
		grid-row: 2;
		width: 92px;
		justify-self: end;
	}

	.rt-now-card__media {
		width: 92px;
		height: 92px;
	}

	.rt-now-card__play {
		grid-column: 1;
		grid-row: 2;
		align-self: center;
		justify-self: start;
		width: 64px !important;
		min-width: 64px !important;
		height: 64px !important;
		min-height: 64px !important;
	}

	.rt-now-card__play::before {
		width: 30px;
		height: 30px;
	}

	.rt-now-card__wave {
		left: 104px;
		bottom: 46px;
		width: calc(100% - 230px);
		min-width: 92px;
	}

	.rt-now-card::after {
		display: none;
	}

	body.page-id-6038 .elementor-widget-onair-elementor-post-grid .qt-post-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	body.page-id-6038 .elementor-widget-onair-elementor-post-grid .row {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	body.page-id-6038 .rt-news-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	body.page-id-6038 .rt-video-ad-section {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	body.page-id-6038 .rt-ad-slider {
		width: 100%;
		aspect-ratio: 1 / 1;
		flex: none;
		min-height: 180px;
	}

	body.page-id-6038 .rt-programs-section {
		padding-top: 0;
		padding-right: 0;
		padding-left: 0;
	}

	body.page-id-6038 .rt-programs-header {
		align-items: flex-start;
		flex-direction: column;
	}

	body.page-id-6038 .rt-programs-header h2 {
		font-size: 24px;
	}

	body.page-id-6038 .rt-programs-track {
		grid-auto-columns: 148px;
		gap: 18px;
	}

	body.page-id-6038 .rt-programs-arrow {
		top: 62px;
	}

	body.page-id-6038 .rt-programs-arrow--prev {
		left: 8px;
	}

	body.page-id-6038 .rt-programs-arrow--next {
		right: 8px;
	}

	.rt-quick-card a {
		border-right: 0;
		border-bottom: 1px solid #e8edf5;
	}
}
