
.full-header {
	background: #fff;
}

.alm-reveal {
	background: #fff;
	display: flex;
	flex-wrap: wrap;
}

.alm-reveal article {
	width: 50%;
	padding: 15px;
}

.fixed header {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.blogTopBanner {
	text-align: center;
	padding-top: 150px;
	padding-bottom: 65px;
	position: relative;
	background: #f5edff;
	background: -moz-linear-gradient(top, #f5edff 0, #fcfafd 100%);
	background: -webkit-linear-gradient(top, #f5edff 0, #fcfafd 100%);
	background: linear-gradient(to bottom, #f5edff 0, #fcfafd 100%);
}

.bannerGer01, .bannerGer02 {
	position: absolute;
	bottom: -10px;
}

.blogTopBanner h1 {
	font-size: 45px;
	color: #181b1b;
	font-family: Cambria-Bold;
	padding-bottom: 10px;
}

.bannerGer01 {
	left: 0;
}

.bannerGer02 {
	right: 0;
}

.mira-archive-hero {
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
}

.mira-archive-hero .container {
	position: relative;
	z-index: 2;
	max-width: 960px;
}

.mira-archive-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 12px;
	padding: 7px 16px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid #eadff6;
	color: #ff710d;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	box-shadow: 0 6px 18px rgba(24, 27, 27, .06);
}

.mira-archive-hero h1 {
	max-width: 850px;
	margin: 0 auto;
	padding-bottom: 14px;
	font-size: clamp(34px, 4vw, 54px);
	line-height: 1.12;
	text-transform: capitalize;
}

.mira-archive-hero__description {
	max-width: 740px;
	margin: 0 auto;
	color: #555;
	font-size: 17px;
	line-height: 1.7;
}

.mira-archive-hero__description p {
	margin: 0;
}

.mira-archive-hero__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	padding: 9px 18px;
	border-radius: 999px;
	background: #181b1b;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 10px 22px rgba(24, 27, 27, .12);
}

.insights-home-hero {
	position: relative;
	overflow: hidden;
	padding: 150px 20px 70px;
	background: #f5edff;
	background: -moz-linear-gradient(top, #f5edff 0, #fcfafd 100%);
	background: -webkit-linear-gradient(top, #f5edff 0, #fcfafd 100%);
	background: linear-gradient(to bottom, #f5edff 0, #fcfafd 100%);
}

.insights-home-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-image: radial-gradient(rgba(24, 27, 27, .08) 1.6px, transparent 1.6px);
	background-size: 22px 22px;
	-webkit-mask-image: radial-gradient(ellipse 620px 420px at 8% 8%, #000 0%, transparent 72%);
	mask-image: radial-gradient(ellipse 620px 420px at 8% 8%, #000 0%, transparent 72%);
}

.insights-home-hero .container {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.insights-home-hero__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 56px;
}

.insights-home-hero__content {
	flex: 1 1 540px;
	max-width: 560px;
	min-width: 0;
}

.insights-home-hero__crumb {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
	font-size: 13px;
	font-family: OpenSans-Bold, Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #948d7f;
}

.insights-home-hero__crumb a {
	color: #948d7f;
	text-decoration: none;
	transition: color .2s ease;
}

.insights-home-hero__crumb a:hover {
	color: #f89b20;
}

.insights-home-hero__crumb span:first-of-type {
	color: #c9c2b4;
}

.insights-home-hero__crumb span:last-child {
	color: #181b1b;
}

.insights-home-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 16px;
	padding: 7px 16px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid #eadff6;
	color: #ff710d;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	box-shadow: 0 6px 18px rgba(24, 27, 27, .06);
}

.insights-home-hero h1 {
	margin: 0;
	padding-bottom: 18px;
	color: #181b1b;
	font-family: Cambria-Bold;
	font-size: clamp(32px, 3.8vw, 48px);
	line-height: 1.2;
}

.insights-home-hero h1 span {
	position: relative;
	display: inline-block;
	color: #f89b20;
}

.insights-home-hero__description {
	margin: 0 0 30px;
	color: #5c574d;
	font-size: 16.5px;
	line-height: 1.8;
	max-width: 500px;
}

.insights-home-hero__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 22px;
	margin-bottom: 38px;
}

.insights-home-hero__cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 16px 32px;
	border-radius: 999px;
	background: #181b1b;
	color: #fff;
	font-size: 15px;
	font-family: OpenSans-Bold, Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: .2px;
	transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
	box-shadow: 0 14px 30px rgba(24, 27, 27, .18);
}

.insights-home-hero__cta span {
	display: inline-flex;
	transition: transform .25s ease;
}

.insights-home-hero__cta:hover {
	background: #f89b20;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(248, 155, 32, .3);
}

.insights-home-hero__cta:hover span {
	transform: translateX(4px);
}

.insights-home-hero__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #181b1b;
	font-size: 15px;
	font-family: OpenSans-Bold, Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom: 2px solid rgba(24, 27, 27, .18);
	transition: color .2s ease, border-color .2s ease;
}

.insights-home-hero__link:hover {
	color: #f89b20;
	border-color: #f89b20;
}

.insights-home-hero__stats {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 12px;
	gap: 28px;
	margin: 0;
	padding: 24px 0 0;
	list-style: none;
	border-top: 1px solid rgba(24, 27, 27, .09);
}

.insights-home-hero__stats li {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding-right: 28px;
	border-right: 1px solid rgba(24, 27, 27, .12);
}

.insights-home-hero__stats li:last-child {
	padding-right: 0;
	border-right: none;
}

.insights-home-hero__stats strong {
	font-size: 26px;
	line-height: 1;
	color: #181b1b;
	font-family: Cambria-Bold;
}

.insights-home-hero__stats span {
	font-size: 12.5px;
	color: #8b8478;
	font-family: OpenSans-Bold, Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: .02em;
}

.insights-home-hero__media {
	position: relative;
	flex: 0 0 auto;
	width: 420px;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.insights-home-hero__glow {
	position: absolute;
	z-index: 0;
	border-radius: 50%;
	filter: blur(54px);
	pointer-events: none;
}

.insights-home-hero__glow--a {
	top: -40px;
	right: -30px;
	width: 220px;
	height: 220px;
	background: rgba(248, 155, 32, .3);
}

.insights-home-hero__glow--b {
	bottom: -40px;
	left: -30px;
	width: 200px;
	height: 200px;
	background: rgba(138, 125, 255, .25);
}

.insights-home-hero__media-card {
	position: relative;
	z-index: 1;
	width: 100%;
	border-radius: 28px;
	overflow: hidden;
	background: #fdf2e4;
	box-shadow: 0 30px 60px -20px rgba(24, 27, 27, .28), 0 0 0 10px rgba(255, 255, 255, .6);
}

.insights-home-hero__media-card img {
	width: 100%;
	height: auto;
	display: block;
}

.insights-home-hero__badge {
	position: absolute;
	z-index: 2;
	left: -18px;
	bottom: 22px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 11px 18px;
	border-radius: 999px;
	background: #fff;
	color: #181b1b;
	font-size: 12.5px;
	font-family: OpenSans-Bold, Helvetica, Arial, sans-serif;
	font-weight: 700;
	box-shadow: 0 14px 30px rgba(24, 27, 27, .16);
}

.insights-home-hero__badge i {
	color: #3fb27f;
	font-size: 15px;
}

.content-author-box {
	background: #f0f0f0;
	border-radius: 5px;
	padding: 25px;
	display: flex;
	margin: 30px 0 0;
}

.content-author-box figure {
	margin: 0;
	width: 120px;
	height: 120px;
	border-radius: 100px;
	flex: 0 0 120px;
	overflow: hidden;
}

.content-author-box figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100px;
}

.content-author-box figcaption {
	padding: 0 0 0 25px;
}

.title-linkdin {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.content-author-box figcaption h2 {
	font-size: 22px;
	padding-right: 10px;
}

.content-author-box figcaption p {
	font-size: 16px;
	line-height: 24px;
}

.title-linkdin a:hover {
	fill: #fc9b0b;
}

.content-author-box.dtm-author-card {
	background: #fff;
	border-radius: 14px;
	padding: 22px 22px 18px;
	margin: 30px 0 0;
	display: flex;
	gap: 22px;
	position: relative;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
	border: 1px solid #f0f0f0;
	overflow: hidden;
}

.content-author-box.dtm-author-card:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 6px;
	background: linear-gradient(180deg, #ff8a00, #ff4d00);
}

.dtm-author-card__left {
	flex: 1 1 62%;
	padding-left: 8px;
	min-width: 0;
}

.dtm-author-card__right {
	flex: 0 0 38%;
	border-left: 1px solid #efefef;
	padding-left: 22px;
	display: flex;
	flex-direction: column;
	min-width: 220px;
}

.dtm-author-card__header {
	display: flex;
	align-items: center;
	gap: 16px;
	padding-top: 4px;
}

.dtm-author-card__avatar {
	width: 86px;
	height: 86px;
	border-radius: 999px;
	flex: 0 0 86px;
	overflow: hidden;
	border: 4px solid #fff;
	box-shadow: 0 10px 22px rgba(0, 0, 0, .1);
}

.dtm-author-card__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dtm-author-card__intro {
	min-width: 0;
}

.dtm-author-card__title {
	display: flex;
	align-items: center;
	gap: 10px;
}

.dtm-author-card__name {
	margin: 0;
	font-size: 26px;
	line-height: 1.15;
	font-weight: 800;
}

.dtm-author-card__name a {
	color: #111;
	text-decoration: none;
}

.dtm-author-card__name a:hover {
	color: #f89b20;
}

.dtm-author-card__linkedin {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 6px;
	color: #0a66c2;
}

.dtm-author-card__linkedin svg {
	fill: currentColor;
}

.dtm-author-card__linkedin:hover {
	background: #eef5ff;
}

.dtm-author-card__subtitle {
	margin-top: 4px;
	font-size: 14px;
	color: #5d5d5d;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.dtm-author-card__role {
	font-weight: 600;
	color: #2c2c2c;
}

.dtm-author-card__company {
	color: #ff710d;
	font-weight: 700;
}

.dtm-author-card__stats {
	display: flex;
	align-items: center;
	gap: 22px;
	padding: 16px 0 14px;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	margin-top: 14px;
	flex-wrap: wrap;
}

.dtm-author-card__stat {
	display: grid;
	grid-template-columns: 32px auto;
	grid-template-rows: auto auto;
	column-gap: 10px;
	row-gap: 2px;
	min-width: 0;
	align-items: center;
}

.dtm-author-card__statIco {
	width: 32px;
	height: 32px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff7ef;
	color: #ff710d;
	grid-row: 1/span 2;
}

.dtm-author-card__statIco svg {
	display: block;
}

.dtm-author-card__statVal {
	font-size: 18px;
	font-weight: 800;
	color: #111;
	line-height: 1.1;
}

.dtm-author-card__statLbl {
	font-size: 12px;
	color: #6b6b6b;
	font-weight: 600;
}

.dtm-author-card__stat--verified .dtm-author-card__statVal {
	color: #1a7f37;
}

.dtm-author-card__bio {
	margin-top: 14px;
	font-size: 14px;
	line-height: 1.6;
	color: #3b3b3b;
}

.dtm-author-card__bio p {
	margin: 0;
}

.dtm-author-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 16px;
}

.dtm-author-card__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 42px;
	padding: 0 16px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	border: 1px solid #e7e7e7;
	color: #111;
	background: #fff;
}

.dtm-author-card__btn:hover {
	border-color: #f89b20;
	color: #f89b20;
}

.dtm-author-card__btn--linkedin {
	border-color: #f3caa4;
	background: #fff7ef;
}

.dtm-author-card__btn--linkedin:hover {
	border-color: #ff710d;
	color: #ff710d;
}

.dtm-author-card__rightTitle {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 800;
	color: #111;
}

.dtm-author-card__expertise {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.dtm-author-card__expertise li {
	position: relative;
	padding-left: 16px;
	color: #2c2c2c;
	font-size: 14px;
	line-height: 1.35;
	margin: 0;
}

.dtm-author-card__expertise li a {
	color: inherit;
	text-decoration: none;
}

.dtm-author-card__expertise li a:hover {
	color: #ff710d;
	text-decoration: underline;
}

.dtm-author-card__expertise li:before {
	content: "";
	position: absolute;
	left: 0;
	top: .55em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ff710d;
}

.dtm-author-card__metaRow {
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-top: 14px;
	border-top: 1px solid #efefef;
	color: #4c4c4c;
	font-size: 12px;
	font-weight: 700;
}

.dtm-author-card__fact {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.dtm-author-card__fact:before {
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #eef5ff;
	border: 1px solid #cfe2ff;
	box-shadow: inset 0 0 0 3px #0a66c2;
}

.dtm-author-card__date {
	white-space: nowrap;
	color: #6b6b6b;
}

@media (max-width:991px) {
	.content-author-box.dtm-author-card {
		flex-direction: column;
	}
	
	.dtm-author-card__right {
		border-left: none;
		padding-left: 8px;
		padding-top: 16px;
		border-top: 1px solid #efefef;
		min-width: 0;
	}
}

.blog-content-bg {
	background: #fbfbfb;
	margin-top: 0;
}

.blog-top-section {
	background: #fbfbfb;
	padding: 50px 70px;
}

.search-cat-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 18px 24px;
	margin-bottom: 35px;
}

@media (min-width:768px) {
	.search-cat-box {
		background: #fff;
		border: 1px solid #eef0f3;
		border-radius: 20px;
		padding: 14px 22px;
		box-shadow: 0 10px 30px rgba(15, 23, 42, .05);
	}
	
	.search-cat-box {
		flex-wrap: nowrap;
	}
	
	.search-cat-box .top-cat-box {
		flex: 1 1 auto;
		min-width: 0;
	}
	
	.top-cat-box ul.top-cat-list {
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		padding-bottom: 6px;
		margin-bottom: -6px;
		scrollbar-width: none;
		-ms-overflow-style: none;
		-webkit-overflow-scrolling: touch;
	}
	
	.top-cat-box ul.top-cat-list::-webkit-scrollbar {
		display: none;
		width: 0;
		height: 0;
	}
	
	.top-cat-box ul.top-cat-list li {
		flex: 0 0 auto;
	}
	
	.search-cat-box .cat-search-box {
		flex: 0 0 300px;
		min-width: 240px;
		max-width: 320px;
	}
}

.top-cat-box {
	min-width: 0;
}

.top-cat-box ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.top-cat-box ul li {
	margin-right: 0;
}

.top-cat-box ul li a {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	color: #181b1b;
	text-decoration: none;
	line-height: 1.35;
	white-space: nowrap;
	padding: 7px 16px 7px 7px;
	border-radius: 999px;
	background: #f5f6f8;
	border: 1px solid transparent;
	transition: background .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease, color .25s ease;
}

.top-cat-box ul li a:hover {
	color: #181b1b;
	background: #fff6ea;
	border-color: #f8cd94;
	box-shadow: 0 10px 20px rgba(248, 155, 32, .16);
}

.top-cat-ico {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 1px 4px rgba(15, 23, 42, .08);
	flex-shrink: 0;
	transition: background .25s ease, transform .25s ease;
}

.top-cat-ico svg {
	width: 16px;
	height: 16px;
	display: block;
	transition: stroke .25s ease;
}

.top-cat-box ul li a:hover .top-cat-ico {
	background: #f89b20;
	transform: scale(1.1);
}

.top-cat-box ul li a:hover .top-cat-ico svg {
	stroke: #fff;
}

.top-cat-name__line {
	display: inline;
}

.top-cat-name__line + .top-cat-name__line:before {
	content: " ";
}

.read-more-link {
	display: none;
}

.cat-search-box {
	flex: 0 1 340px;
	min-width: min(100%, 280px);
	max-width: 100%;
	margin-top: 0;
}

.top-blog-box figure {
	margin: 0;
	overflow: hidden;
	background: #fbe9e3;
}

.top-blog-box figure img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform .5s ease;
}

.top-blog-box figcaption {
	padding-top: 20px;
}

.top-blog-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
	flex-wrap: wrap;
	gap: 10px;
}

