@font-face {
	font-display: swap;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	src: url('/assets/font/inter/inter-v13-latin-regular.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	src: url('/assets/font/inter/inter-v13-latin-500.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	src: url('/assets/font/inter/inter-v13-latin-700.woff2') format('woff2');
}
a,b,body,canvas,div,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,img,label,li,ol,output,p,span,u,ul,video{margin:0;padding:0;border:0;vertical-align:baseline;}




:root {
	--1: #1a82d0;
	--2: #1f212f;
	--3: #cdd0db;
	--4: #9ba0b0;
	--5: #c9cbd4;
	--6: #2b2d3c;
	--hover-filter: brightness(1.2);
	--cg-1: linear-gradient(15deg, hsl(243 16% 13% / 1), hsl(238 20% 17% / 1), hsl(220 21% 13% / 1));
}
html {
	background: #191a28;
}
body {
	font-family: 'Inter', sans-serif;
	overflow-y: scroll;
	color: var(--3);
	font-size: 14px;
	cursor: default;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
.main {
	flex: 1;
}
b {
	font-weight: 700;
}
a {
	transition: filter 0.15s ease-out;
	text-decoration: none;
	color: inherit;
}
a:hover {
	filter: var(--hover-filter);
	transition: none;
}
.container {
	width: calc(100% - 40px);
	max-width: 1040px;
	margin-right: auto;
	margin-left: auto;
}
.container.small {
	max-width: 680px;
}
.button {
	background-color: var(--1);
	display: inline-flex;
	color: #fff;
	padding: 0 14px;
	height: 34px;
	font-size: 1.05em;
	font-weight: 500;
	letter-spacing: -0.01em;
	border-radius: 3px;
	align-items: center;
	box-shadow: inset 0px 0.5px #57aae5;
}
.button-outlined {
	padding: 5px 8px;
	border-radius: 4px;
	background: no-repeat;
	border: 1px solid hsl(206deg 78% 46% / 50%);
	display: inline-block;
	color: var(--1);
}
.faq-dropdown {
	border-radius: 3px;
	overflow: hidden;
	background: hsl(231deg 21% 25% / 40%);
	margin-bottom: 7px;
	color: var(--4);
	font-size: 0.95em;
}
.faq-dropdown.open {
}
.faq-dropdown .faq-dropdown-heading {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 12px 15px;
	cursor: pointer;
	display: block;
	font-weight: 500;
	border-left: 2px solid var(--1);
	transition: filter 0.15s ease-out;
	position: relative;
	box-shadow: inset 0px 1px 0px 0px hsl(235deg 18% 27% / 50%);
	color: var(--5);
}
.faq-dropdown .faq-dropdown-heading:hover {
	filter: var(--hover-filter);
	transition: none;
}
.faq-dropdown-text {
	transition: all 0.15s ease-in-out;
	opacity: 0;
	line-height: 0px;
	padding-left: 25px;
	padding-right: 25px;
	pointer-events: none;
	border-top: 0px solid var(--2);
}
.faq-dropdown.open .faq-dropdown-text {
	pointer-events: all;
	line-height: 1.45em;
	transform: scaleY(1);
	opacity: 1;
	padding: 20px 25px;
	box-sizing: border-box;
	border-top: 1px solid var(--2);
	box-shadow: inset 0px 10px 10px -10px var(--2);
	background: hsl(233deg 28% 12% / 50%);
}
.faq-dropdown .faq-dropdown-arrow {
	transform: rotateZ(45deg) translate(-50%, 0%);
	border-right: 2px solid hsl(229 12% 35% / 1);
	border-bottom: 2px solid hsl(229 12% 35% / 1);
	height: 5px;
	width: 5px;
	transition: transform 0.15s ease-out;
	transform-origin: left;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -4px;
}
.faq-dropdown.open .faq-dropdown-arrow {
	transform: rotateZ(225deg) translate(-50%, 0%);
	margin-top: -1px;
}
.faq-dropdown .faq-dropdown-text b {
	font-size: 0.95em;
	color: var(--5);
}
.faq-dropdown .faq-dropdown-text a {
	color: #fff;
}
.faq-heading {
	margin-top: 25px;
	margin-bottom: 7px;
	font-size: 1.05em;
	color: hsl(226deg 12% 65% / 40%);
	letter-spacing: 0.015em;
	font-weight: 00;
}
.hero {
	height: 480px;
	background: linear-gradient(0deg, hsl(235deg 33% 7% / 60%), transparent 40%);
	position: relative;
	padding-bottom: 40px;
	padding-top: 80px;
	margin-bottom: 70px;
	border-bottom: 1px solid hsl(219.15deg 53% 62% / 20%);
}
.hero .bg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background: linear-gradient(220deg, rgb(34 49 57) 10%, #0c2239 35%, #241e38 55%, rgb(15 26 50) 90%);
	z-index: -1;
}
.hero .content {
	height: 100%;
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	grid-gap: 60px;
}
.hero .left {
	display: flex;
	justify-content: center;
	height: 100%;
	flex-direction: column;
}
.hero .right {
	width: 100%;
	display: flex;
	align-items: center;
}
.hero h2 {
	letter-spacing: -0.02em;
	font-weight: 700;
	font-size: 4em;
	color: #fff;
	line-height: 1em;
	white-space: nowrap;
}
.hero h2 span {
	font-size: 0.87em;
}
.hero h3 {
	font-size: 1.65em;
	padding-bottom: 20px;
	color: var(--4);
	white-space: nowrap;
}
.hero p {
	line-height: 1.35em;
	color: var(--3);
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 1.2em;
}
.hero ul {
	list-style-type: none;
	margin-top: 15px;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 0 25px;
}
.hero ul li {
	margin-top: 6px;
	font-size: 0.95em;
	color: var(--4);
	white-space: nowrap;
	line-height: 1.35em;
	display: flex;
	align-items: center;
}
.hero ul li b {
	font-weight: 700;
	color: #fff;
}
.hero ul li::before {
	content: "";
	width: 9px;
	margin-right: 6px;
	height: 9px;
	border-radius: 20px;
	background: var(--1);
	display: block;
}
.download-wrapper {
    color: #fff;
    white-space: nowrap;
    background: #26283c;
    backdrop-filter: blur(50px);
    border-top: 0.5px solid hsl(230deg 17% 40% / 60%);
    font-size: 1.3em;
    padding: 13px 20px;
    padding-left: 30px;
    border-radius: 100px;
    position: absolute;
    letter-spacing: 0.015em;
    bottom: 0;
    font-weight: 500;
    left: 50%;
    transform: translate(-50%, 50%);
    display: flex;
    justify-content: space-between;
    line-height: 1;
    align-items: center;
    box-shadow: 0px 11px 15px -4px hsl(231deg 17% 8% / 25%);
}
.download-wrapper a {
	width: 36px;
	height: 36px;
	margin-left: 20px;
}
.download-wrapper .arrow {
	animation: arrow-animation 2s ease-out infinite;
	height: 15px;
	width: 15px;
	fill: hsl(237deg 34% 64% / 30%);
	margin-left: 24px;
	margin-right: 5px;
}
@keyframes arrow-animation {
	0% { transform: translateX(-25%) }
	50% { transform: translateX(0) }
	100% { transform: translateX(-25%) }
}
section#values {
	background: radial-gradient(hsl(207deg 100% 50% / 5%), transparent 70%);
	position: relative;
	z-index: 1;
}
section#values .item {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 20px;
}
section#values .item svg {
	height: 28px;
	width: 28px;
	fill: var(--1);
	padding: 15px;
	border-radius: 100px;
	overflow: visible;
	background: hsl(206deg 78% 46% / 15%);
}
section#values .item .title {
	color: #fff;
	font-weight: 700;
	font-size: 1.3em;
	padding-bottom: 5px;
}
section#values .item .description {
	line-height: 1.55em;
	color: #99a3bc;
}
section#values .bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.015;
	background-size: 320px;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
}
section#values .grid-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 50px 40px;
	max-width: 860px;
	margin: 0 auto;
}
.reviews-cont {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 35px;
}
.reviews-cont .item {
	border-top: 0.5px solid #373b52;
	padding: 30px;
	background: hsl(235deg 22% 19% / 50%);
	font-size: 0.95em;
	position: relative;
	border-radius: 5px;
	text-align: center;
	padding-top: 40px;
	color: var(--4);
	box-shadow: 0px 3px 5px -3px hsl(225deg 35% 9% / 30%);
	position: relative;
}
.reviews-cont .picture {
	position: absolute;
	top: 0;
	left: 50%;
	padding: 5px;
	border-radius: 200px;
	overflow: initial;
	backdrop-filter: blur(20px);
	transform: translate(-50%, -50%);
	border-bottom: 0.5px solid #474c66;
	padding-left: 10px;
	padding-right: 10px;
}
.reviews-cont .picture svg {
	background: hsl(235deg 20% 11% / 10%);
	border-radius: 200px;
	width: 60px;
	height: 60px;
	fill: #515571;
}
.reviews-cont .item .name {
	margin-top: 10px;
	font-size: 1.2em;
	font-weight: 500;
	color: #fff;
}
.reviews-cont .item .stars-cont {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 12px;
}
.star {
	font-size: 0.65em;
	position: relative;
	display: block;
	width: 0px;
	height: 0px;
	border-right: 1em solid transparent;
	border-bottom: 0.7em solid var(--1);
	border-left: 1em solid transparent;
	transform: rotate(35deg);
}
.star:before {
	border-bottom: 0.8em solid var(--1);
	border-left: 0.3em solid transparent;
	border-right: 0.3em solid transparent;
	position: absolute;
	height: 0;
	width: 0;
	top: -0.45em;
	left: -0.65em;
	display: block;
	content: "";
	transform: rotate(-35deg);
}
.star:after {
	position: absolute;
	display: block;
	top: 0.03em;
	left: -1.05em;
	width: 0;
	height: 0;
	border-right: 1em solid transparent;
	border-bottom: 0.7em solid var(--1);
	border-left: 1em solid transparent;
	transform: rotate(-70deg);
	content: "";
}
.reviews-cont .item .text {
	line-height: 1.55em;
	margin-top: 20px;
}
.split-two {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
	font-size: 0.95em;
}
.split-three {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 50px;
	font-size: 0.95em;
}
.mt-xl { margin-top: 70px }
.mb-xl { margin-bottom: 70px }
.mt-lg { margin-top: 40px }
.mb-lg { margin-bottom: 40px }
.mt-sm { margin-top: 15px }
.mb-sm { margin-bottom: 15px }
.pt-xl { padding-top: 90px }
.pb-xl { padding-bottom: 90px }
article h2 {
	font-size: 2.1em;
	color: #fff;
	padding-bottom: 8px;
}
article h3 {
	font-size: 1.4em;
	color: #fff;
	padding-bottom: 5px;
	font-weight: 500;
}
article p {
	line-height: 1.55em;
	color: var(--4);
	padding-bottom: 30px;
}
article p:last-child {
	padding-bottom: 0;
}
article a {
	text-decoration: underline;
	text-decoration-color: var(--1);
	text-underline-offset: 4px;
	text-decoration-style: dotted;
	font-weight: 500;
	color: var(--3);
}
header {
	box-shadow: 0px 0px 20px #0a0a104a;
}
header .container {
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .logo-wrapper {
	display: flex;
}
header .links {
	display: flex;
	align-items: center;
}
header .link {
	padding: 10px;
	display: inline-block;
	color: #fff;
	font-weight: 700;
	margin-right: 2px;
	letter-spacing: 0.015em;
	text-transform: uppercase;
	font-size: 0.9em;
}
header .link span {
	padding: 7px 12px;
	transition: background 0.15s;
	border-radius: 100px;
}
header .link:hover span {
	background: hsl(206deg 78% 46% / 10%);
	transition: none;
}
header .link.active span {
	color: var(--1);
	background: hsl(206deg 78% 46% / 10%);
}
header .button-link {		
	margin-left: 20px;
	background-color: var(--1);
	color: #fff;
	padding: 0 14px;
	height: 34px;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: -0.01em;
	border-radius: 80px;
	display: flex;
	align-items: center;
	box-shadow: inset 0px 0.5px #57aae5;
}
header .button-link svg {
	margin-right: 8px;
	opacity: 0.7;
	margin-left: -2px;
}
header .hamburger {
	height: 30px;
	width: 30px;
	margin-left: 9px;
	border-radius: 3px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: var(--1);
	background-color: var(--1);
	color: #fff;
	box-shadow: inset 0px 0.5px #57aae5;
	display: none;
	cursor: pointer;
}
header .hamburger span {
	width: 45%;
	margin: 5%;
	height: 4%;
	background-color: #fff;
	pointer-events: none;
}
.mobile-menu-wrapper {
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(0 0 0 / 60%);
	opacity: 0;
	z-index: 1000;
	backdrop-filter: blur(15px);
	pointer-events: none;
	transition: opacity 0.25s;
}
.mobile-menu-wrapper.open {
	pointer-events: all;
	opacity: 1;
}
.mobile-menu-wrapper .inner {
	position: relative;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.mobile-menu-wrapper .menu {
	width: 100%;
	margin: 25px;
	border-top: 0.5px solid #474c66;
	padding: 15px;
	background: var(--2);
	font-size: 0.9em;
	border-radius: 5px;
	color: var(--4);
	line-height: 1.45em;
	box-shadow: 0px 3px 5px -3px hsl(225deg 35% 9% / 30%);
}
.mobile-menu-wrapper .menu a {
	display: flex;
	margin: 10px;
	padding: 8px 16px;
	font-size: 1.25em;
	border-radius: 3px;
	font-weight: 500;
	justify-content: space-between;
	align-items: center;
}
.mobile-menu-wrapper .menu a svg {
	fill: #fff;
	opacity: 0.5;
	width: 12px;
	height: 12px;
}
.mobile-menu-wrapper .menu .top {
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}
.mobile-menu-wrapper .menu .top .close {
	width: 12px;
	height: 12px;
	fill: #fff;
	opacity: 0.3;
}
.sub-footer .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 0.5px solid hsl(229deg 11% 81% / 7%);
	padding: 25px 0;
}
.sub-footer .text-cont {
	margin-right: 10px;
}
.sub-footer h3 {
	font-size: 1.3em;
	font-weight: 500;
	color: #fff;
	padding-bottom: 2px;
}
.sub-footer a {
	display: inline-flex;
	background: transparent;
	color: var(--3);
	box-shadow: 0px 0px 0 1px hsl(226deg 12% 65% / 10%);
}
.sub-footer a svg {
	height: 13px;
	width: 13px;
	margin-right: 7px;
	fill: var(--4);
	opacity: 0.7;
	overflow: visible;
}
footer {
	border-top: 0.5px solid #474c667a;
	background: hsl(236deg 14.74% 42.77% / 5%);
	font-size: 0.95em;
	color: var(--4);
}
footer .footer-main {
	display: grid;
	grid-template-columns: 2fr auto 1fr;
	grid-gap: 100px;
	padding: 50px 0;
}
footer p {
	line-height: 1.65em;
	color: var(--4);
}
footer .footer-link-cont a {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 1.1em;
	height: 25px;
}
footer .footer-link-cont a svg {
	width: 11px;
	height: 11px;
	margin-right: 6px;
	fill: var(--1);
}
footer .title {
	font-size: 1.25em;
	padding-bottom: 15px;
	color: var(--4);
	letter-spacing: 0.015em;
	opacity: 0.6;
}
footer .logo {
	padding-bottom: 15px;
}
.footer-bot {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-size: 0.9em;
	padding: 15px;
	box-sizing: border-box;
	color: var(--4);
	background: hsl(219deg 37% 7% / 20%);
	letter-spacing: 0.015em;
	border-top: 0.5px solid hsl(234deg 63% 6% / 15%);
	opacity: 0.6;
}
.footer-bot a {
	color: #fff;
}
.background-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.background-wrapper div {
	position: fixed;
	filter: blur(200px);
	z-index: -1;
}
.background-wrapper .shape-1 {
	border-radius: 100%;
	background: var(--1);
	width: 400px;
	height: 400px;
	right: -200px;
	top: -200px;
	opacity: 0.36;
}
.background-wrapper .shape-2 {
	border-radius: 100%;
	background: var(--1);
	width: 800px;
	height: 800px;
	bottom: -400px;
	left: -400px;
	opacity: 0.25;
}
.cta-large {
	padding: 35px;
	background: var(--1);
	border-radius: 6px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 80px;
	background: linear-gradient(45deg, #2779be, var(--1));
	position: relative;
}
.cta-large::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	border-radius: 6px;
	animation: cta-pulse 1.75s infinite;
}
@keyframes cta-pulse {
	0% {
		box-shadow: 0 0 0 0px var(--1);
		opacity: 1;
	}
	100% {
		box-shadow: 0 0 0 15px var(--1);
		opacity: 0;
	}
}
.cta-large .title {
	margin-bottom: 4px;
	font-weight: 700;
	font-size: 1.6em;
	color: #fff;
}
.cta-large a {
	white-space: nowrap;
	padding: 14px 20px;
	background-color: #ffffff;
	color: var(--1);
	font-size: 1.2em;
	font-weight: 500;
	border-radius: 3px;
	display: flex;
	align-items: center;
	letter-spacing: -0.015em;
	margin-left: 25px;
}
.cta-large a svg {
	fill: var(--1);
	width: 12px;
	height: 12px;
	margin-left: 7px;
}
.cta-large .subtitle {
	font-size: 0.95em;
	color: #fff;
	opacity: 0.9;
}






	.img {
		position: relative;
		padding-bottom: 62.50%;
		background-color: red;
		border-radius: 4px;
		width: 100%;
		overflow: hidden;
		background: linear-gradient(105deg, hsl(236deg 40% 84% / 3%) 50%, hsl(236deg 40% 84% / 10%), hsl(236deg 40% 84% / 3%));
		background-size: 200%;
		animation: img-background-loading 0.75s ease-in-out infinite;
	}
	.img img {
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
	}
	@keyframes img-background-loading {
		0% { background-position: 0% 0% }
		100% { background-position: -200% 0% }
	}









	.premium-hero {
		max-width: 540px;
		margin: 0 auto;
		text-align: center;
	}
	.premium-hero h1 {
		padding-bottom: 10px;
		color: #fff;
	}
	.premium-hero p {
		line-height: 1.5em;
	}
	.premium-hero .features {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.premium-hero .features .item {
		margin: 5px;
		background: hsl(206deg 78% 46% / 10%);
		padding: 4px 12px;
		border-radius: 20px;
		margin-top: 10px;
		font-size: 0.9em;
		color: var(--1);
	}




	.premium-packages {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 20px;
	}
	.premium-packages .item {
    padding: 45px;
    text-align: center;
    padding-top: 35px;
    border-radius: 4px;
    background: hsl(235deg 25% 20% / 30%);
    border-top: 1px solid #323756;
	}
	.premium-packages .item svg {
		width: 32px;
		height: 32px;
		fill: var(--1);
		background: hsl(206deg 78% 46% / 7%);
		border-radius: 69px;
		padding: 12px;
	}
	.premium-packages .item .title {
		color: #fff;
		font-weight: 700;
		text-transform: uppercase;
		margin-top: 12px;
		font-size: 1.5em;
		padding-bottom: 1px;
	}
	.premium-packages .item .sub-title {
		font-size: 0.85em;
		margin-bottom: 12px;
		color: hsl(226 16% 36% / 1);
	}
	.premium-packages .item .price {
		font-size: 2.2em;
		color: var(--1);
		display: flex;
		align-items: flex-start;
		justify-content: center;
		letter-spacing: -0.03em;
		font-weight: 500;
	}
	.premium-packages .item .price b {
		font-size: 0.4em;
		font-weight: 400;
		transform: translate(4px, 5px);
		width: 0;
	}
	.premium-packages .item .discount {
		height: 15px;
	}
	.premium-packages .item .discount span {
		text-decoration: line-through;
		text-decoration-thickness: 0.75px;
		color: hsl(226 16% 36% / 1);
		letter-spacing: 0.015em;
		font-size: 0.95em;
		transform: translateY(-1px);
		display: block;
	}
	.premium-packages .item .purchase-button {
		background-color: var(--1);
		color: #fff;
		padding: 12px;
		font-weight: 500;
		letter-spacing: -0.01em;
		border-radius: 80px;
		display: flex;
		align-items: center;
		box-shadow: inset 0px 0.5px #57aae5;
		justify-content: center;
		margin-top: 25px;
	}




.contact-form {
				padding: 40px;
				border-radius: 5px;
				background: hsl(235deg 25% 20% / 40%);
				box-shadow: 0px 3px 5px -3px hsl(225deg 35% 9% / 30%);
				margin-top: 10px;
			}
			.contact-form p.success {
				display: flex;
				margin-top: 2px;
				color: #fff;
				font-weight: 500;
				font-size: 0.9em;
			}
			.input-cont {
				display: flex;
				flex-direction: column;
				margin-bottom: 20px;
			}
			.input-cont label {
				font-weight: 400;
				padding: 3px;
				margin-bottom: 2px;
				font-size: 0.95em;
				display: block;
			}
			.input-cont input, .input-cont textarea {
				font-family: 'Inter', sans-serif;
				border: 1px solid hsl(226deg 39% 79% / 4%);
				padding: 10px 12px;
				font-size: 0.85rem;
				border-radius: 3px;
				    background: hsl(226deg 39% 79% / 4%);
				outline: none;
				color: #fff;
			}
			.contact-form button {
				background: linear-gradient(45deg, #2779be, var(--1));
				outline: none;
				border: none;
				border-radius: 3px;
				color: #fff;
				font-size: 1rem;
				padding: 8px 18px;
				font-weight: 500;
				margin-top: 5px;
				cursor: pointer;
			}
			.contact-form ::placeholder {
				font-size: 0.85rem;
				color: #484a5c;
			}

		.article-thumb-wrapper {
			display: grid;
			grid-template-columns: 1fr 1fr;
			grid-gap: 25px;
			margin-top: 30px;
		}
		.article-thumb {
			background-color: hsl(235deg 25% 20% / 40%);
			box-shadow: 0px 3px 5px -3px hsl(225deg 35% 9% / 30%);
			border-radius: 3px;
			overflow: hidden;
		}
		.article-thumb .img {
			border-radius: 0;
		}
		.article-thumb .text-cont {
			padding: 20px;
		}
		.article-thumb .text-cont h3 {
			color: #fff;
			font-size: 1.1em;
			line-height: 1.35em;
			padding-bottom: 6px;
		}
		.article-thumb .text-cont p {
			font-size: 0.95em;
			line-height: 1.35em;
			color: #6c7180;
		}
		.article-thumb .date {
    background: hsl(206deg 78% 46% / 10%);
    padding: 3px 8px;
    border-radius: 20px;
    margin-top: 10px;
    font-size: 0.8em;
    color: var(--1);
    display: inline-flex;
    transform: translateX(-4px);
		}








@media (max-width: 768px) {
	.cta-large {
		padding: 25px;
	}
	.cta-large .title {
		font-size: 1.2em;
		white-space: nowrap;
	}
	.cta-large a {
		padding: 12px 16px;
	}
	.sub-footer .container {
		flex-direction: column;
	}
	.sub-footer .text-cont {
		margin-right: 0;
		margin-bottom: 10px;
		text-align: center;
	}
	footer .footer-main {
		grid-template-columns: 1fr 1fr;
		grid-gap: 25px 10px;
	}
	footer .footer-text-cont {
		grid-column: 1 / span 2;
	}
	footer .title {
		padding-bottom: 10px;
	}
	footer .footer-link-cont a {
		font-size: 1.2em;
		height: auto;
		margin: 3px 20px 12px 0;
	}
	header .container {
		height: 70px;
	}
	header .logo-wrapper svg {
		height: 21px;
	}
	header .button-link svg {
		width: 11px;
		height: 11px;
		margin-right: 5px;
	}
	header .link {
		display: none;
	}
	header .button-link {
		padding: 0 11px;
		height: 30px;
		font-size: 0.95em;
		border-radius: 3px;
	}
	header .hamburger {
		display: flex;
	}
	.faq-dropdown-text {
		padding-left: 15px;
		padding-right: 15px;
	}
	.faq-dropdown.open .faq-dropdown-text {
		padding: 10px 15px;
	}
	.hero {
		margin-bottom: 70px;
		padding-bottom: 70px;
		padding-top: 110px;
		height: auto;
	}
	.hero h2 {
		font-size: 3.5em;
	}
	.hero ul {
		margin-top: 15px;
	}
	.hero .content {
		grid-template-columns: 1fr;
		grid-gap: 40px;
	}
	.download-wrapper {
		transform: translate(-50%, 50%) scale(0.8);
	}
	section#values .grid-2 {
		grid-template-columns: 1fr;
	}
	.reviews-cont {
		grid-template-columns: 1fr;
		grid-gap: 40px;
	}
	.reviews-cont .item {
		padding-top: 30px;
	}
	.reviews-cont .picture svg {
		height: 40px;
		width: 40px;
	}
	.mt-xl { margin-top: 30px }
	.mb-xl { margin-bottom: 30px }
	.mt-lg { margin-top: 20px }
	.mb-lg { margin-bottom: 20px }
	.pt-xl { padding-top: 50px }
	.pb-xl { padding-bottom: 50px }
	body {
		font-size: 13px;
	}
	.split-two {
		grid-template-columns: 1fr;
		grid-gap: 25px;
	}
	.split-three {
		grid-template-columns: 1fr;
		grid-gap: 25px;
	}
	.premium-packages {
		grid-template-columns: 1fr;
		grid-gap: 35px;
	}
	.premium-packages .item {
		box-shadow: 0px 0px 20px hsl(240deg 23% 5% / 10%);
		border: 1px solid #323756;
		padding: 25px;
	}
	.premium-packages .item .discount {
		height: 5px;
	}
	.premium-packages .item .sub-title {
		margin-bottom: 7px;
	}
	.contact-form {
		padding: 20px;
	}
	.article-thumb-wrapper {
		grid-template-columns: 1fr;
	}
}