.footer {
		color: #000;
		font-size: 20px;
		line-height: 1.65;
	}

	.footer .container {
		width: 100%;
		max-width: 1662px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 15px;
		padding-left: 15px;
	}

	.top-footer {
		background: #ededed;
		padding: 55px 0 25px;
	}

	.footer-network {
		display: flex;
		flex-wrap: wrap;
	}

	.logo-ico {
		max-width: 480px;
		padding-right: 56px;
	}

	.logo-ico img {
		max-width: 100%;
	}

	.top_f_right {
		width: calc(100% - 480px);
		max-width: calc(100% - 480px);
	}

	.top_f_right h3 {
		margin: 0;
		padding: 0 0 8px;
		border-bottom: 1px solid #000;
		color: #000;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: calc(1.2875rem + 0.45vw);
		font-style: normal;
		font-weight: 700;
		line-height: 1;
		text-transform: uppercase;
	}

	@media (min-width: 1200px) {
		.footer .container {
			padding-right: 65px;
			padding-left: 65px;
		}

		.top_f_right h3 {
			font-size: 1.625rem;
		}
	}

	.top_f_right ul {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 40px 0;
	}

	.top_f_right li {
		flex: 0 0 auto;
	}

	.main-footer {
		padding: 54px 0 15px;
		border: 1px solid #707070;
		color: #fff;
		background: linear-gradient(91deg, #002251 0%, #008bc5 100%);
	}

	.footerTop {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		margin-bottom: 25px;
		padding-bottom: 45px;
		border-bottom: 1px solid #fff;
	}

	.f_menu ul li {
		margin-bottom: 13px;
		font: normal 700 20px/1.1 'Source Sans Pro', sans-serif;
	}

	.f_menu {
		width: 327px;
		max-width: 100%;
	}

	.Applinks-area {
		width: 450px;
		max-width: 100%;
		padding: 0;
		text-align: left;
	}

	.Applinks-area-title {
		margin: 0;
	}

	.play-store-btn,
	.app-store-btn {
		display: inline-block;
	}

	.play-store-btn img,
	.app-store-btn img {
		width: auto;
		max-width: 180px;
		height: auto;
	}

	.app-store-btn {
		margin-left: 10px;
	}

	.f_social {
		text-align: right;
	}

	.f_social h4 {
		margin: 0 0 22px;
		color: #fff;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 1.1;
	}

	.f_social ul {
		display: flex;
		justify-content: flex-end;
	}

	.f_social li {
		margin-left: 20px;
	}

	.f_social a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 48px;
		height: 48px;
		border: 1px solid #fff;
		border-radius: 50%;
		font-size: 24px;
	}

	.f_icons {
		margin-bottom: 15px;
	}

	.f_icons ul {
		display: flex;
		justify-content: flex-end;
	}

	.f_icons li + li {
		margin-left: 38px;
	}

	.f_icons img {
		max-height: 28px;
	}

	.copy-right {
		text-align: center;
	}

	.copy-right p {
		font-size: 14px;
		line-height: 1.2;
	}

	.d-none {
		display: none;
	}

	.footer-break {
		display: none;
	}

	.d-md-none {
		display: none;
	}

	.d-md-block {
		display: block;
	}

	@media (min-width: 768px) {
		.d-md-none {
			display: none;
		}

		.d-md-block {
			display: block;
		}
	}

	@media (max-width: 767px) {
		.d-md-none {
			display: block;
		}

		.d-md-block {
			display: none;
		}
	}

	@media (max-width: 1599px) {
		.logo-ico {
			max-width: 380px;
		}

		.top_f_right {
			width: calc(100% - 380px);
			max-width: calc(100% - 380px);
		}
	}

	@media (max-width: 1439px) {
		.top_f_right li {
			max-width: 25%;
			padding: 0 15px;
		}
	}

	@media (max-width: 1199px) {
		.footer .container {
			padding-right: 55px;
			padding-left: 55px;
		}

		.f_menu {
			width: 294px;
		}

		.logo-ico {
			max-width: 300px;
			padding-right: 30px;
		}

		.top_f_right {
			width: calc(100% - 300px);
			max-width: calc(100% - 300px);
		}

		.top_f_right ul {
			padding-bottom: 20px;
		}

		.f_menu ul li {
			font-size: 18px;
		}

		.main-footer {
			padding-top: 30px;
		}
	}

	@media (max-width: 991px) {
		.footer .container {
			padding-right: 15px;
			padding-left: 15px;
		}

		.top_f_right {
			width: 100%;
			max-width: 100%;
		}

		.logo-ico {
			margin: 0 auto 25px;
		}

		.top-footer {
			padding: 35px 0;
		}
	}

	@media (max-width: 767px) {
		.footer {
			font-size: 18px;
		}

		.footer-break {
			display: block;
		}

		.f_menu {
			width: 150px;
		}

		.footerTop {
			margin-bottom: 20px;
			padding-bottom: 30px;
		}

		.f_menu ul li {
			font-size: 16px;
		}

		.logo-ico img {
			max-width: 200px;
		}

		.top-footer {
			padding: 8px 0 0;
		}

		.top_f_right ul {
			padding-top: 20px;
			column-gap: 20px;
		}

		.top_f_right li {
			max-width: calc(25% - 15px);
			padding: 0;
		}

		.Applinks-area {
			width: 445px;
			max-width: 100%;
		}

		.play-store-btn,
		.app-store-btn {
			display: block;
		}

		.app-store-btn {
			margin-top: 10px;
			margin-left: 0;
		}

		.f_social h4 {
			max-width: 88px;
			margin-left: auto;
		}
	}

	@media (max-width: 575px) {
		.footer .container {
			padding-right: 12px;
			padding-left: 12px;
		}

		.f_menu {
			width: 108px;
		}

		.logo-ico {
			margin: 0 0 10px;
			padding-right: 0;
		}

		.logo-ico img {
			max-width: 100px;
			margin-left: 15px;
		}

		.top_f_right h3 {
			margin-top: -20px;
			font-size: 12px;
			text-align: right;
		}

		.f_menu ul li,
		.f_social h4 {
			font-size: 12px;
		}

		.f_social h4 {
			margin-bottom: 10px;
			font-size: 12px;
			line-height: 1.1;
		}

		.f_social li {
			margin-left: 8px;
		}

		.f_social a {
			width: 32px;
			height: 32px;
		}

		.f_social a i {
			font-size: 18px;
		}

		.f_icons {
			margin-bottom: 30px;
		}

		.f_icons ul {
			justify-content: center;
		}

		.f_icons img {
			max-height: 21px;
		}

		.copy-right p {
			font-size: 12px;
		}

		.Applinks-area {
			width: 361px;
			max-width: 100%;
		}
	}.container,
	.container-md,
	.container-sm {
		width: 100%;
		max-width: 1662px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 55px;
		padding-left: 55px;
	}

	.header {
		position: relative;
		z-index: 123;
		background: var(--trium-header-bg);
		--trium-header-copy-size: 20px;
		--trium-header-copy-line-height: 1.4;
		font-size: 20px;
		line-height: 1.4;
	}

	.logo-header .weather-wrap,
	.logo-header .weather-wrap p,
	.logo-header .weather-wrap .weather-ico,
	.logo-header .weather-wrap .weather-ico > *,
	.logo-header .menu2 li,
	.logo-header .menu2 li a,
	.menu-header .main-menu ul li,
	.menu-header .main-menu ul li a {
		font-family: 'Source Sans Pro', sans-serif;
		font-size: var(--trium-header-copy-size);
		line-height: calc(var(--trium-header-copy-size) * var(--trium-header-copy-line-height));
	}

	.top-header {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding: 22px 0;
		border-bottom: 2px solid #e6e5e5;
	}

	.followus {
		display: flex;
		align-items: center;
	}

	.followus p {
		display: none;
	}

	.social-links a {
		display: inline-block;
		color: inherit;
		line-height: 1;
	}

	.social-links a + a {
		margin-left: 15px;
	}

	.social-links i {
		font-size: 20px;
	}

	.search-ico i {
		display: block;
	}

	.switch-weather {
		margin-left: 55px;
		border-radius: 33px;
		box-shadow: inset 1px 1px 2px #00000029, 0px 2px 2px #00000029;
	}

	.switch-weather input[type='checkbox'] {
		position: absolute;
		width: 0;
		height: 0;
		visibility: hidden;
	}

	.switch-weather label {
		position: relative;
		display: block;
		width: 66px;
		height: 28px;
		border-radius: 33px;
		cursor: pointer;
		background-color: var(--trium-blue);
		background-image: url('/trium/moon.png');
		background-repeat: no-repeat;
		background-position: right 7px center;
		text-indent: -9999px;
	}

	.switch-weather label::after {
		position: absolute;
		top: 4px;
		left: 4px;
		width: 20px;
		height: 20px;
		border-radius: 20px;
		background: #fff;
		content: '';
		transition: 0.3s;
	}

	.switch-weather input:checked + label {
		background-color: var(--trium-yellow);
		background-image: url('/trium/sun.png');
		background-position: left 6px center;
	}

	.switch-weather input:checked + label::after {
		left: calc(100% - 4px);
		transform: translateX(-100%);
	}

	.logo-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 20px 0 15px;
	}

	.header_left {
		display: flex;
		align-items: flex-end;
	}

	.header_right {
		display: block;
	}

	.header_right .menu2,
	.top-header-right .menu2 {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.logo {
		margin-right: 28px;
	}

	.logo a {
		display: block;
	}

	.logo img {
		max-width: 100%;
	}

	.logo span {
		display: inline-block;
		font: normal 800 28px/1 'Raleway', sans-serif;
		text-transform: uppercase;
	}

	.weather-wrap {
		display: flex;
		align-items: flex-end;
	}

	.logo-header .weather-ico {
		display: flex;
		align-items: center;
		margin-left: 45px;
	}

	.Black-hover:hover {
		color: #000;
	}

	.menu-header {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 62px;
		padding: 0 20px;
		box-shadow: 0px 3px 6px #00000029;
	}

	.menu-header .logo a {
		display: none;
	}

	.menu2 {
		position: relative;
		height: 47px;
		padding: 0 2px 0 20px;
		border-radius: 25px 0px 0px 25px;
		background: var(--trium-blue);
	}

	.menu2::before {
		position: absolute;
		left: 100%;
		width: 500%;
		height: 100%;
		background: var(--trium-blue);
		content: '';
	}

	.menu2 li {
		padding: 0 15px;
		color: #fff;
		font-weight: 700;
		text-transform: uppercase;
	}

	.menu2 li a {
		display: inline-flex;
		align-items: center;
		height: 47px;
	}

	.menu2 img {
		max-width: none;
	}

	.main-menu ul {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.main-menu ul li {
		padding: 0 15px;
		font-weight: 700;
		text-transform: uppercase;
	}

	.main-menu ul li a {
		color: inherit;
	}

	.search-ico {
		border: 0;
		padding: 0;
		background: transparent;
		color: inherit;
		cursor: pointer;
	}

	.search-ico .ico-s {
		display: inline-flex;
		align-items: center;
		font-size: 26px;
	}

	.header-mobile-actions,
	.top-header-logo,
	.top-header-main-menu,
	.top-header-right,
	.mob-sub-menu,
	.mob-icons,
	.top-header-close {
		display: none;
	}

	.hover-underline-animation a {
		position: relative;
		color: white;
		text-decoration: none;
	}

	.hover-underline-animation a::before {
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 2px;
		background-color: var(--hover-color, transparent);
		content: '';
		transform: scaleX(0);
		transition: transform 0.3s ease;
	}

	.hover-underline-animation a:hover::before {
		transform: scaleX(1);
	}

	.main-menu a.is-active {
		border-bottom: solid var(--trium-blue);
	}

	.cat-nav-item .cat-dropdown {
		position: absolute;
		left: 0;
		z-index: 1;
		display: flex;
		width: 100%;
		padding-top: 10px;
		visibility: hidden;
		opacity: 0;
	}

	.cat-nav-item:hover .cat-dropdown,
	.cat-nav-item:focus-within .cat-dropdown {
		visibility: visible;
		opacity: 1;
		transition: all 0.5s ease;
	}

	.grid-item + .grid-item {
		margin-top: 13px;
	}

	.grid_txt {
		padding: 10px 22px 8px;
		background: rgba(0, 0, 0, 0.5);
		color: #fff;
	}

	.grid_txt h5 {
		margin: 0 0 3px;
		color: #d9d8d8;
		font-weight: 600;
	}

	.grid_txt h4 {
		margin: 0;
		font: normal 700 22px/1.1 'Raleway', sans-serif;
	}

	.chevron-right {
		display: inline-block;
		width: 12px;
		height: 12px;
		border-top: 3px solid #ffffff;
		border-right: 3px solid #ffffff;
		content: '';
		opacity: 1;
		transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	}

	.WidgetCategorieMenu {
		background: #fff;
		box-shadow: 0px 3px 6px #00000029;
	}

	.MenuCategoryNewsBlock .dataWrapper {
		height: 70px;
	}

	.cat-dropdown-footer {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding-right: 1rem;
		color: white;
		font-weight: 700;
	}

	.nav-icon1 {
		position: relative;
		width: 40px;
		height: 26px;
		padding: 0;
		border: 0;
		background: transparent;
		cursor: pointer;
		transform: rotate(0);
		transition: 0.5s ease-in-out;
	}

	.nav-icon1 span {
		position: absolute;
		left: 0;
		display: block;
		width: 100%;
		height: 3px;
		border-radius: 2px;
		background: #707070;
		opacity: 1;
		transform: rotate(0);
		transition: 0.25s ease-in-out;
	}

	.nav-icon1 span:nth-child(1) {
		top: 0;
	}

	.nav-icon1 span:nth-child(2) {
		top: 12px;
		right: 0;
	}

	.nav-icon1 span:nth-child(3) {
		top: 24px;
		right: 0;
	}

	.top-header-close span:nth-child(1),
	.menu-active .nav-icon1-trigger span:nth-child(1) {
		top: 12px;
		transform: rotate(135deg);
	}

	.top-header-close span:nth-child(2),
	.menu-active .nav-icon1-trigger span:nth-child(2) {
		left: -60px;
		width: 100%;
		opacity: 0;
	}

	.top-header-close span:nth-child(3),
	.menu-active .nav-icon1-trigger span:nth-child(3) {
		top: 12px;
		right: auto;
		width: 100%;
		transform: rotate(-135deg);
	}

	.search-modal-shell[hidden] {
		display: none !important;
	}

	.search-modal-shell {
		position: fixed;
		inset: 0;
		z-index: 500;
		padding: 0 0.25rem;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
	}

	.search-modal-shell .modal-backdrop {
		position: absolute;
		inset: 0;
		z-index: 0;
		background: rgba(0, 0, 0, 0.45);
	}

	.search-modal-shell .modal-dialog {
		position: relative;
		z-index: 1;
		width: min(1662px, calc(100% - 2rem));
		max-width: 1662px;
		margin: 40px auto;
	}

	.search-modal-shell .modal-content {
		position: relative;
		display: flex;
		flex-direction: column;
		width: 100%;
		background: var(--trium-modal-bg);
		box-shadow: 0px 3px 6px #00000029;
		color: inherit;
	}

	.search-modal-shell .modal-body {
		padding: 3rem;
	}

	.search-modal-head,
	.search-modal-meta {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 1rem;
	}

	.search-modal-row {
		display: flex;
		flex-wrap: wrap;
		gap: 1rem;
	}

	.search-box {
		flex: 1 1 320px;
		min-height: 60px;
		border: 1px solid #d9d8d8;
		padding: 0 20px;
		background: #fff;
		font-size: 20px;
		color: inherit;
	}

	.search-modal-results {
		margin: 1rem 0;
	}

	.search-results-grid {
		display: flex;
		flex-wrap: wrap;
		row-gap: 1.5rem;
		margin: 0 -0.75rem;
	}

	.search-result-card {
		width: 100%;
		padding: 0 0.75rem;
	}

	.search-result-category {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		display: block;
		width: auto;
		height: auto;
		padding: 0.75rem;
		color: #fff;
		font: normal 700 18px/1 'Raleway', sans-serif;
		text-transform: uppercase;
	}

	.search-result-text {
		height: 60px;
		color: #fff;
	}

	.inherit-color,
	.inherit-color:hover {
		color: inherit;
	}

	.search-loading {
		display: flex;
		justify-content: center;
		padding: 2rem 0;
	}

	.search-loading-spinner {
		width: 40px;
		height: 40px;
		border: 3px solid rgba(0, 112, 186, 0.2);
		border-top-color: var(--trium-blue);
		border-radius: 50%;
		animation: trium-spin 0.8s linear infinite;
	}

	@keyframes trium-spin {
		to {
			transform: rotate(360deg);
		}
	}

	.search-modal-shell .search-modal-all-form .btn {
		width: 100%;
		min-width: 0;
	}

	.search-modal-shell .btn {
		min-width: 260px;
		height: 60px;
		border: 1px solid var(--trium-blue);
		border-radius: 2px;
		background-color: var(--trium-blue);
		color: #fff;
		font-size: 22px;
		font-weight: 600;
		line-height: 58px;
		text-transform: uppercase;
	}

	.search-modal-shell .btn-close {
		width: 40px;
		height: 40px;
		border: 0;
		background: transparent;
		cursor: pointer;
		position: relative;
	}

	.search-modal-shell .btn-close::before,
	.search-modal-shell .btn-close::after {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 22px;
		height: 2px;
		background: currentColor;
		content: '';
	}

	.search-modal-shell .btn-close::before {
		transform: translate(-50%, -50%) rotate(45deg);
	}

	.search-modal-shell .btn-close::after {
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	.ID-MeteoIcon {
		display: block;
		width: 25px;
		height: 25px;
		object-fit: contain;
	}

	.weather-symbol {
		position: relative;
		display: inline-flex;
		width: 22px;
		height: 18px;
		color: var(--trium-dark-red);
	}

	.weather-symbol-sun-core,
	.weather-symbol-moon-shape {
		position: absolute;
		top: 3px;
		left: 6px;
		width: 10px;
		height: 10px;
		border-radius: 50%;
	}

	.weather-symbol-sun-core {
		background: #fd0000;
	}

	.weather-symbol-sun-rays::before,
	.weather-symbol-sun-rays::after {
		position: absolute;
		top: 0;
		left: 10px;
		width: 2px;
		height: 18px;
		background: #fd0000;
		content: '';
	}

	.weather-symbol-sun-rays::before {
		transform: rotate(45deg);
	}

	.weather-symbol-sun-rays::after {
		transform: rotate(-45deg);
	}

	.weather-symbol-moon-shape {
		background: #fd0000;
	}

	.weather-symbol-moon-shape::after {
		position: absolute;
		top: -1px;
		left: 4px;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background: var(--trium-header-bg);
		content: '';
	}

	.weather-symbol-cloud-shape {
		position: absolute;
		right: 2px;
		bottom: 2px;
		width: 16px;
		height: 8px;
		border-radius: 8px;
		background: var(--trium-dark-red);
	}

	.weather-symbol-cloud-shape::before,
	.weather-symbol-cloud-shape::after {
		position: absolute;
		border-radius: 50%;
		background: var(--trium-dark-red);
		content: '';
	}

	.weather-symbol-cloud-shape::before {
		bottom: 3px;
		left: 2px;
		width: 8px;
		height: 8px;
	}

	.weather-symbol-cloud-shape::after {
		right: 1px;
		bottom: 3px;
		width: 9px;
		height: 9px;
	}

	.weather-symbol-rain-drop,
	.weather-symbol-snow-flake,
	.weather-symbol-bolt {
		position: absolute;
		left: 8px;
		bottom: -1px;
	}

	.weather-symbol-rain-drop {
		width: 6px;
		height: 8px;
		border-radius: 100% 0 60% 50% / 60% 0 100% 50%;
		background: #0cf;
		transform: rotate(-28deg);
	}

	.weather-symbol-snow-flake {
		color: #308dc9;
		font-size: 9px;
		line-height: 1;
	}

	.weather-symbol-bolt {
		width: 0;
		height: 0;
		border-top: 0 solid transparent;
		border-right: 4px solid transparent;
		border-bottom: 10px solid var(--trium-dark-red);
		border-left: 4px solid transparent;
		transform: skewX(-20deg);
	}

	[theme='dark'] .header {
		background: var(--trium-body-bg);
	}

	[theme='dark'] .menu-header {
		background: var(--trium-header-bg);
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2607843137);
	}

	[theme='dark'] .search-modal-shell .modal-content {
		background: var(--trium-modal-bg);
	}

	[theme='dark'] .search-box {
		background: var(--trium-body-bg);
		color: inherit;
	}

	[theme='dark'] .top-header {
		border-bottom-color: var(--bs-body-color);
	}

	[theme='dark'] .WidgetCategorieMenu {
		background: #25292d;
	}

	[theme='dark'] .top-header .nav-icon1 span {
		background: #8f8f8f;
	}

	[theme='dark'] .search-modal-shell .btn-close::before,
	[theme='dark'] .search-modal-shell .btn-close::after {
		background: #fff;
	}

	.trium-header-sticky .main-content {
		margin-top: 230px;
	}

	.header.sticky {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}

	.header.sticky .logo-header,
	.header.sticky .top-header {
		display: none !important;
	}

	.header.sticky .logo {
		padding: 15px 0 8px;
	}

	.header.sticky .logo img {
		max-width: 150px;
	}

	.header.sticky .logo a {
		display: block;
	}

	@media (min-width: 576px) {
		.search-result-card {
			width: 50%;
		}
	}

	@media (min-width: 992px) {
		.container,
		.container-md,
		.container-sm {
			padding-right: 55px;
			padding-left: 55px;
		}
	}

	@media (min-width: 1200px) {
		.container,
		.container-md,
		.container-sm {
			padding-right: 65px;
			padding-left: 65px;
		}

		.search-result-card {
			width: 33.333333%;
		}
	}

	@media (max-width: 1439px) {
		.header {
			--trium-header-copy-size: 16px;
			font-size: 16px;
		}

		.logo-header .logo {
			margin-right: 20px;
		}

		.menu2 li {
			padding: 0 12px;
		}

		.switch-weather,
		.logo-header .weather-ico {
			margin-left: 30px;
		}

		.main-menu ul li {
			padding: 0 12px;
		}

		.grid_txt {
			padding: 10px 14px 8px;
		}

		.grid_txt h5 {
			font-size: 14px;
		}

		.grid_txt h4 {
			font-size: 16px;
		}
	}

	@media (max-width: 1199px) {
		.top-header {
			padding: 15px 0;
		}

		.logo img {
			max-width: 175px;
		}

		.menu2 {
			padding-left: 10px;
			font-size: 13px;
		}

		.menu2 li {
			padding: 0 8px;
		}

		.header {
			--trium-header-copy-size: 14px;
			font-size: 14px;
		}

		.menu-header {
			padding: 0 10px;
		}

		.header.sticky .logo img {
			max-width: 136px;
		}
	}

	@media (max-width: 991px) {
		.container,
		.container-md,
		.container-sm {
			max-width: 100%;
			padding-right: 15px;
			padding-left: 15px;
		}

		.header {
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
		}

		.header_right,
		.menu-header {
			display: none;
		}

		.logo-header {
			display: flex !important;
			padding: 35px 0 20px;
		}

		.logo img {
			max-width: 210px;
		}

		.header-mobile-actions {
			display: flex;
			align-items: center;
			gap: 20px;
		}

		.search-ico-mobile {
			display: inline-flex;
		}

		.switch-weather-wrapper {
			position: fixed;
			bottom: 0;
			left: -418px;
			display: flex;
			align-items: center;
			justify-content: flex-start;
			width: 418px;
			height: 64px;
			padding: 0 15px;
			background: var(--trium-switch-theme-bg);
			transition: all 0.4s;
		}

		.switch-weather-wrapper .switch-weather {
			margin: 0;
			border: 1px solid #fff;
		}

		.top-header {
			position: absolute;
			top: 0;
			left: -419px;
			display: flex !important;
			flex-wrap: wrap;
			align-content: flex-start;
			justify-content: flex-start;
			width: 100%;
			max-width: 418px;
			height: 100vh;
			padding: 12px 0 74px;
			overflow-x: hidden;
			overflow-y: auto;
			-webkit-overflow-scrolling: touch;
			overscroll-behavior: contain;
			background: var(--trium-top-header-bg);
			box-shadow: 0px 0px 4px #00000029;
			transition: all 0.4s;
		}

		.top-header-logo,
		.top-header-main-menu,
		.top-header-right,
		.mob-sub-menu,
		.mob-icons,
		.top-header-close {
			display: block;
		}

		.top-header-logo {
			order: 1;
			margin: 0 0 25px 26px;
		}

		.top-header-logo img {
			width: 214px !important;
			max-width: 214px !important;
		}

		.top-header-main-menu {
			order: 2;
			width: 100%;
			margin-bottom: 6px;
		}

		.top-header-main-menu ul,
		.mob-sub-menu ul {
			display: block;
			padding: 0 26px;
		}

		.top-header-main-menu li,
		.mob-sub-menu li {
			width: 100%;
			max-width: 100%;
			padding: 9px 0;
			font: normal 700 16px/19px 'Raleway', sans-serif;
		}

		.top-header-right {
			order: 3;
			margin-bottom: 17px;
		}

		.top-header-right .menu2 {
			height: auto;
			max-width: 305px;
			padding: 10px 26px;
			border-radius: 0px 69px 68px 0px;
		}

		.top-header-right .menu2::before {
			display: none;
		}

		.top-header-right .menu2 li {
			width: 100%;
			max-width: 100%;
			padding: 9px 0;
			font: normal 700 16px/19px 'Raleway', sans-serif;
		}

		.top-header-right .menu2 li a {
			height: auto;
		}

		.followus {
			order: 4;
			width: 100%;
			max-width: 100%;
			padding: 0 26px 30px;
			display: block;
		}

		.followus p {
			display: inline-block;
			padding-bottom: 9px;
			border-bottom: 1px solid #cccccc;
			font: normal 700 16px/19px 'Raleway', sans-serif;
		}

		.followus .social-links {
			margin-top: 12px;
		}

		.followus .social-links i {
			font-size: 19px;
		}

		.mob-sub-menu {
			order: 5;
			width: 100%;
			margin-bottom: 45px;
		}

		.mob-icons {
			order: 6;
			padding: 0 26px;
		}

		.mob-icons ul {
			display: flex;
			gap: 20px;
		}

		.mob-icons img {
			max-width: 75px;
		}

		.top-header-close {
			position: absolute;
			top: 30px;
			right: 20px;
		}

		.menu-active .switch-weather-wrapper,
		.menu-active .top-header {
			left: 0;
		}

		.menu-active .nav-icon1-trigger {
			opacity: 0;
			visibility: hidden;
		}

		[theme='dark'] .top-header {
			box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2607843137);
		}
	}

	@media (max-width: 767px) {
		.header .logo-header {
			position: fixed;
			left: 0;
			width: 100%;
			padding: 15px;
			background: var(--trium-body-bg);
		}

		.logo img,
		.header.sticky .logo img {
			max-width: 105px;
		}

		.nav-icon1 {
			width: 26px;
			height: 19px;
		}

		.nav-icon1 span:nth-child(2),
		.nav-icon1 span:nth-child(3),
		.top-header-close span:nth-child(1),
		.top-header-close span:nth-child(3) {
			top: 8px;
		}

		.nav-icon1 span:nth-child(3) {
			top: 16px;
		}

		.weather-wrap {
			flex-wrap: wrap;
		}

		.weather-wrap p {
			order: 2;
		}

		.weather-wrap .weather-ico {
			order: 1;
			margin: 0;
		}

		.header.sticky .logo-header {
			padding: 15px;
		}

		.top-header {
			padding-top: 74px;
		}

		.top-header-logo {
			display: none;
		}

		.top-header-main-menu {
			margin-top: 0;
		}

		.top-header-main-menu ul {
			padding-top: 0;
		}

		.top-header-right {
			margin-bottom: 22px;
		}

		.top-header-close {
			top: 18px;
		}

		.trium-header-sticky .main-content {
			margin-top: 0;
		}

		.menu-active .nav-icon1-trigger {
			opacity: 1;
			visibility: visible;
		}

		.followus {
			padding-bottom: 24px;
		}

		.mob-sub-menu {
			margin-bottom: 35px;
		}
	}

	@media (max-width: 575px) {
		.container,
		.container-md,
		.container-sm {
			padding-right: 12px;
			padding-left: 12px;
		}

		.search-modal-shell .modal-dialog {
			width: calc(100% - 1rem);
			margin: 20px auto;
		}

		.search-modal-shell .modal-body {
			padding: 20px 16px;
		}

		.search-modal-shell .btn {
			min-width: 100%;
			font-size: 18px;
		}

		.search-box {
			min-height: 52px;
			padding: 0 15px;
			font-size: 16px;
		}

		.search-modal-row {
			gap: 0.75rem;
		}

		.search-result-category {
			padding: 0.6rem 0.75rem;
			font-size: 14px;
		}
	}

	@media (prefers-reduced-motion: reduce) {
		.search-loading-spinner {
			animation: none;
		}
	}:root {
		--trium-blue: #0070ba;
		--trium-dark-blue: #003566;
		--trium-sky-blue: #1c9fa5;
		--trium-green: #008e5a;
		--trium-purple: #6a2383;
		--trium-red: #e51a2a;
		--trium-dark-red: #cc1f42;
		--trium-orange: #f37321;
		--trium-yellow: #f4b701;
		--trium-text-grey: #707070;
		--trium-body-bg: #ffffff;
		--trium-body-color: #000000;
		--trium-header-bg: #ffffff;
		--trium-modal-bg: #ffffff;
		--trium-top-header-bg: #ffffff;
		--trium-switch-theme-bg: #d9d8d8;
	}

	html {
		overflow-x: hidden;
		font-size: 16px;
	}

	body {
		margin: 0;
		overflow-x: hidden;
		background: var(--trium-body-bg);
		color: var(--trium-body-color);
		font: normal 400 16px/1.35 'Source Sans Pro', sans-serif;
	}

	main {
		display: block;
	}

	* {
		box-sizing: border-box;
	}

	a {
		color: inherit;
		outline: none;
		text-decoration: none;
		transition: all 0.3s;
	}

	img {
		display: block;
		max-width: 100%;
	}

	[hidden] {
		display: none !important;
	}

	ul,
	p {
		margin: 0;
		padding: 0;
	}

	li {
		list-style: none;
	}

	button,
	input {
		box-shadow: none !important;
		font: inherit;
		outline: none !important;
	}

	[theme='dark'] {
		--trium-body-bg: #1d2023;
		--trium-body-color: #fafafa;
		--trium-header-bg: #2c3135;
		--trium-modal-bg: #2c3135;
		--trium-top-header-bg: #25292d;
		--trium-switch-theme-bg: #44494d;
	}

	[theme='dark'] .plus-ls-sec {
		border-color: var(--bs-body-color);
	}

	html.trium-modal-open,
	body.menu-active,
	body.trium-modal-open {
		overflow: hidden;
	}

	body.trium-modal-open {
		position: fixed;
		top: var(--trium-modal-scroll-offset, 0px);
		left: 0;
		right: 0;
		width: 100%;
		overscroll-behavior: none;
	}

	@media (max-width: 991px) {
		#wrapper {
			padding-top: 110px;
		}
	}

	@media (max-width: 767px) {
		#wrapper {
			padding-top: 73px;
		}
	}