.top-blog-cat span {
	height: 32px;
	line-height: 32px;
	display: inline-block;
	padding: 0 16px;
	background: #ecf6ef;
	border-radius: 999px;
	font-size: 12px;
	font-family: OpenSans-Bold, Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: .3px;
	color: #5bc37e;
	text-transform: uppercase;
}

.date-view-box ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.date-view-box ul li {
	display: flex;
	align-items: center;
	margin-right: 15px;
	color: #9ca3af;
}

.date-view-box ul li:last-child {
	margin-right: 0;
}

.date-view-box ul li i {
	font-size: 13px;
	color: #b0b7c3;
}

.date-view-box ul li span {
	padding-left: 5px;
	color: #6b7280;
	font-size: 13px;
}

.top-blog-box figcaption h2, .top-blog-box figcaption h1 {
	font-size: 24px;
	line-height: 1.35;
	color: #111827;
	margin-bottom: 12px;
}

.top-blog-box figcaption h2 a, .top-blog-box figcaption h1 a {
	color: #111827;
	font-family: opensans-bold;
	transition: color .2s ease;
}

.top-blog-box figcaption h2 a:hover, .top-blog-box figcaption h1 a:hover {
	color: #f89b20;
}

.top-blog-box figcaption p {
	font-size: 15.5px;
	color: #6b7280;
	line-height: 1.7;
}

body .red-box {
	background: #fdecec;
	color: #e0525a;
}

body .blue-box {
	background: #e8f1fb;
	color: #3f8fc9;
}

body .yellow-box {
	background: #fbf3df;
	color: #dfa13c;
}

.top-three-blog-list ul li {
	display: flex;
	margin-bottom: 20px;
}

.top-three-blog-list ul li figure {
	max-width: 327px;
	flex: 0 0 327px;
	margin: 0;
	overflow: hidden;
}

.top-three-blog-list ul li figure img {
	width: 100%;
	display: block;
	transition: transform .5s ease;
}

.top-three-blog-list ul li:last-child {
	margin-bottom: 0;
}

.top-three-blog-list .date-view-box ul li {
	margin-bottom: 0;
}

.top-three-blog-list ul li figcaption {
	padding-left: 25px;
}

.top-three-blog-list ul li figcaption h2 {
	font-size: 20px;
	color: #000;
	margin-bottom: 10px;
}

.top-three-blog-list ul li figcaption h2 a {
	color: #000;
	font-family: opensans-bold;
	transition: color .2s ease;
}

.top-three-blog-list ul li figcaption h2 a:hover {
	color: #f89b20;
}

.top-three-blog-list ul li figcaption p {
	font-size: 14px;
	color: #333;
}

.blog-top-section .read-more-link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 13px;
	color: #f89b20;
	font-family: OpenSans-Bold, Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-decoration: none;
	margin-top: 4px;
	transition: color .2s ease;
}

.blog-top-section .read-more-link span {
	display: inline-block;
	transition: transform .2s ease;
}

.blog-top-section .read-more-link:hover {
	color: #dfa13c;
}

.blog-top-section .read-more-link:hover span {
	transform: translateX(3px);
}

.blog-top-section > .row {
	display: flex;
	flex-wrap: wrap;
	row-gap: 32px;
}

.blog-top-section .col-md-7, .blog-top-section .col-md-5 {
	flex: 0 0 100%;
	max-width: 100%;
}

.blog-top-section .top-blog-box {
	display: flex;
	align-items: stretch;
	min-height: 560px;
	background: #fff;
	border: 1px solid #f0f1f3;
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
	transition: box-shadow .3s ease, transform .3s ease;
}

.blog-top-section .top-blog-box:hover {
	box-shadow: 0 20px 44px rgba(15, 23, 42, .12);
	transform: translateY(-3px);
}

.blog-top-section .top-blog-box figure {
	flex: 0 0 50%;
	max-width: 50%;
	margin: 0;
	overflow: hidden;
}

.blog-top-section .top-blog-box figure a {
	display: block;
	height: 100%;
}

.blog-top-section .top-blog-box figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	transition: transform .6s ease;
}

.blog-top-section .top-blog-box:hover figure img {
	transform: scale(1.05);
}

.blog-top-section .top-blog-box figcaption {
	flex: 1 1 auto;
	min-width: 0;
	display: grid;
	grid-template-columns: 1fr auto;
	grid-template-rows: auto auto 1fr auto;
	grid-template-areas: "cat cat" "title title" "excerpt excerpt" "meta cta";
	row-gap: 16px;
	column-gap: 20px;
	padding: 48px 52px;
}

.blog-top-section .top-blog-box figcaption .top-blog-top {
	display: contents;
}

.blog-top-section .top-blog-box .top-blog-cat {
	grid-area: cat;
	align-self: start;
}

.blog-top-section .top-blog-box .top-blog-cat span {
	height: auto;
	padding: 0;
	background: transparent;
	border-radius: 0;
	font-size: 12.5px;
	letter-spacing: 1.6px;
	color: #c9862f;
}

.blog-top-section .top-blog-box figcaption h1 {
	grid-area: title;
	font-family: Cambria-Bold, Georgia, serif;
	font-size: 32px;
	line-height: 1.28;
	color: #20180f;
	margin: 0;
}

.blog-top-section .top-blog-box figcaption h1 a {
	color: inherit;
	font-family: inherit;
	transition: color .2s ease;
}

.blog-top-section .top-blog-box figcaption h1 a:hover {
	color: #f89b20;
}

.blog-top-section .top-blog-box figcaption p {
	grid-area: excerpt;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	line-clamp: 7;
	overflow: hidden;
	align-self: start;
	font-size: 16.5px;
	line-height: 1.85;
	color: #6b6259;
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.blog-top-section .top-blog-box .date-view-box {
	grid-area: meta;
	align-self: end;
	display: block;
}

.blog-top-section .top-blog-box .date-view-box ul li, .blog-top-section .top-blog-box .date-view-box ul li span {
	color: #9a948a;
}

.blog-top-section .top-blog-box .date-view-box ul li i {
	color: #b7b0a4;
}

.blog-top-section .top-blog-box .read-more-link {
	grid-area: cta;
	align-self: end;
	justify-self: end;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #181b1b;
	color: #fff;
	font-size: 0;
	flex-shrink: 0;
	transition: background .25s ease, transform .25s ease;
}

.blog-top-section .top-blog-box .read-more-link span {
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	transform: rotate(-45deg);
	transition: transform .25s ease;
}

.blog-top-section .top-blog-box .read-more-link:hover {
	background: #f89b20;
	transform: scale(1.06);
}

.blog-top-section .top-blog-box .read-more-link:hover span {
	transform: rotate(-45deg) translate(2px, -2px);
}

.blog-top-section .top-three-blog-list ul {
	counter-reset: trendingPost;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.blog-top-section .top-three-blog-list ul li {
	counter-increment: trendingPost;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	margin-bottom: 0;
	background: #fff;
	border: 1px solid #f0f1f3;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 18px rgba(15, 23, 42, .05);
	transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
}

.blog-top-section .top-three-blog-list ul li:hover {
	box-shadow: 0 14px 30px rgba(15, 23, 42, .1);
	transform: translateY(-3px);
	border-color: #f8cd94;
}

.blog-top-section .top-three-blog-list ul li figure {
	position: relative;
	margin: 0;
	width: 100%;
	max-width: 100%;
	flex: 0 0 auto;
	aspect-ratio: 16/10;
	overflow: hidden;
}

.blog-top-section .top-three-blog-list ul li figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .4s ease;
}

.blog-top-section .top-three-blog-list ul li:hover figure img {
	transform: scale(1.08);
}

.blog-top-section .top-three-blog-list ul li figcaption {
	flex: 1 1 auto;
	min-width: 0;
	padding: 18px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.blog-top-section .top-three-blog-list .top-blog-top {
	margin-bottom: 0;
}

.blog-top-section .top-three-blog-list .top-blog-top .date-view-box, .blog-top-section .top-three-blog-list ul li figcaption p, .blog-top-section .top-three-blog-list .read-more-link {
	display: none;
}

.blog-top-section .top-three-blog-list ul li figcaption h2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	font-size: 15.5px;
	line-height: 1.4;
	margin: 0;
}

.blog-top-section .top-three-blog-list ul li figcaption h2 a {
	color: #181b1b;
}

.blog-top-section .top-three-blog-list ul li figcaption h2 a:hover {
	color: #f89b20;
}

.categories-section {
	background: #f9f6ef;
	padding: 70px 70px;
}

.categories-section__head {
	max-width: 640px;
	margin: 0 auto 40px;
	text-align: center;
}

.categories-section__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 14px;
	padding: 7px 16px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid #f2e4c8;
	color: #dfa13c;
	font-size: 13px;
	line-height: 1.2;
	font-family: OpenSans-Bold, Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	box-shadow: 0 6px 18px rgba(24, 27, 27, .06);
}

.categories-section h2 {
	font-size: clamp(28px, 3.2vw, 40px);
	line-height: 1.2;
	color: #181b1b;
	font-weight: 700;
	margin: 0 0 12px;
	font-family: Cambria-Bold, Georgia, serif;
}

.categories-section h2 + p {
	margin: 0;
	color: #6b6259;
	font-size: 15.5px;
	line-height: 1.7;
}

.categories-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.categories-grid__item a {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	border: 1px solid #f0f1f3;
	border-radius: 22px;
	overflow: hidden;
	text-decoration: none;
	box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
	transition: box-shadow .3s ease, transform .3s ease;
}

.categories-grid__item a:hover {
	box-shadow: 0 20px 40px rgba(15, 23, 42, .12);
	transform: translateY(-4px);
}

.categories-grid__media {
	display: block;
	overflow: hidden;
	aspect-ratio: 4/3;
	background: #f3f0e6;
}

.categories-grid__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .5s ease;
}

.categories-grid__item a:hover .categories-grid__media img {
	transform: scale(1.06);
}

.categories-grid__body {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 20px;
}

