<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main {
	margin: 0 !important;
}

.icon__user path,
.header__logout svg {
    fill: var(--color-text-primary-inverted);
}

.icon__search circle,
.icon__search path {
    stroke: var(--color-text-primary-inverted);
}

.header:hover {
    background: var(--color-bg-secondary);
}

.header__logo--black {
	opacity: 0;
}

.header__logo--white {
	opacity: 1;
}

.groups__items {
	display: flex;
    justify-content: center;
    height: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    border-top: 1px solid rgba(255, 255, 255, .2);
    transition: border .3s ease;
}

header,
.header__main {
	background: unset;
}

.header__top a,
.header__top button,
.section__header,
.groups__item a,
.header__name {
	color: var(--color-text-primary-inverted);
}

.header__sticky .groups__items,
.header:hover .groups__items {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

.header:hover .header__top a,
.header:hover .header__top button,
.header:hover .groups__item a,
.header:hover .header__left a,
.header:hover .header__name,
.header:hover .header__language-switch {
    color: var(--color-text-primary);
}

.header:hover .flag__logo {
	border: 1px solid #e3e3e3;
}

.header:hover .header__language-switch {
	border-color: var(--color-text-primary);
}

.header:hover .icon__user path,
.header:hover .header__logout svg,
.header__sticky .header__logout svg {
    fill: var(--color-text-primary);
}

.header:hover .icon__search circle,
.header:hover .icon__search path {
    stroke: var(--color-text-primary);
}

.banner__main {
	height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 134px;
}

.banner__main a {
	font-size: 38px;
	cursor: pointer;
	color: var(--color-text-primary-inverted);
}

.banner__main h2 {
	font-size: 1rem;
}

.blog,
.trust {
	background: var(--color-bg-secondary);
}

.gallery {
	padding-top: 60px;
	background: var(--color-bg-secondary);
}

.blog__item {
	background: var(--color-bg-primary);
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: border .3s ease, box-shadow .3s ease;
	position: relative;
}

.blog__item:hover {
	box-shadow: 0 2px 14px #1113;
    outline: 0;
}

.blog__list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-gap: 40px;
}

.blog__image {
	display: flex;
	padding-bottom: 60%;
    position: relative;
}

.blog__image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
}

.blog__heading {
	text-align: center;
	margin-bottom: 20px;
}

.blog__content {
	padding: 20px;
}

.blog__author {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-top: 20px;
}

.blog__date {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-top: 10px;
}

.blog__title {
	text-align: center;
}

.blog__description {
	padding: 15px;
	font-size: 16px;
	line-height: 1.6;
	color: #444;
	background-color: #fff;
	text-align: center;
}

.blog__related-tag {
    color: #000;
    background: #f3f3f3;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 10px;
    opacity: .9;
}

.blog__related-tags {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 10px;
}

.trust__list {
	display: grid;
	grid-template-rows: 1fr 1fr 1fr;
	gap: 2rem;
}

.trust__heading {
	margin-bottom: 8px;
}

.trust__item {
	text-align: center;
}

.trust__swiper-wrapper {
	height: 65vw;
}

.trust__swiper-slide {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.trust__item svg {
	width: 25px;
	height: 25px;
	margin-bottom: 8px;
}

.trust__item p {
	color: #71717A;
}

.intro__image {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.intro__image p {
	font-size: 11px;
    text-align: center;
	margin-top: 5px;
}

.intro__image img {
	height: 100%;
	width: 350px;
}

.intro__text {
	margin-top: 20px;
}

@media screen and (min-width: 500px) {
	.trust__swiper-wrapper {
		height: 45vw;
	}
}

@media screen and (min-width: 992px) {
	.banner__main {
		height: 500px;
	}

	.blog__heading {
		margin-bottom: 40px;
	}

	.blog__list {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 40px;
	}

	.trust__list {
		gap: 3rem;
		grid-template-rows: unset;
		grid-template-columns: 1fr 1fr 1fr;
	}

	.trust__item {
		text-align: unset;
	}

	.trust__swiper-wrapper {
		height: 30vw;
	}

	.intro {
		display: flex;
		gap: 60px;
		align-items: center;
		max-width: 1000px;
	}

	.intro__image {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.intro__text {
		margin-top: 0;
	}

	.intro__text p {
    	font-size: 17px;
	}
}

@media(max-width:992px) {
	.banner__main {
		margin-top: 136px;
	}
	.icon__user path {
		fill: var(--color-text-primary-inverted);
	}

	.icon__search circle,
	.icon__search path {
		stroke: var(--color-text-primary-inverted);
	}

	.header {
		background: var(--color-bg-secondary);
	}

	.groups__items {
		display: block;
		height: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, .2);
		border-top: 1px solid rgba(255, 255, 255, .2);
		transition: border .3s ease;
	}

	.groups__items,
	.groups__items {
		border-top: 1px solid #e4e4e4;
		border-bottom: 1px solid #e4e4e4;
	}

	.header__top a,
	.header__top button,
	.groups__item a,
	.header__left a,
	.header__name {
		color: var(--color-text-primary);
	}

	.icon__user path {
		fill: var(--color-text-primary);
	}

	.icon__search circle,
	.icon__search path {
		stroke: var(--color-text-primary);
	}

	.header__logo--black {
		opacity: 1;
	}

	.header__logo--white {
		opacity: 0;
	}
}

.blog__authors {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.blog__author {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
}

.blog__author img {
    border-radius: 50%;
	width: 35px;
	height: 35px;
    object-fit: cover;
    margin-right: 10px;
}</pre></body></html>