.categories-grid__title {
	font-size: 16px;
	line-height: 1.35;
	color: #181b1b;
	font-family: OpenSans-Bold, Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.categories-grid__cta {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #f9f6ef;
	color: #181b1b;
	font-size: 0;
	transition: background .25s ease, color .25s ease;
}

.categories-grid__cta i {
	display: inline-block;
	font-size: 16px;
	font-style: normal;
	transform: rotate(-45deg);
	transition: transform .25s ease;
}

.categories-grid__item a:hover .categories-grid__cta {
	background: #f89b20;
	color: #fff;
}

.categories-grid__item a:hover .categories-grid__cta i {
	transform: rotate(-45deg) translate(2px, -2px);
}

.blog-tab-head {
	margin: 0;
}

.alm-reveal, .our_blog_list {
	background: 0 0;
	padding: 0;
}

body .blog-tab-head {
	margin: 0;
	border-bottom: solid 1px #e1dfdf;
	margin: 0 15px 15px 15px;
}

body .blog-tab-head .nav.nav-tabs li a {
	margin: 0;
}

body .blog-tab-head .nav.nav-tabs {
	justify-content: left;
	justify-content: left;
	flex-wrap: nowrap;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	align-items: center;
	gap: 10px;
}

body .blog-tab-head .nav.nav-tabs li a {
	height: auto;
	line-height: normal;
	min-width: 10px;
	font-size: 16px;
	color: #000;
	text-transform: capitalize;
	font-weight: 400;
	font-family: OpenSans-Regular;
	background: 0 0;
	padding: 20px 15px;
	position: relative;
}

body .blog-tab-head .nav.nav-tabs li a.active {
	background: 0 0;
	color: #dfa13c;
}

body .blog-tab-head .nav.nav-tabs li a.active:after {
	width: 100%;
	height: 2px;
	background: #dfa13c;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
}

.blog-tab-head--pill {
	margin: 0 0 20px;
	border-bottom: none !important;
	padding: 0;
	overflow: visible;
	width: 100%;
}

body .blog-tab-head.blog-tab-head--pill {
	margin: 0 0 20px;
	border-bottom: none !important;
}

body .blog-tab-head--pill .nav.nav-tabs.blog-insights-tabs--main {
	overflow: hidden !important;
	justify-content: flex-start;
	border: none;
}

.blog-tab-head--pill .blog-tab-pill {
	background: #fff;
	border: 1px solid #e8eaed;
	border-radius: 12px;
	box-shadow: 0 2px 12px rgba(15, 23, 42, .06);
	padding: 0;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.blog-tab-head--pill .blog-tab-pill__inner {
	display: flex;
	align-items: stretch;
	gap: 0;
	overflow: hidden;
	border-radius: 12px;
	width: 100%;
	min-width: 0;
}

.blog-tab-head--pill .blog-tab-pill__scroll {
	flex: 1 1 auto;
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
}

.blog-tab-head--pill .blog-insights-tabs--main {
	border: none;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	gap: 0;
	flex-wrap: nowrap;
	margin: 0;
	padding: 0;
	list-style: none;
	width: auto;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
}

.blog-tab-head--pill .blog-insights-tab-more.is-empty {
	display: none;
}

.blog-tab-head--pill:not(.is-tabs-ready) .blog-tab-pill {
	visibility: hidden;
}

.blog-tab-head--pill.is-tabs-ready .blog-tab-pill {
	visibility: visible;
}

.blog-tab-head--pill .blog-insights-tabs--main > li {
	margin: 0;
	flex: 0 0 auto;
	display: flex;
	align-items: stretch;
	flex-shrink: 0;
}

.blog-tab-head--pill .blog-insights-tab-more {
	position: relative;
	flex: 0 0 auto;
	z-index: 30;
	margin: 0;
	padding: 0;
	border-left: none;
	align-self: stretch;
	display: flex;
	align-items: stretch;
	flex-shrink: 0;
}

.blog-tab-head--pill .blog-insights-tab-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 11px 14px 9px;
	font-size: 13px;
	line-height: 1.2;
	color: #374151;
	background: transparent !important;
	border: none !important;
	border-radius: 0;
	min-width: max-content;
	flex-shrink: 0;
	height: 100%;
	font-family: OpenSans-Regular, sans-serif;
	text-transform: none;
	font-weight: 500;
	position: relative;
	white-space: nowrap;
	text-decoration: none !important;
	margin: 0;
}

.blog-tab-head--pill .blog-insights-tab-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	font-size: 15px;
	color: inherit;
	line-height: 1;
}

.blog-tab-head--pill .blog-insights-tab-label {
	color: inherit;
}

.blog-tab-head--pill .blog-insights-tab-link.active, .blog-tab-head--pill .blog-insights-tab-link.active .blog-insights-tab-icon, .blog-tab-head--pill .blog-insights-tab-link.active .blog-insights-tab-label {
	color: #dfa13c;
}

.blog-tab-head--pill .blog-insights-tab-link.active::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: none;
	height: 3px;
	border-radius: 0;
	background: #dfa13c;
	transform: none;
}

body .blog-tab-head--pill .nav.nav-tabs li a.active::after {
	width: 100%;
	left: 0;
	bottom: 0;
	height: 2px;
	background: #dfa13c;
}

.blog-tab-head--pill .blog-insights-more-menu {
	display: none;
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	min-width: 200px;
	margin: 0;
	padding: 8px 0;
	list-style: none;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 12px 32px rgba(15, 23, 42, .15);
	z-index: 100060;
}

.blog-tab-head--pill .blog-insights-tab-more.is-open .blog-insights-more-menu {
	display: block;
}

.blog-tab-head--pill .blog-insights-tab-more.is-menu-fixed .blog-insights-more-menu {
	position: fixed;
	top: auto;
	left: auto;
	right: auto;
}

.blog-tab-head--pill .blog-insights-more-menu a {
	display: block;
	padding: 12px 16px;
	font-size: 14px;
	color: #374151;
	text-decoration: none !important;
	font-family: OpenSans-Regular, sans-serif;
	white-space: nowrap;
}

.blog-tab-head--pill .blog-insights-more-menu a:hover, .blog-tab-head--pill .blog-insights-more-menu a.is-selected {
	color: #dfa13c;
	background: #fff8ef;
}

.latest-blog-cat-bg .row {
	row-gap: 30px;
}

.latest-blog-cat-bg .our_blog_list.insights-posts-wrap {
	display: block !important;
	flex-wrap: unset !important;
	background: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
}

.latest-blog-cat-bg .insights-posts-wrap {
	background: transparent;
	padding: 0;
}

.latest-blog-cat-bg .insights-posts-wrap .insights-posts-grid, .latest-blog-cat-bg .insights-posts-wrap .alm-reveal, .latest-blog-cat-bg .insights-posts-wrap .alm-listing {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.latest-blog-cat-bg .insights-posts-wrap .insights-post-card, .latest-blog-cat-bg .insights-posts-wrap .item-holder {
	width: auto !important;
	min-height: 0 !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

.latest-blog-cat-bg .insights-posts-wrap .insights-post-card__inner, .latest-blog-cat-bg .insights-posts-wrap .item-content-bkg {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	border: 1px solid #e8eaed;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(15, 23, 42, .04);
	transition: box-shadow .2s ease, transform .2s ease;
}

.latest-blog-cat-bg .insights-posts-wrap .insights-post-card__inner:hover, .latest-blog-cat-bg .insights-posts-wrap .item-content-bkg:hover {
	transform: translateY(-2px);
}

.latest-blog-cat-bg .insights-posts-wrap .insights-post-card__thumb {
	display: block;
	text-decoration: none !important;
}

.latest-blog-cat-bg .insights-posts-wrap .insights-post-card__media, .latest-blog-cat-bg .insights-posts-wrap .item-img {
	display: block;
	width: 100%;
	aspect-ratio: 16/9;
	overflow: hidden;
	margin: 0;
	transform: none !important;
	transition: none !important;
}

.latest-blog-cat-bg .insights-posts-wrap .insights-post-card__media img, .latest-blog-cat-bg .insights-posts-wrap .item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.latest-blog-cat-bg .insights-posts-wrap .insights-post-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 180px;
	background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
}

.latest-blog-cat-bg .insights-posts-wrap .insights-post-card__body, .latest-blog-cat-bg .insights-posts-wrap .item-content-bkg figcaption {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 18px 18px 16px;
	text-align: left !important;
}

.latest-blog-cat-bg .insights-posts-wrap .insights-post-card__title, .latest-blog-cat-bg .insights-posts-wrap .post-title {
	font-family: OpenSans-Bold, Helvetica, Arial, sans-serif !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1.35;
	margin: 0 0 10px;
	text-align: left !important;
}

.latest-blog-cat-bg .insights-posts-wrap .insights-post-card__title a, .latest-blog-cat-bg .insights-posts-wrap .post-title a {
	color: #111827 !important;
	text-decoration: none !important;
}

.latest-blog-cat-bg .insights-posts-wrap .insights-post-card__title a:hover, .latest-blog-cat-bg .insights-posts-wrap .post-title a:hover {
	color: #dfa13c !important;
}

.latest-blog-cat-bg .insights-posts-wrap .insights-post-card__excerpt, .latest-blog-cat-bg .insights-posts-wrap .post-content {
	font-size: 14px;
	line-height: 1.6;
	color: #6b7280;
	margin: 0 0 14px;
	text-align: left !important;
	flex: 1;
}

.latest-blog-cat-bg .insights-posts-wrap .post-txt-link {
	color: #6b7280 !important;
	text-decoration: none !important;
}

.latest-blog-cat-bg .insights-posts-wrap .post-txt-link:hover {
	color: #374151 !important;
}

.latest-blog-cat-bg .insights-posts-wrap .insights-post-card__meta, .latest-blog-cat-bg .insights-posts-wrap .post-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left !important;
	position: static !important;
}

.latest-blog-cat-bg .insights-posts-wrap .post-meta li {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 11px;
	color: #9ca3af;
	text-transform: uppercase;
	letter-spacing: .04em;
	margin: 0;
}

.latest-blog-cat-bg .insights-posts-wrap .post-meta li i {
	color: #b0b7c3;
}

.latest-blog-cat-bg .insights-posts-wrap .post-meta li .insights-post-card__views-count {
	display: inline;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.latest-blog-cat-bg .insights-posts-empty {
	margin: 0;
	padding: 24px 0;
	color: #6b7280;
	font-size: 15px;
	text-align: center;
}

.latest-blog-cat-bg .insights-load-more-wrap {
	display: flex;
	justify-content: center;
	margin: 28px 0 8px;
	padding: 0;
}

.latest-blog-cat-bg .insights-load-more-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 160px;
	padding: 12px 28px;
	font-family: OpenSans-SemiBold, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #111827;
	background: #fff;
	border: 1px solid #e8eaed;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(15, 23, 42, .06);
	cursor: pointer;
	transition: color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.latest-blog-cat-bg .insights-load-more-btn:hover {
	color: #dfa13c;
	border-color: #dfa13c;
	box-shadow: 0 4px 14px rgba(223, 161, 60, .15);
}

.latest-blog-cat-bg .insights-load-more-btn:disabled {
	opacity: .65;
	cursor: not-allowed;
}

.latest-blog-cat-bg .insights-load-more-btn.is-loading {
	pointer-events: none;
}

.latest-blog-cat-bg .insights-load-more-btn.is-error {
	color: #b42318;
	border-color: #fecdca;
	background: #fff5f5;
}

.latest-blog-cat-bg .insights-posts-wrap .item-content-bkg:hover .item-img {
	transform: none !important;
}

.latest-blog-cat-bg {
	padding: 50px 55px;
}

.latest-blog-cat-bg .col-md-8 {
	border-right: solid 1px #e1dfdf;
}

.latest-blog-cat-bg .our_blog_list:not(.insights-posts-wrap) .item-content-bkg {
	background: 0 0;
}

.latest-blog-cat-bg .insights-posts-wrap .insights-post-card__inner, .latest-blog-cat-bg .insights-posts-wrap .item-content-bkg {
	background: #fff !important;
}

.latest-blog-cat-bg .item-content-bkg .post-meta {
	margin-top: 10px;
}

.categories-list {
	padding-left: 15px;
	position: sticky;
	top: 160px;
}

.categories-list h2 {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	font-family: "Outfit", sans-serif;
	margin-bottom: 32px;
	line-height: 1.3;
}

.categories-list ul {
	display: flex;
	flex-wrap: wrap;
}

.categories-list ul li {
	margin-right: 15px;
	margin-bottom: 15px;
}

.categories-list ul li a {
	display: block;
	color: #933ff4;
	background: #f1e8fc;
	border-radius: 4px;
	padding: 10px 16px;
	font-size: 14px;
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	line-height: 1.4;
}

.categories-list ul li a:hover {
	background: #f89b20;
	color: #fff;
}

.cta-section {
	background: url("https://cdn-ihpbb.nitrocdn.com/YZWFbvqWxpphBznXZOjBppRVRQQwCvvB/assets/images/optimized/rev-bc1c420/devtechnosys.ae/blog/wp-content/themes/mira-child/images/2023/cta-bg.png") no-repeat;
	background-size: cover;
	min-height: 100px;
	padding: 15px 0;
	overflow: hidden;
}

.cta-section.nitro-lazy {
	background: none !important;
}

.cta-section .col-md-4, .cta-section .col-md-8 {
	display: flex;
	align-items: center;
}

.cta-des {
	max-width: 700px;
	margin: auto;
}

.cta-des h2 {
	font-size: 45px;
	color: #fff;
	font-family: Cambria-Bold;
	margin-bottom: 15px;
}

.cta-des p {
	font-size: 18px;
	color: #fff;
	line-height: 24px;
}

.get-quote-btn {
	margin-top: 25px;
}

.get-quote-btn a, .get-quote-btn a:focus, .get-quote-btn a:hover {
	background: #000;
	color: #fff;
}

.latest-blog-bg {
	padding: 50px 70px;
}

.latest-heading {
	font-size: 40px;
	color: #181b1b;
	font-family: Cambria-Bold;
	margin-bottom: 30px;
}

.latest-sidebar-box {
	background: #dfa13c;
	padding: 30px;
}

.latest-sidebar-box figure {
	text-align: center;
}

.latest-sidebar-box figcaption {
	margin-top: 40px;
}

.latest-sidebar-box figcaption h3 {
	font-size: 24px;
	color: #fff;
	font-family: opensans-bold;
	margin-bottom: 10px;
}

.latest-sidebar-box figcaption p {
	font-size: 16px;
	color: #fff;
	line-height: 28px;
}

.latest-blog-bg .col-md-4, .latest-blog-bg .col-md-8 {
	display: flex;
}

.new-sec {
	padding: 50px 70px;
}

.new-sec-box-left h3 {
	font-size: 26px;
	color: #000;
	font-weight: 700;
	line-height: 33px;
	margin-bottom: 20px;
}

.new-sec-info {
	display: flex;
	align-items: center;
}

.new-sec-info li {
	margin-right: 15px;
	font-size: 16px;
	color: #333;
}

.yallow-tAG {
	background: rgba(222, 176, 52, 10%);
	color: #deb034;
	padding: 6px 10px;
	display: flex;
	border-radius: 3px;
	width: 52px;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}

.new-sec-center p {
	font-size: 18px;
	color: #333;
}

.new-sec-box-right figure img {
	height: 295px;
	width: 100%;
}

.new-sec-center {
	padding-right: 6px;
}

.row.new-sec-rows {
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px solid #e1dfdf;
}

.new-sec-box-right figure img {
	height: 295px;
	width: 100%;
	object-fit: cover;
}

.new-sec-box-left h3 a {
	color: #000;
	font-family: opensans-bold;
}

.latest-blog-bg {
	background: #fff;
}

.top-cat-box ul {
	-webkit-overflow-scrolling: touch;
}

.category-bg {
	margin-top: 15px;
}

.blog-box-in figure img {
	height: auto;
}

.right-nav-bt .lets-btn span {
	position: relative;
	top: -2px;
}

.lets-btn span.price-text {
	margin-right: 0;
	font-size: 16px;
	font-family: OpenSans-Bold;
	color: #000;
}

.cta-one-box {
	background: #f8f8fb;
	border-radius: 20px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 30px 0;
	position: relative;
	overflow: hidden;
}

.cta-icon-box {
	background: #f89b20;
	padding: 45px 35px 45px 30px;
	border-radius: 20px 90px 90px 20px;
	min-width: 135px;
	display: flex;
	justify-content: center;
}

.cta-icon-box img {
	max-width: 70px;
	max-height: 99px;
	width: auto;
}

.cta-icon-des {
	flex: 1;
	padding: 15px 30px;
}

.cta-icon-des p {
	font-size: 18px;
}

.cta-icon-des p a {
	font-family: OpenSans-Bold;
}

.test-cta-one-box {
	background: url("https://cdn-ihpbb.nitrocdn.com/YZWFbvqWxpphBznXZOjBppRVRQQwCvvB/assets/images/optimized/rev-bc1c420/devtechnosys.ae/blog/wp-content/themes/mira-child/images/2023/quotation-mark.png") no-repeat 95% 15px #f8f8fb;
	border-radius: 20px;
	margin: 30px 0;
	padding: 25px;
}

.test-cta-one-box.nitro-lazy {
	background: none !important;
}

.cta-test-user-box {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.cta-test-user-box .test-img {
	width: 50px;
	height: 50px;
	flex: 0 0 50px;
	max-width: 50px;
	overflow: hidden;
	border-radius: 100px;
	border: solid 1px #fc9b0b;
}

.cta-test-user-box .test-img img {
	width: 100%;
	height: 100%;
	border-radius: 70px;
	object-fit: cover;
}

.cta-test-user-box .test-des {
	padding-left: 15px;
}

.cta-test-user-box .test-des h5 {
	margin: 0;
}

.cta-test-user-box .test-des span {
	font-size: 14px;
	color: #a9adb8;
}

body .back-top-btn {
	display: inline-block;
	background-color: #ff9800;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	cursor: pointer;
}

body .back-top-btn:after {
	content: "";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 47px;
	color: #fff;
}

body .back-top-btn.show {
	opacity: 1;
	visibility: visible;
}

.sidebar-social-box {
	background: #f8f8fb;
	padding: 25px;
	border-radius: 15px;
}

.sidebar-social-box h3 {
	font-size: 22px;
	color: #333;
	font-family: OpenSans-Bold;
	border-bottom: solid 1px #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.blog_detail_bg .container {
	max-width: 1600px;
	padding: 0 30px;
}

.sidebar-subscribers {
	margin-top: 25px;
}

.sidebar-subscribers h4 {
	font-size: 16px;
	font-family: OpenSans-Bold;
	color: #333;
	margin-bottom: 5px;
}

.sidebar-subscribers .gjs-cell input[type="email"] {
	width: 100%;
	border: solid 1px #ccc;
	background: #fff;
	padding: 15px;
	border-radius: 5px;
	font-size: 14px;
	color: #000;
}

.sidebar-subscribers .gjs-cell input[type="submit"] {
	margin-top: 10px;
	background: #f89b20;
	color: #fff;
	border: solid 1px #f89b20;
	padding: 10px 15px;
	border-radius: 4px;
	font-family: OpenSans-Bold;
}

.related-thumb a {
	display: flex;
	align-items: center;
}

.related-thumb a figure {
	width: 100px;
	flex: 0 0 100px;
	max-width: 100px;
}

.related-thumb a figure img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.related-thumb a figcaption {
	flex: 1;
	padding-left: 15px;
	color: #000;
	font-family: OpenSans-Bold;
}

.related-thumb {
	margin-bottom: 15px;
}

.related-thumb:last-child {
	margin-bottom: 0;
}

.related-posts-after-content {
	margin-bottom: 30px;
}

.related-posts-after-content h3 {
	font-size: 22px;
	color: #333;
	font-family: OpenSans-Bold;
	margin-bottom: 20px;
}

.cat-search-box .wp-block-search__label {
	display: none;
}

.search-btn {
	background: transparent;
	border: none;
	display: flex;
	align-items: center;
	color: #000;
}

.search-btn i {
	width: 25px;
	margin-right: 8px;
}

.search-btn span {
	font-size: 16px;
	color: #000;
}

.cat-search-box .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.cat-search-box .search-pill-form {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	display: flex;
	align-items: center;
	gap: 10px;
	background: #fff;
	border: 1px solid #eef0f3;
	border-radius: 999px;
	box-shadow: 0 4px 18px rgba(15, 23, 42, .06);
	padding: 6px 6px 6px 22px;
	transition: box-shadow .25s ease, border-color .25s ease;
}

.cat-search-box .search-pill-input {
	flex: 1;
	min-width: 0;
	border: none;
	outline: none;
	background: transparent;
	font-size: 15px;
	line-height: 1.35;
	color: #111827;
	padding: 10px 0;
	font-family: inherit;
	-webkit-appearance: none;
	appearance: none;
}

.cat-search-box .search-pill-input::placeholder {
	color: #9ca3af;
}

.cat-search-box .search-pill-input:focus {
	outline: none;
}

.cat-search-box .search-pill-form:focus-within {
	border-color: #f89b20;
	box-shadow: 0 8px 22px rgba(248, 155, 32, .2), 0 0 0 3px rgba(248, 155, 32, .15);
}

.cat-search-box .search-pill-submit {
	width: 46px;
	height: 46px;
	min-width: 46px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: linear-gradient(135deg, #f89b20, #f2751a);
	color: #fff;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 6px 14px rgba(248, 155, 32, .35);
	transition: transform .2s ease, box-shadow .2s ease;
	-webkit-appearance: none;
	appearance: none;
}

.cat-search-box .search-pill-submit:hover {
	transform: scale(1.06);
	box-shadow: 0 8px 18px rgba(248, 155, 32, .45);
}

.cat-search-box .search-pill-submit:focus-visible {
	outline: 2px solid #f89b20;
	outline-offset: 2px;
}

.cat-search-box .search-pill-submit svg {
	width: 20px;
	height: 20px;
	display: block;
}

.search-box-cat-bg {
	position: fixed;
	left: 0;
	top: 143px;
	width: 100%;
	height: calc(100vh - 100px);
	overflow: auto;
	background: #f9f9f9;
	z-index: 100050;
	padding: 80px;
	display: none;
}

.close-search {
	position: absolute;
	right: 20px;
	top: 20px;
	background: transparent;
	border: none;
	width: 40px;
	height: 40px;
	padding: 0;
}

.search-post .wp-block-search__label {
	display: none;
}

.search-post .wp-block-search__input {
	border: none;
	background: transparent;
	border-bottom: 1px solid #b9b9b9;
	font-size: 40px;
	padding: 0;
	font-family: OpenSans-Bold;
	color: #000;
}

.search-post .wp-block-search__input::placeholder {
	color: #dfdfdf;
	opacity: 1;
}

.search-post .wp-block-search__input:-ms-input-placeholder {
	color: #dfdfdf;
}

.search-post .wp-block-search__input::-ms-input-placeholder {
	color: #dfdfdf;
}

.search-post button.wp-block-search__button {
	background: url("https://devtechnosys.ae/blog/wp-content/themes/mira-child/images/2023/search-icon.png") no-repeat transparent center center;
	border: none;
	text-indent: -9999px;
	background-size: 30px 30px;
	border-radius: 5px;
}

.search-post button.wp-block-search__button.nitro-lazy {
	background: none !important;
}

.search-top-cat-list-bg {
	margin-top: 30px;
}

.search-top-cat-list ul li {
	margin-bottom: 15px;
}

.search-top-cat-list ul li:last-child {
	margin-bottom: 0;
}

.search-top-cat-list ul li a {
	font-size: 16px;
	color: #000;
}

.search-top-cat-list ul li a:hover {
	color: #f89b20;
}

.fluid-width-video-wrapper {
	padding: 0 !important;
}

.fluid-width-video-wrapper iframe {
	position: relative !important;
	height: 645px !important;
}

.search-post .search-string {
	width: 100%;
	text-align: left;
}

.search-bg #wrap-content {
	margin-top: 30px;
}

.topHomeHolder h1 {
	text-transform: capitalize;
}

.topHomeBkg {
	background: #000;
}

.scroll {
	position: fixed;
	overflow: hidden;
}

.modalbg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 999999;
	display: none;
	overflow: auto;
	padding: 15px;
}

.modalbg .modal-content {
	background: #eef;
	background: radial-gradient(75.99% 262.53% at 95.73% 108.2%, rgba(0, 102, 255, .2) 0, rgba(255, 255, 255, 0) 100%), radial-gradient(30.61% 75.99% at 3.39% 9.41%, #e6f4ed 0, rgba(255, 255, 255, 0) 100%), #f5f5fc;
	background-blend-mode: normal, normal, darken, normal;
	padding: 30px;
	max-width: 1340px;
	width: 100%;
	border-radius: 15px;
	margin: 30px auto;
}

.close-button {
	width: 25px;
	height: 25px;
	cursor: pointer;
	border-radius: 4px;
	background-color: #ccc;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 21px;
	position: absolute;
	right: 15px;
	top: 15px;
}

.show-modal {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition: visibility 0s linear 0s, opacity .25s 0s, transform .25s;
}

.form-head {
	text-align: center;
	padding: 0 25px;
	margin-bottom: 30px;
}

.form-head h2 {
	font-size: 32px;
	font-family: cambria-bold;
}

.form-head p {
	font-size: 16px;
	color: #636678;
	line-height: 24px;
}

.form-submit-bt {
	text-align: center;
	margin-top: 0;
}

.form-submit-bt .btn {
	display: inline-block;
}

textarea.form-control {
	height: 145px;
}

.alm-listing {
	display: flex;
	flex-wrap: wrap;
}

.alm-listing article {
	width: 50%;
	padding: 15px;
}

.blog-post-single .container-fluid .row {
	margin: 0;
}

.blog_detail_box .enquiryForm {
	max-width: 550px;
	padding: 15px;
	border-radius: 15px;
	background: #f8f8fb;
	width: 100%;
	margin: 15px auto;
}

.blog-right-content .related-posts-after-content {
	display: none;
}

.math-captcha {
	display: flex;
	align-items: center;
	gap: 15px;
}

.math-captcha .form-control {
	flex: 1;
}

.free-info-box h3 {
	font-size: 18px;
}

.enquiryForm br {
	display: none;
}

.enquiryForm {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.enquiryForm .google-alert {
	margin: 0;
}

.single-bottom.single_tag_box, .prev-next-sidebar {
	display: none;
}

@media only screen and (min-width:1025px) and (max-width:2050px) {
	.top-three-blog-list ul li figure {
		max-width: 226px;
		flex: 0 0 226px;
	}
	
	.date-view-box {
		display: none;
	}
	
	.top-three-blog-list p {
		display: none;
	}
	
	.top-three-blog-list ul li figcaption h2 a {
		font-size: 18px;
	}
	
	.new-sec-box-left h3 br {
		display: none;
	}
	
	.top-platforms-bg .top-three-blog-list p {
		display: block;
	}
}

@media only screen and (min-width:1025px) and (max-width:1440px) {
	.blog-top-section .col-md-7, .blog-top-section .col-md-5 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (max-width:1700px) {
	.categories-section {
		background: #f9f6ef;
		padding: 50px 20px;
	}
	
	.blog-top-section, .latest-blog-cat-bg {
		padding: 30px 20px;
	}
	
	.latest-blog-bg {
		padding: 30px 20px;
	}
}

@media (max-width:1025px) {
	.blog_detail_bg .col-md-3.formBox, .blog_detail_bg .col-md-9.posts-holder {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.blog-top-section .col-md-5, .blog-top-section .col-md-7 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.categories-section__head {
		margin-bottom: 30px;
	}
	
	.categories-grid__title {
		font-size: 15px;
	}
	
	.blog-top-section, .latest-blog-cat-bg {
		padding: 15px;
	}
	
	body .blog-tab-head .nav.nav-tabs li a {
		font-size: 14px;
		padding: 15px 3px;
	}
	
	.blog-tab-head--pill {
		margin-bottom: 16px;
	}
	
	body .blog-tab-head.blog-tab-head--pill {
		margin-bottom: 16px;
	}
	
	.blog-tab-head--pill .blog-insights-tab-link {
		font-size: 12px;
		padding: 10px 11px 8px;
		gap: 5px;
	}
	
	.blog-tab-head--pill .blog-insights-tab-icon {
		width: 16px;
		font-size: 14px;
	}
	
	.blog-tab-head--pill .blog-tab-pill, .blog-tab-head--pill .blog-tab-pill__inner {
		border-radius: 10px;
	}
	
	.blog-tab-head--pill .blog-insights-tab-link.active::after {
		height: 3px;
	}
	
	.latest-blog-cat-bg .insights-posts-wrap .insights-posts-grid, .latest-blog-cat-bg .insights-posts-wrap .alm-reveal, .latest-blog-cat-bg .insights-posts-wrap .alm-listing {
		gap: 18px;
	}
	
	.latest-blog-cat-bg .insights-posts-wrap .insights-post-card__title, .latest-blog-cat-bg .insights-posts-wrap .post-title {
		font-size: 16px !important;
	}
	
	.latest-blog-cat-bg .insights-posts-wrap .insights-post-card__body, .latest-blog-cat-bg .insights-posts-wrap .item-content-bkg figcaption {
		padding: 14px;
	}
	
	.our_blog_list .item-content-bkg .post-content {
		font-size: 14px;
	}
	
	.cta-des h2 {
		font-size: 30px;
	}
	
	.latest-blog-bg .row .col-md-5 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.latest-blog-bg .row .col-md-7 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.top-three-blog-list ul li {
		flex-wrap: wrap;
	}
	
	.top-three-blog-list ul li figcaption {
		padding-left: 0;
		padding-top: 20px;
	}
	
	.top-three-blog-list {
		margin-top: 30px;
	}
	
	.latest-blog-bg .col-md-8 {
		flex: 0 0 60%;
		max-width: 60%;
	}
	
	.latest-blog-bg .col-md-4 {
		flex: 0 0 40%;
		max-width: 40%;
	}
	
	.latest-heading {
		font-size: 30px;
	}
	
	.row.new-sec-rows .col-md-4:last-child {
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 20px;
	}
	
	.row.new-sec-rows .col-md-4 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.cta-des {
		margin-left: 30px;
	}
	
	.top-cat-box {
		padding-bottom: 0;
		margin-right: 0;
		max-width: 100%;
	}
	
	.search-box-cat-bg {
		padding: 80px 30px 30px 30px;
	}
	
	.top-cat-box ul li {
		margin-right: 0;
	}
	
	.insights-home-hero {
		padding: 130px 20px 40px;
	}
	
	.insights-home-hero__row {
		gap: 24px;
	}
	
	.insights-home-hero__content {
		flex: 1 1 52%;
		max-width: 52%;
		min-width: 0;
	}
	
	.insights-home-hero__media {
		width: 260px;
		flex-shrink: 0;
	}
	
	.insights-home-hero h1 {
		font-size: clamp(26px, 4vw, 34px);
	}
	
	.insights-home-hero__description {
		font-size: 15px;
		line-height: 1.65;
	}
	
	.insights-home-hero__actions {
		margin-bottom: 26px;
		gap: 16px;
	}
	
	.insights-home-hero__stats {
		gap: 16px;
	}
	
	.insights-home-hero__stats li {
		padding-right: 16px;
	}
	
	.insights-home-hero__stats strong {
		font-size: 21px;
	}
	
	.insights-home-hero__badge {
		font-size: 11px;
		padding: 9px 14px;
		left: -10px;
		bottom: 14px;
	}
}

@media only screen and (max-width:1199px) {
	.bannerGer01, .bannerGer02 {
		display: none;
	}
	
	.categories-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 18px;
	}
	
	.latest-blog-cat-bg .col-md-4, .latest-blog-cat-bg .col-md-8 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	body .blog-tab-head:not(.blog-tab-head--pill) ul.nav.nav-tabs {
		flex-wrap: nowrap;
		white-space: nowrap;
		overflow: auto;
		padding-bottom: 12px;
	}
	
	section.cta-section .col-md-8 {
		max-width: 100%;
		flex: 0 0 100%;
	}
	
	section.cta-section .row {
		flex-direction: column-reverse;
	}
	
	.cta-section .col-md-4 {
		justify-content: center;
		align-items: center;
		margin: auto;
		margin-bottom: 20px;
	}
	
	.cta-section .col-md-4, .cta-section .col-md-8 {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	
	.cta-des {
		margin-left: 0;
		padding: 0 20px;
	}
	
	.cta-des h2 {
		font-size: 26px;
	}
	
	section.latest-blog-bg .row .col-md-4, section.latest-blog-bg .row .col-md-8 {
		max-width: 100%;
		flex: 0 0 100%;
		margin-top: 30px;
	}
	
	section.new-sec {
		padding: 30px 20px;
	}
	
	.new-sec-center p {
		font-size: 16px;
	}
	
	.new-sec-box-right figure img {
		height: auto;
	}
	
	.btn.GetQuoteBtn {
		display: none;
	}
	
	.ReqGetQuoteBtn {
		display: block;
	}
	
	.price-btn {
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		padding: 0;
		box-shadow: none;
	}
	
	.price-btn span {
		margin: 0 !important;
	}
	
	.price-btn span svg {
		width: 22px;
		height: 22px;
	}
	
	.price-btn .price-text {
		display: none;
	}
	
	.related-posts-after-content {
		margin-top: 30px;
	}
	
	.blog_detail_bg .col-md-3 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.blog_detail_bg .col-md-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.ReqGetQuoteBtn {
		display: block !important;
	}
	
	.search-post .wp-block-search__input {
		font-size: 32px;
	}
	
	.search-top-cat-list-bg .col-md-3 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 15px;
	}
	
	.search-cat-box {
		margin-bottom: 20px;
	}
	
	.alm-listing article {
		width: 100%;
	}
	
	body .blog-tab-head {
		margin-left: 0;
		margin-right: 0;
	}
	
	.alm-listing article {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width:767px) {
	.cta-section {
		display: none;
	}
	
	.latest-blog-bg .latest-heading {
		margin-bottom: 0;
	}
	
	section.new-sec {
		padding: 15px;
	}
	
	.row.new-sec-rows:last-child {
		margin-bottom: 0 !important;
	}
	
	.search-cat-box {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 14px;
		margin-bottom: 20px;
	}
	
	.cat-search-box .search-pill-input {
		font-size: 14px;
	}
	
	.social-btn-header .fab-menu {
		top: 89px !important;
	}
	
	.blog-tab-content .tab-content .tab-pane {
		padding: 0;
	}
	
	.blog-content-bg {
		background: #fbfbfb;
	}
	
	.blog-top-section {
		padding: 16px 14px 16px;
	}
	
	.mira-archive-hero {
		padding: 115px 16px 42px;
	}
	
	.mira-archive-hero__eyebrow {
		font-size: 11px;
		padding: 6px 12px;
		margin-bottom: 10px;
	}
	
	.mira-archive-hero h1 {
		font-size: 32px;
		line-height: 1.18;
		padding-bottom: 10px;
	}
	
	.mira-archive-hero__description {
		font-size: 14px;
		line-height: 1.6;
	}
	
	.mira-archive-hero__count {
		margin-top: 16px;
		padding: 8px 14px;
		font-size: 12px;
	}
	
	.insights-home-hero {
		padding: 115px 16px 34px;
	}
	
	.insights-home-hero::before {
		display: none;
	}
	
	.insights-home-hero__row {
		flex-direction: column-reverse;
		text-align: center;
		gap: 26px;
	}
	
	.insights-home-hero__content {
		max-width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.insights-home-hero__media {
		width: 220px;
		margin: 0 auto;
	}
	
	.insights-home-hero__glow {
		display: none;
	}
	
	.insights-home-hero__badge {
		left: 50%;
		bottom: -14px;
		transform: translateX(-50%);
		white-space: nowrap;
		font-size: 11px;
		padding: 8px 14px;
	}
	
	.insights-home-hero__crumb {
		justify-content: center;
		font-size: 12px;
		margin-bottom: 14px;
	}
	
	.insights-home-hero__eyebrow {
		font-size: 11px;
		padding: 6px 12px;
		margin-bottom: 10px;
	}
	
	.insights-home-hero h1 {
		font-size: 28px;
		line-height: 1.22;
		padding-bottom: 10px;
	}
	
	.insights-home-hero__description {
		font-size: 14px;
		line-height: 1.6;
		margin: 0 auto 22px;
	}
	
	.insights-home-hero__actions {
		justify-content: center;
		margin-bottom: 24px;
		gap: 14px;
	}
	
	.insights-home-hero__cta {
		padding: 13px 24px;
		font-size: 14px;
	}
	
	.insights-home-hero__link {
		font-size: 13px;
	}
	
	.insights-home-hero__stats {
		justify-content: center;
		flex-wrap: wrap;
		gap: 14px;
		border-top: none;
		padding-top: 6px;
	}
	
	.insights-home-hero__stats li {
		padding-right: 14px;
	}
	
	.insights-home-hero__stats strong {
		font-size: 19px;
	}
	
	.insights-home-hero__stats span {
		font-size: 10.5px;
	}
	
	.top-cat-box {
		margin: 0 -14px;
		padding: 6px 0 4px;
		max-width: 100%;
	}
	
	.top-cat-box ul.top-cat-list {
		display: flex !important;
		flex-wrap: nowrap !important;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 12px;
		margin: 0;
		padding: 4px 14px 8px;
		list-style: none;
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-width: none;
		-ms-overflow-style: none;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		scroll-padding-left: 14px;
	}
	
	.top-cat-box ul.top-cat-list::-webkit-scrollbar {
		display: none;
		width: 0;
		height: 0;
	}
	
	.top-cat-box ul.top-cat-list li {
		flex: 0 0 84px;
		width: 84px;
		margin: 0;
		scroll-snap-align: start;
	}
	
	.top-cat-box ul.top-cat-list li a {
		display: flex !important;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		text-align: center;
		gap: 6px;
		width: 100%;
		padding: 2px 0;
		color: #181b1b;
		font-size: 10.5px;
		font-family: OpenSans-Bold, Helvetica, Arial, sans-serif;
		font-weight: 700;
		line-height: 1.25;
		text-decoration: none;
		overflow-wrap: break-word;
		word-wrap: break-word;
		word-break: normal;
		background: transparent;
		border: none;
		border-radius: 0;
		box-shadow: none;
		transform: none;
	}
	
	.top-cat-box ul.top-cat-list li a:hover {
		color: #f89b20;
		background: transparent;
		box-shadow: none;
		transform: none;
	}
	
	.top-cat-ico {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 42px;
		height: 42px;
		border-radius: 50%;
		background: #fff;
		border: 1px solid #ececec;
		box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
		flex-shrink: 0;
	}
	
	.top-cat-ico svg {
		width: 22px;
		height: 22px;
		display: block;
	}
	
	.top-cat-name {
		display: flex;
		flex-direction: column;
		gap: 0;
		width: 100%;
		max-width: 100%;
		overflow: hidden;
	}
	
	.top-cat-name__line {
		display: block;
		width: 100%;
		overflow-wrap: break-word;
		word-wrap: break-word;
	}
	
	.top-cat-name__line + .top-cat-name__line:before {
		content: none;
	}
	
	.cat-search-box {
		flex: 0 0 auto;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		margin-top: 6px;
	}
	
	.cat-search-box .search-pill-form {
		padding: 4px 4px 4px 18px;
	}
	
	.cat-search-box .search-pill-input {
		padding: 9px 0;
	}
	
	.cat-search-box .search-pill-submit {
		width: 38px;
		height: 38px;
		min-width: 38px;
	}
	
	.blog-top-section > .row {
		margin: 0;
		row-gap: 14px;
	}
	
	.blog-top-section > .row > [class*="col-"] {
		padding: 0;
	}
	
	.blog-top-section .top-blog-box {
		display: flex;
		flex-direction: row-reverse;
		align-items: stretch;
		gap: 0;
		min-height: 0;
		height: auto;
		background: #fff;
		border-radius: 18px;
		padding: 14px;
		margin-bottom: 14px;
		box-shadow: 0 4px 18px rgba(0, 0, 0, .05);
		overflow: hidden;
	}
	
	.blog-top-section .top-blog-box figure {
		flex: 0 0 44%;
		max-width: 44%;
		margin: 0;
		border-radius: 14px;
		overflow: hidden;
		background: #fbe9e3;
		align-self: center;
	}
	
	.blog-top-section .top-blog-box figure img {
		width: 100%;
		height: auto;
		display: block;
	}
	
	.blog-top-section .top-blog-box figcaption {
		flex: 1 1 auto;
		min-width: 0;
		padding: 4px 10px 4px 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 10px;
	}
	
	.blog-top-section .top-blog-box figcaption .top-blog-top {
		margin-bottom: 0;
		display: none;
	}
	
	.blog-top-section .top-blog-box figcaption .top-blog-cat span {
		height: 26px;
		line-height: 26px;
		font-size: 10.5px;
		padding: 0 10px;
		letter-spacing: .4px;
	}
	
	.blog-top-section .top-blog-box figcaption h1, .blog-top-section .top-blog-box figcaption h1 a {
		font-size: 17px;
		line-height: 1.25;
		margin: 0;
		color: #181b1b;
	}
	
	.blog-top-section .top-blog-box figcaption p {
		display: none;
	}
	
	.blog-top-section .top-three-blog-list {
		margin-top: 0;
	}
	
	.blog-top-section .top-three-blog-list::before {
		margin-bottom: 12px;
	}
	
	.blog-top-section .top-three-blog-list ul {
		display: block;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.blog-top-section .top-three-blog-list ul li {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		align-items: center;
		gap: 14px;
		background: #fff;
		border-radius: 16px;
		padding: 12px;
		margin-bottom: 12px;
		box-shadow: 0 4px 14px rgba(0, 0, 0, .04);
	}
	
	.blog-top-section .top-three-blog-list ul li:last-child {
		margin-bottom: 0;
	}
	
	.blog-top-section .top-three-blog-list ul li figure {
		flex: 0 0 108px;
		max-width: 108px;
		width: 108px;
		aspect-ratio: auto;
		margin: 0;
		border-radius: 12px;
		overflow: hidden;
	}
	
	.blog-top-section .top-three-blog-list ul li figure img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}
	
	.blog-top-section .top-three-blog-list ul li figcaption {
		flex: 1 1 auto;
		min-width: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
		gap: 8px;
	}
	
	.blog-top-section .top-three-blog-list .top-blog-top {
		margin: 0;
		display: none;
	}
	
	.blog-top-section .top-three-blog-list .top-blog-cat span {
		height: 24px;
		line-height: 24px;
		font-size: 10px;
		padding: 0 9px;
		letter-spacing: .3px;
	}
	
	.blog-top-section .top-three-blog-list ul li figcaption h2, .blog-top-section .top-three-blog-list ul li figcaption h2 a {
		font-size: 13.5px;
		line-height: 1.3;
		margin: 0;
		color: #181b1b;
	}
	
	.blog-top-section .top-three-blog-list ul li figcaption p {
		display: none;
	}
	
	.blog-top-section .top-blog-box .read-more-link {
		width: auto;
		height: auto;
		border-radius: 0;
		background: transparent;
		display: inline-flex;
		align-items: center;
		justify-content: flex-start;
		gap: 4px;
		padding: 0;
		font-size: 12px;
		color: #f89b20;
		font-family: OpenSans-Bold, Helvetica, Arial, sans-serif;
		font-weight: 700;
		text-decoration: none;
		align-self: flex-start;
	}
	
	.blog-top-section .top-blog-box .read-more-link span {
		display: inline-block;
		font-size: 14px;
		line-height: 1;
		transform: none;
	}
	
	.blog-top-section .top-blog-box .read-more-link:hover {
		background: transparent;
		color: #dfa13c;
		transform: none;
	}
	
	.blog-top-section .top-blog-box .read-more-link:hover span {
		transform: none;
	}
}

@media only screen and (max-width:480px) {
	.insights-home-hero {
		padding: 50px 14px 28px;
	}
	
	.insights-home-hero__media {
		width: 170px;
	}
	
	.insights-home-hero h1 {
		font-size: 24px;
	}
	
	.insights-home-hero__description {
		font-size: 13.5px;
	}
	
	.insights-home-hero__actions {
		gap: 12px;
	}
	
	.insights-home-hero__cta {
		padding: 12px 20px;
		font-size: 13px;
	}
	
	.insights-home-hero__stats {
		gap: 10px;
		row-gap: 10px;
	}
	
	.insights-home-hero__stats li {
		padding-right: 10px;
	}
	
	.insights-home-hero__stats strong {
		font-size: 17px;
	}
	
	.insights-home-hero__stats span {
		font-size: 10px;
	}
	
	.blog-tab-head--pill {
		margin-bottom: 12px;
	}
	
	body .blog-tab-head.blog-tab-head--pill {
		margin-bottom: 12px;
	}
	
	.blog-tab-head--pill .blog-insights-tab-link {
		padding: 8px 10px 7px;
		font-size: 11px;
		gap: 4px;
	}
	
	.blog-tab-head--pill .blog-insights-tab-icon {
		width: 15px;
		font-size: 13px;
	}
	
	.blog-tab-head--pill .blog-tab-pill, .blog-tab-head--pill .blog-tab-pill__inner {
		border-radius: 8px;
	}
	
	.blog-tab-head--pill .blog-insights-tab-link.active::after {
		height: 2px;
	}
	
	.latest-blog-cat-bg .insights-posts-wrap .insights-posts-grid, .latest-blog-cat-bg .insights-posts-wrap .alm-reveal, .latest-blog-cat-bg .insights-posts-wrap .alm-listing {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.blogTopBanner {
		padding-top: 130px;
	}
	
	.bannerGer01, .bannerGer02 {
		display: none;
	}
	
	.blogTopBanner h1 {
		font-size: 34px;
	}
	
	.blogTopBanner p {
		font-size: 14px;
	}
	
	.layout-23 .item-holder {
		padding: 7px 0;
	}
	
	body .blog-tab-head:not(.blog-tab-head--pill) .nav.nav-tabs {
		justify-content: left;
		flex-wrap: nowrap;
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
	}
	
	.categories-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	
	.categories-section {
		padding: 40px 16px;
	}
	
	.categories-section__eyebrow {
		font-size: 11px;
		padding: 6px 12px;
	}
	
	.new-sec-box-left h3 {
		font-size: 22px;
	}
	
	.new-sec-box-right figure img {
		height: auto;
	}
	
	.date-view-box {
		display: none;
	}
	
	body .category-bg {
		top: auto !important;
	}
	
	body .profile_author_bg.category-bg {
		padding-top: 5px;
	}
	
	.our_blog_list .item-content-bkg figcaption {
		padding-top: 15px;
	}
	
	.cta-icon-des {
		flex: auto;
		width: 100%;
		padding-left: 85px;
	}
	
	.cta-icon-box svg {
		width: 15px;
		height: auto;
	}
	
	.cta-icon-box {
		padding: 25px 15px 25px 11px;
		position: absolute;
		left: 0;
		top: 0;
		min-width: 68px;
	}
	
	.cta-icon-des p {
		font-size: 16px;
		font-size: 14px;
	}
	
	.cta-icon-box img {
		max-height: 44px;
	}
	
	.blog_detail_bg .col-md-3 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.related-posts-after-content {
		margin-top: 30px;
	}
	
	.content-author-box {
		flex-wrap: wrap;
	}
	
	.content-author-box figcaption {
		width: 100%;
		padding-left: 0;
		padding-top: 15px;
	}
	
	.content-author-box figure {
		margin: 0 auto;
	}
	
	.blog_detail_bg .container {
		padding: 0 15px;
	}
	
	.top-cat-box ul li {
		margin-right: 0;
	}
	
	.search-top-cat-list-bg .col-md-3 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 15px;
	}
	
	.search-box-cat-bg {
		top: 77px;
		height: calc(100vh - 85px);
	}
	
	.form-head p {
		display: none;
	}
	
	.form-head h2 {
		font-size: 24px;
	}
	
	.form-head {
		padding: 0 15px;
	}
	
	textarea.form-control {
		height: 120px;
	}
	
	.blog-content-des-bg.col-md-6.posts-holder {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.blog-post-single.blog_detail_bg {
		padding-left: 0;
		padding-right: 0;
	}
	
	.close-search {
		right: auto;
	}
}

@media only screen and (max-width:2000px) {
	body .page-warper {
		padding-top: 121px !important;
	}
}

@media only screen and (max-width:1600px) {
	.top-platforms-bg .col-md-8 {
		width: 100% !important;
		max-width: 100% !important;
	}
	
	.top-platforms-bg .col-md-4 {
		display: none !important;
	}
}

@media only screen and (max-width:1280px) {
	body .page-warper {
		padding-top: 79px !important;
	}
}

.newsletter-section {
	background: transparent;
}

.newsletter-section .container {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 24px;
}

.newsletter-card {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 36px;
	border-radius: 22px;
	padding: 48px 60px;
	overflow: hidden;
	color: #fff;
	background: #3f33b3;
	background: radial-gradient(circle at 18% 22%, #8a7dff 0%, transparent 55%), radial-gradient(circle at 88% 80%, #ff6f5b 0%, transparent 45%), linear-gradient(135deg, #3f33b3 0%, #5547d4 55%, #3b2db8 100%);
	box-shadow: 0 28px 60px rgba(63, 51, 179, .32), 0 6px 18px rgba(0, 0, 0, .08);
	isolation: isolate;
}

.newsletter-card__blob {
	position: absolute;
	z-index: 0;
	border-radius: 50%;
	filter: blur(48px);
	pointer-events: none;
}

.newsletter-card__blob--a {
	top: -90px;
	left: -90px;
	width: 280px;
	height: 280px;
	background: rgba(138, 125, 255, .55);
}

.newsletter-card__blob--b {
	bottom: -110px;
	right: -80px;
	width: 300px;
	height: 300px;
	background: rgba(255, 111, 91, .35);
}

.newsletter-card__grid {
	position: absolute;
	inset: 0;
	z-index: 0;
	opacity: .16;
	pointer-events: none;
	background-image: linear-gradient(rgba(255, 255, 255, .45) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .45) 1px, transparent 1px);
	background-size: 36px 36px;
	mask-image: radial-gradient(ellipse at center, #000 35%, transparent 75%);
	-webkit-mask-image: radial-gradient(ellipse at center, #000 35%, transparent 75%);
}

.newsletter-illustration {
	position: relative;
	z-index: 1;
	flex: 0 0 320px;
	max-width: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.newsletter-illustration svg {
	width: 100%;
	height: auto;
	display: block;
	filter: drop-shadow(0 16px 26px rgba(0, 0, 0, .18));
}

.newsletter-content {
	position: relative;
	z-index: 1;
	flex: 1 1 auto;
	min-width: 0;
}

.newsletter-caption {
	display: inline-block;
	margin: 0 0 14px;
	padding: 5px 12px;
	font-size: 12px;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	background: rgba(255, 255, 255, .16);
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 999px;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

.newsletter-heading {
	margin: 0 0 12px;
	color: #fff;
	font-family: OpenSans-Bold, Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 34px;
	line-height: 1.18;
	max-width: 560px;
	letter-spacing: -.005em;
}

.newsletter-sub {
	margin: 0 0 24px;
	font-size: 15px;
	line-height: 1.55;
	color: rgba(255, 255, 255, .85);
	max-width: 540px;
	font-family: OpenSans-Regular, Helvetica, Arial, sans-serif;
}

.newsletter-form {
	position: relative;
	max-width: 540px;
}

.newsletter-form__field {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 0;
	background: #fff;
	border-radius: 14px;
	padding: 6px 6px 6px 18px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .18), inset 0 0 0 1px rgba(255, 255, 255, .4);
	transition: box-shadow .2s ease, transform .2s ease;
}

.newsletter-form__field:focus-within {
	box-shadow: 0 14px 32px rgba(0, 0, 0, .22), inset 0 0 0 2px #f4654f;
	transform: translateY(-1px);
}

.newsletter-form__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 22px;
	width: 22px;
	color: #7d7d8f;
	margin-right: 10px;
}

.newsletter-form__icon svg {
	width: 20px;
	height: 20px;
	display: block;
}

.newsletter-input {
	flex: 1 1 auto;
	min-width: 0;
	border: 0;
	outline: 0;
	padding: 12px 14px 12px 0;
	font-size: 15.5px;
	line-height: 1.3;
	color: #181b1b;
	background: transparent;
	border-radius: 0;
	font-family: OpenSans-Regular, Helvetica, Arial, sans-serif;
}

.newsletter-input::placeholder {
	color: #8a8e9c;
	opacity: 1;
}

.newsletter-input:focus {
	box-shadow: none;
}

.newsletter-submit {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 0;
	cursor: pointer;
	background: #f4654f;
	background: linear-gradient(135deg, #ff7d62 0%, #f4654f 55%, #e0492f 100%);
	color: #fff;
	font-family: OpenSans-Bold, Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 14.5px;
	letter-spacing: .02em;
	padding: 12px 26px;
	border-radius: 10px;
	transition: transform .15s ease, box-shadow .2s ease, filter .2s ease;
	box-shadow: 0 8px 18px rgba(244, 101, 79, .4);
}

.newsletter-submit:hover {
	transform: translateY(-1px);
	filter: brightness(1.05);
	box-shadow: 0 12px 24px rgba(244, 101, 79, .5);
}

.newsletter-submit:active {
	transform: translateY(0);
}

.newsletter-submit:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.newsletter-submit[disabled] {
	opacity: .75;
	cursor: not-allowed;
	transform: none;
}

.newsletter-submit__arrow {
	width: 16px;
	height: 16px;
	display: block;
	transition: transform .2s ease;
}

.newsletter-submit:hover .newsletter-submit__arrow {
	transform: translateX(3px);
}

.newsletter-submit__spinner {
	display: none;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, .4);
	border-top-color: #fff;
	animation: dt-nl-spin .8s linear infinite;
}

.newsletter-form.is-submitting .newsletter-submit__spinner {
	display: inline-block;
}

.newsletter-form.is-submitting .newsletter-submit__arrow {
	display: none;
}

.newsletter-form.is-submitting .newsletter-submit__label {
	opacity: .85;
}

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

.newsletter-hp {
	position: absolute;
	left: -10000px;
	top: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.newsletter-status {
	margin: 14px 0 0;
	font-size: 13.5px;
	line-height: 1.5;
	min-height: 1em;
	color: #fff;
}

.newsletter-status.is-success {
	color: #c6f8d2;
}

.newsletter-status.is-error {
	color: #ffd5d5;
}

.newsletter-trust {
	margin: 14px 0 0;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	line-height: 1.4;
	color: rgba(255, 255, 255, .78);
	font-family: OpenSans-Regular, Helvetica, Arial, sans-serif;
}

.newsletter-trust svg {
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	color: #c6f8d2;
}

.newsletter-section .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

@media only screen and (max-width:1199px) {
	.newsletter-card {
		padding: 40px 44px;
		gap: 28px;
		border-radius: 20px;
	}
	
	.newsletter-illustration {
		flex: 0 0 270px;
		max-width: 270px;
	}
	
	.newsletter-heading {
		font-size: 30px;
	}
	
	.newsletter-sub {
		font-size: 14.5px;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width:991px) {
	.newsletter-card {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
		padding: 36px 32px;
		gap: 18px;
	}
	
	.newsletter-illustration {
		flex: 0 0 220px;
		max-width: 220px;
		margin: 0 auto;
	}
	
	.newsletter-content {
		text-align: center;
		width: 100%;
	}
	
	.newsletter-heading {
		margin-left: auto;
		margin-right: auto;
		font-size: 28px;
	}
	
	.newsletter-sub {
		margin-left: auto;
		margin-right: auto;
	}
	
	.newsletter-form {
		margin: 0 auto;
	}
	
	.newsletter-trust {
		justify-content: center;
	}
}

@media only screen and (max-width:767px) {
	.newsletter-section .container {
		padding: 0 14px;
	}
	
	.newsletter-card {
		padding: 28px 22px 30px;
		border-radius: 18px;
		gap: 8px;
	}
	
	.newsletter-card__blob--a {
		width: 200px;
		height: 200px;
		top: -60px;
		left: -60px;
	}
	
	.newsletter-card__blob--b {
		width: 220px;
		height: 220px;
		bottom: -80px;
		right: -60px;
	}
	
	.newsletter-illustration {
		flex: 0 0 180px;
		max-width: 180px;
		margin-bottom: 4px;
	}
	
	.newsletter-caption {
		font-size: 11px;
		letter-spacing: .16em;
		padding: 4px 10px;
	}
	
	.newsletter-heading {
		font-size: 22px;
		line-height: 1.26;
		margin-bottom: 10px;
	}
	
	.newsletter-sub {
		font-size: 13.5px;
		line-height: 1.5;
		margin-bottom: 18px;
	}
	
	.newsletter-form__field {
		flex-wrap: wrap;
		padding: 8px;
		border-radius: 14px;
		gap: 6px;
	}
	
	.newsletter-form__icon {
		flex: 0 0 auto;
		margin: 0 4px 0 6px;
		width: 20px;
	}
	
	.newsletter-form__icon svg {
		width: 18px;
		height: 18px;
	}
	
	.newsletter-input {
		flex: 1 1 140px;
		padding: 8px 8px 8px 0;
		font-size: 14px;
		min-width: 0;
	}
	
	.newsletter-submit {
		flex: 1 1 100%;
		padding: 11px 18px;
		font-size: 13.5px;
		justify-content: center;
	}
	
	.newsletter-status {
		font-size: 12.5px;
		margin-top: 10px;
	}
	
	.newsletter-trust {
		font-size: 12px;
	}
}

@media only screen and (max-width:380px) {
	.newsletter-card {
		padding: 24px 16px 26px;
	}
	
	.newsletter-heading {
		font-size: 20px;
	}
}

.insights-top-platforms {
	--itp-purple: #6342e8;
	--itp-purple-deep: #5234d6;
	--itp-purple-soft: #f1e8fc;
	--itp-card-shadow: 0 10px 40px rgba(99, 66, 232, .1);
	--itp-radius: 20px;
	--itp-gap: 24px;
	--itp-gap-sm: 16px;
	--itp-gap-xs: 12px;
	--itp-pad-x: 70px;
	--itp-pad-y: 56px;
	padding: var(--itp-pad-y) var(--itp-pad-x) !important;
	box-sizing: border-box;
}

.insights-top-platforms *, .insights-top-platforms *::before, .insights-top-platforms *::after {
	box-sizing: border-box;
}

.insights-top-platforms.latest-blog-bg .col-md-8, .insights-top-platforms.latest-blog-bg .col-md-4 {
	display: block;
}

.insights-top-platforms .insights-top-platforms__header {
	margin-bottom: var(--itp-gap);
}

.insights-top-platforms .insights-top-platforms__title {
	margin-bottom: 10px;
}

.insights-top-platforms .insights-top-platforms__title-accent {
	display: block;
	width: 72px;
	height: 4px;
	border-radius: 2px;
	background: linear-gradient(90deg, #f89b20, #ffc56e);
}

.insights-top-platforms .insights-top-platforms__grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: calc(var(--itp-gap-sm) * -1);
	margin-right: calc(var(--itp-gap-sm) * -1);
	align-items: stretch;
	row-gap: var(--itp-gap);
}

.insights-top-platforms .insights-top-platforms__grid > .insights-top-platforms__main, .insights-top-platforms .insights-top-platforms__grid > .insights-top-platforms__aside {
	display: block;
	padding-left: var(--itp-gap-sm);
	padding-right: var(--itp-gap-sm);
}

.insights-top-platforms .insights-top-platforms__grid > .insights-top-platforms__main {
	flex: 0 0 66.666%;
	max-width: 66.666%;
}

.insights-top-platforms .insights-top-platforms__grid > .insights-top-platforms__aside {
	flex: 0 0 33.333%;
	max-width: 33.333%;
}

.insights-top-platforms .insights-top-platforms__cards {
	display: flex;
	flex-wrap: wrap;
	margin-left: calc(var(--itp-gap-xs) * -1);
	margin-right: calc(var(--itp-gap-xs) * -1);
	align-items: stretch;
	row-gap: var(--itp-gap-sm);
}

.insights-top-platforms .insights-top-platforms__cards > .col-md-5, .insights-top-platforms .insights-top-platforms__cards > .col-md-7 {
	display: flex;
	flex-direction: column;
	padding-left: var(--itp-gap-xs);
	padding-right: var(--itp-gap-xs);
}

.insights-top-platforms .insights-top-platforms__cards > .col-md-5 {
	flex: 0 0 42%;
	max-width: 42%;
}

.insights-top-platforms .insights-top-platforms__cards > .col-md-7 {
	flex: 0 0 58%;
	max-width: 58%;
}

.insights-top-platforms .insights-top-platforms__cards > .col-md-7 .itp-list {
	flex: 1;
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.insights-top-platforms .itp-featured {
	background: #fff;
	border-radius: var(--itp-radius);
	box-shadow: var(--itp-card-shadow);
	border: 1px solid rgba(0, 0, 0, .06);
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.insights-top-platforms .itp-featured figure {
	position: relative;
	margin: 0;
	overflow: hidden;
}

.insights-top-platforms .itp-featured figure a {
	display: block;
}

.insights-top-platforms .itp-featured figure img {
	width: 100%;
	height: 230px;
	object-fit: cover;
	display: block;
}

.insights-top-platforms .itp-featured figure::after {
	content: "";
	position: absolute;
	left: 16px;
	bottom: 14px;
	z-index: 3;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 6px 20px rgba(0, 0, 0, .12);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236342e8' stroke-width='1.75'%3E%3Cpath d='M6 6h15l-1.5 9h-12z'/%3E%3Cpath d='M6 6l-1-3H3'/%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='18' cy='20' r='1'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px;
}

.insights-top-platforms .itp-featured figcaption {
	padding: 22px 22px 26px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.insights-top-platforms .itp-featured figcaption h2 {
	font-size: 20px;
	line-height: 1.35;
	margin-bottom: 12px;
}

.insights-top-platforms .itp-featured figcaption h2 a {
	color: #181b1b;
	font-family: opensans-bold, Cambria-Bold, serif;
	text-decoration: none;
}

.insights-top-platforms .itp-featured figcaption h2 a:hover {
	color: var(--itp-purple);
}

.insights-top-platforms .itp-featured figcaption p {
	font-size: 14px;
	line-height: 1.6;
	color: #666;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.insights-top-platforms .itp-list {
	margin-top: 0;
}

.insights-top-platforms .itp-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.insights-top-platforms .itp-list ul li {
	display: flex;
	align-items: stretch;
	gap: 0;
	margin-bottom: 0 !important;
	padding: 0;
	flex: 1 1 0;
	min-height: 0;
	background: #fff;
	border-radius: 16px;
	border: 1px solid rgba(0, 0, 0, .06);
	box-shadow: 0 6px 24px rgba(99, 66, 232, .07);
	overflow: hidden;
	transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}

.insights-top-platforms .itp-list ul li:last-child {
	margin-bottom: 0 !important;
}

.insights-top-platforms .itp-list ul li:hover {
	box-shadow: 0 10px 32px rgba(99, 66, 232, .14);
	transform: translateY(-2px);
	border-color: rgba(99, 66, 232, .2);
}

.insights-top-platforms .itp-list ul li figure {
	position: relative;
	flex: 0 0 158px;
	max-width: 158px;
	width: 158px;
	margin: 0;
	align-self: stretch;
}

.insights-top-platforms .itp-list ul li figure a {
	display: block;
	height: 100%;
}

.insights-top-platforms .itp-list ul li figure img {
	width: 100%;
	height: 100%;
	min-height: 96px;
	object-fit: cover;
	display: block;
}

.insights-top-platforms .itp-list ul li figure::after {
	content: "";
	position: absolute;
	right: 8px;
	bottom: 8px;
	left: auto;
	top: auto;
	z-index: 3;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .12);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	pointer-events: none;
}

.insights-top-platforms .itp-list__item--02 figure::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236342e8' stroke-width='1.75'%3E%3Ccircle cx='6' cy='6' r='3'/%3E%3Ccircle cx='6' cy='18' r='3'/%3E%3Cpath d='M20 4 8.12 15.88'/%3E%3Cpath d='M14.47 14.48 20 20'/%3E%3Cpath d='M8.12 8.12 12 12'/%3E%3C/svg%3E");
}

.insights-top-platforms .itp-list__item--03 figure::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236342e8' stroke-width='1.75'%3E%3Cpath d='M6 9H4.5a2.5 2.5 0 0 1 0-5H6'/%3E%3Cpath d='M18 9h1.5a2.5 2.5 0 0 0 0-5H18'/%3E%3Cpath d='M4 22h16'/%3E%3Cpath d='M10 14.66V17c0 .55-.47.98-.97 1.21C7.85 18.75 7 20 7 22'/%3E%3Cpath d='M14 14.66V17c0 .55.47.98.97 1.21C16.15 18.75 17 20 17 22'/%3E%3Cpath d='M18 2H6v7a6 6 0 0 0 12 0V2Z'/%3E%3C/svg%3E");
}

.insights-top-platforms .itp-list__item--04 figure::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236342e8' stroke-width='1.75'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3Cpath d='m10 9 6 4-6 4z'/%3E%3C/svg%3E");
}

.insights-top-platforms .itp-list ul li figcaption {
	flex: 1;
	min-width: 0;
	padding: 14px 52px 14px 18px;
	position: relative;
	display: flex;
	align-items: center;
}

.insights-top-platforms .itp-list ul li figcaption p {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.insights-top-platforms .itp-list ul li figcaption h2 {
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
}

.insights-top-platforms .itp-list ul li figcaption h2 a {
	color: #181b1b;
	font-family: opensans-bold, Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-decoration: none;
	display: block;
}

.insights-top-platforms .itp-list ul li figcaption h2 a:hover {
	color: var(--itp-purple);
}

.insights-top-platforms .itp-list ul li figcaption::after {
	content: "";
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--itp-purple-soft);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236342e8'%3E%3Cpath d='M13.172 12 8.222 7.05l1.415-1.414L16 12l-6.364 6.364-1.414-1.414z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	transition: background .2s ease;
}

.insights-top-platforms .itp-list ul li:hover figcaption::after {
	background-color: #e8dcfc;
}

.insights-top-platforms .top-three-blog-list ul li {
	margin-bottom: 0 !important;
}

.insights-top-platforms .top-three-blog-list ul li figcaption {
	padding-left: 18px !important;
}

.insights-top-platforms .itp-sidebar {
	background: linear-gradient(165deg, #7b5cf6 0%, var(--itp-purple) 50%, var(--itp-purple-deep) 100%) !important;
	border-radius: 24px;
	padding: 28px 26px 32px !important;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	box-shadow: 0 14px 48px rgba(99, 66, 232, .32);
	border: none;
}

.insights-top-platforms .itp-sidebar figure {
	text-align: center;
	margin: 0;
}

.insights-top-platforms .itp-sidebar figure img {
	max-width: 200px;
	width: 100%;
	height: auto;
}

.insights-top-platforms .itp-sidebar figcaption {
	margin-top: 28px !important;
	display: flex;
	flex-direction: column;
	flex: 1;
	width: 100%;
}

.insights-top-platforms .itp-sidebar figcaption h3 {
	font-size: 22px;
	line-height: 1.45;
	color: #fff !important;
	margin-bottom: 24px;
}

.insights-top-platforms .itp-sidebar .get-quote-btn {
	margin-top: auto;
}

.insights-top-platforms .itp-sidebar__btn {
	display: inline-flex !important;
	align-items: center;
	gap: 12px;
	background: #181b1b !important;
	color: #fff !important;
	border-radius: 999px !important;
	padding: 12px 22px 12px 24px !important;
	font-size: 15px;
	font-family: OpenSans-SemiBold, Helvetica, Arial, sans-serif;
	border: none !important;
	box-shadow: 0 6px 20px rgba(0, 0, 0, .2);
	transition: transform .2s ease, box-shadow .2s ease;
}

.insights-top-platforms .itp-sidebar__btn:hover, .insights-top-platforms .itp-sidebar__btn:focus {
	background: #000 !important;
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, .28);
}

.insights-top-platforms .itp-sidebar__btn::after {
	content: "";
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23181b1b'%3E%3Cpath d='M13.172 12 8.222 7.05l1.415-1.414L16 12l-6.364 6.364-1.414-1.414z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px;
	flex-shrink: 0;
}

.insights-top-platforms .top-three-blog-list ul li, .insights-top-platforms .itp-list ul li {
	flex-wrap: nowrap !important;
}

.insights-top-platforms .top-three-blog-list ul li figcaption, .insights-top-platforms .itp-list ul li figcaption {
	padding-top: 0 !important;
}

.insights-top-platforms .top-three-blog-list {
	margin-top: 0 !important;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.latest-blog-bg.insights-top-platforms .insights-top-platforms__cards > .col-md-5, .insights-top-platforms .insights-top-platforms__cards > .col-md-5 {
		flex: 0 0 46% !important;
		max-width: 46% !important;
	}
	
	.latest-blog-bg.insights-top-platforms .insights-top-platforms__cards > .col-md-7, .insights-top-platforms .insights-top-platforms__cards > .col-md-7 {
		flex: 0 0 54% !important;
		max-width: 54% !important;
	}
}

@media only screen and (max-width:1400px) {
	.insights-top-platforms {
		--itp-pad-x: 48px;
		--itp-pad-y: 48px;
		--itp-gap: 22px;
	}
	
	.insights-top-platforms .insights-top-platforms__cards > .col-md-5 {
		flex: 0 0 44%;
		max-width: 44%;
	}
	
	.insights-top-platforms .insights-top-platforms__cards > .col-md-7 {
		flex: 0 0 56%;
		max-width: 56%;
	}
	
	.insights-top-platforms .itp-list ul li figure {
		flex: 0 0 140px;
		max-width: 140px;
		width: 140px;
	}
}

@media only screen and (max-width:1199px) {
	.insights-top-platforms {
		--itp-pad-x: 32px;
		--itp-pad-y: 40px;
	}
	
	.insights-top-platforms .insights-top-platforms__grid > .insights-top-platforms__main, .insights-top-platforms .insights-top-platforms__grid > .insights-top-platforms__aside, section.latest-blog-bg.insights-top-platforms .insights-top-platforms__grid > .insights-top-platforms__main, section.latest-blog-bg.insights-top-platforms .insights-top-platforms__grid > .insights-top-platforms__aside {
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 0 !important;
	}
	
	.insights-top-platforms .insights-top-platforms__aside {
		margin-top: 0 !important;
	}
	
	.insights-top-platforms .itp-sidebar {
		min-height: 300px;
	}
	
	.insights-top-platforms .insights-top-platforms__cards > .col-md-5 {
		flex: 0 0 46%;
		max-width: 46%;
	}
	
	.insights-top-platforms .insights-top-platforms__cards > .col-md-7 {
		flex: 0 0 54%;
		max-width: 54%;
	}
}

@media only screen and (max-width:1025px) {
	.insights-top-platforms .insights-top-platforms__grid > .insights-top-platforms__main, .insights-top-platforms .insights-top-platforms__grid > .insights-top-platforms__aside, section.latest-blog-bg.insights-top-platforms .insights-top-platforms__grid > .insights-top-platforms__main, section.latest-blog-bg.insights-top-platforms .insights-top-platforms__grid > .insights-top-platforms__aside {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	
	.insights-top-platforms .itp-list {
		margin-top: 0 !important;
	}
}

@media only screen and (max-width:991px) {
	.insights-top-platforms {
		--itp-pad-x: 24px;
		--itp-pad-y: 36px;
		--itp-gap: 20px;
		--itp-gap-sm: 14px;
	}
	
	.insights-top-platforms .insights-top-platforms__header {
		margin-bottom: var(--itp-gap-sm);
	}
	
	.insights-top-platforms .insights-top-platforms__title {
		font-size: 32px;
	}
	
	.insights-top-platforms .insights-top-platforms__cards > .col-md-5, .insights-top-platforms .insights-top-platforms__cards > .col-md-7, .latest-blog-bg.insights-top-platforms .insights-top-platforms__cards > .col-md-5, .latest-blog-bg.insights-top-platforms .insights-top-platforms__cards > .col-md-7 {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	
	.insights-top-platforms .insights-top-platforms__cards > .col-md-7 {
		margin-top: 0;
	}
	
	.insights-top-platforms .itp-featured {
		height: auto;
	}
	
	.insights-top-platforms .itp-featured figure img {
		height: 220px;
	}
	
	.insights-top-platforms .itp-list ul {
		height: auto;
		gap: var(--itp-gap-sm);
	}
	
	.insights-top-platforms .itp-list ul li {
		flex: 0 0 auto;
		min-height: 100px;
	}
	
	.insights-top-platforms .itp-list ul li figure {
		flex: 0 0 150px;
		max-width: 150px;
		width: 150px;
	}
}

@media only screen and (max-width:767px) {
	.insights-top-platforms {
		--itp-pad-x: 20px;
		--itp-pad-y: 32px;
		--itp-gap: 18px;
		--itp-gap-sm: 12px;
		--itp-gap-xs: 10px;
		--itp-radius: 16px;
	}
	
	.insights-top-platforms .insights-top-platforms__title {
		font-size: 28px;
		line-height: 1.2;
	}
	
	.insights-top-platforms .insights-top-platforms__title-accent {
		width: 56px;
		height: 3px;
	}
	
	.insights-top-platforms .itp-featured figure img {
		height: 200px;
	}
	
	.insights-top-platforms .itp-featured figcaption {
		padding: 18px 18px 22px;
	}
	
	.insights-top-platforms .itp-featured figcaption h2 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	
	.insights-top-platforms .itp-featured figcaption p {
		font-size: 13.5px;
		-webkit-line-clamp: 3;
	}
	
	.insights-top-platforms .itp-list ul {
		gap: var(--itp-gap-sm);
	}
	
	.insights-top-platforms .itp-list ul li {
		min-height: 92px;
		border-radius: 14px;
	}
	
	.insights-top-platforms .itp-list ul li figure {
		flex: 0 0 118px;
		max-width: 118px;
		width: 118px;
	}
	
	.insights-top-platforms .itp-list ul li figure img {
		min-height: 92px;
	}
	
	.insights-top-platforms .itp-list ul li figcaption {
		padding: 12px 44px 12px 14px !important;
	}
	
	.insights-top-platforms .itp-list ul li figcaption h2 a {
		font-size: 14px;
		line-height: 1.35;
	}
	
	.insights-top-platforms .itp-list ul li figcaption::after {
		right: 12px;
		width: 34px;
		height: 34px;
		background-size: 18px;
	}
	
	.insights-top-platforms .itp-list ul li figure::after {
		width: 34px;
		height: 34px;
		right: 6px;
		bottom: 6px;
		background-size: 18px;
	}
	
	.insights-top-platforms .itp-sidebar {
		padding: 24px 20px 28px !important;
		border-radius: 20px;
		min-height: 0;
	}
	
	.insights-top-platforms .itp-sidebar figcaption h3 {
		font-size: 19px;
		margin-bottom: 18px;
	}
	
	.insights-top-platforms .itp-sidebar__btn {
		width: 100%;
		justify-content: center;
		padding: 12px 18px !important;
		font-size: 14px;
	}
	
	.search-bg .topArchiveBkg .topHomeHolder, .search-bg .topCustomPageBkg .topHomeHolder, .search-bg .topHomeImg .topHomeHolder, .search-bg .topSingleBkg .topHomeHolder {
		top: 0 !important;
	}
	
	body .search-bg .profile_author_bg {
		padding-top: 0;
	}
	
	.search-bg .topArchiveBkg, .search-bg .topCustomPageBkg {
		height: auto;
		padding-top: 90px;
	}
}

@media only screen and (max-width:575px) {
	.insights-top-platforms {
		--itp-pad-x: 16px;
		--itp-pad-y: 28px;
	}
	
	.insights-top-platforms .insights-top-platforms__title {
		font-size: 24px;
	}
	
	.insights-top-platforms .itp-featured figure::after {
		width: 40px;
		height: 40px;
		left: 12px;
		bottom: 12px;
		background-size: 20px;
	}
	
	.insights-top-platforms .itp-featured figure img {
		height: 180px;
	}
	
	.insights-top-platforms .itp-list ul li {
		flex-direction: row;
		align-items: stretch;
	}
	
	.insights-top-platforms .itp-list ul li figure {
		flex: 0 0 100px;
		max-width: 100px;
		width: 100px;
	}
	
	.insights-top-platforms .itp-list ul li figure img {
		min-height: 88px;
	}
	
	.insights-top-platforms .itp-list ul li figcaption {
		padding: 10px 40px 10px 12px !important;
		align-items: center;
	}
	
	.insights-top-platforms .itp-list ul li figcaption h2 a {
		font-size: 13px;
	}
	
	.insights-top-platforms .itp-list ul li figcaption::after {
		right: 10px;
		width: 30px;
		height: 30px;
	}
	
	.insights-top-platforms .itp-sidebar figure img {
		max-width: 160px;
	}
	
	.insights-top-platforms .itp-sidebar figcaption h3 {
		font-size: 17px;
		line-height: 1.4;
	}
}

@media only screen and (max-width:400px) {
	.insights-top-platforms .itp-list ul li figure {
		flex: 0 0 88px;
		max-width: 88px;
		width: 88px;
	}
	
	.insights-top-platforms .itp-list ul li figcaption {
		padding-right: 36px !important;
	}
	
	.insights-top-platforms .itp-list ul li figcaption::after {
		width: 28px;
		height: 28px;
		right: 8px;
		background-size: 16px;
	}
}
