

/* Start:/local/templates/sibcode/assets/fonts/inter/fonts.css?1789360169322*/
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 100 900;
	font-display: optional;
	src: url("/local/templates/sibcode/assets/fonts/inter/InterVariable.woff2") format("woff2");
}

@font-face {
	font-family: "Inter";
	font-style: italic;
	font-weight: 100 900;
	font-display: optional;
	src: url("/local/templates/sibcode/assets/fonts/inter/InterVariable-Italic.woff2") format("woff2");
}

/* End */


/* Start:/local/templates/sibcode/style.css?17893601694543*/
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #171717;
	background: #ffffff;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	font-optical-sizing: auto;
}

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

main > * {
	width: 100%;
}

main > *:not(.section) {
	max-width: 1190px;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	opacity: 0.8;
}

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

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1,
h2,
h3,
p {
	margin: 0;
}

.container {
	width: 100%;
	max-width: 1312px;
	margin: 0 auto;
	padding: 0 64px;
}

@media (max-width: 900px) {
	.container {
		padding: 0 20px;
	}
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 16px;
	border: 1px solid transparent;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	cursor: pointer;
	background: transparent;
	transition: opacity 0.15s ease;
}

.btn:hover {
	opacity: 0.85;
}

.btn--primary {
	background: #606060;
	color: #ffffff;
	border-color: #606060;
}

.btn--ghost {
	background: #ffffff;
	color: #171717;
	border-color: #eeeeee;
}

.section {
	padding: 48px 0;
}

.section--alt {
	background-color: #F9FAFB;
}

.section__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 32px;
}

.section__title {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.25;
	color: #171717;
}

.section__lead {
	margin-top: 8px;
	font-size: 15px;
	color: #5f5f5f;
}

.section__link {
	font-size: 14px;
	font-weight: 500;
	color: #171717;
	white-space: nowrap;
}

.card {
	background: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 12px;
	padding: 24px;
}

.site-header {
	border-bottom: 1px solid #eeeeee;
	background: #ffffff;
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 72px;
}

.site-logo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	font-weight: 600;
	color: #171717;
}

.site-logo__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 8px;
	background: #606060;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
}

.site-nav {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
}

.site-nav a {
	font-size: 14px;
	color: #5f5f5f;
}

.site-nav a:hover,
.site-nav a.is-active {
	color: #171717;
	opacity: 1;
}

.site-header__actions {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.site-header__actions .btn--ghost {
	border-color: transparent;
}

.site-footer {
	border-top: 1px solid #eeeeee;
	background: #ffffff;
	padding: 40px 0 32px;
	margin-top: auto;
}

.site-footer__inner {
	display: grid;
	gap: 24px;
}

.site-footer__brand {
	font-size: 16px;
	font-weight: 600;
	color: #171717;
}

.site-footer__text {
	margin-top: 8px;
	font-size: 14px;
	color: #5f5f5f;
	max-width: 420px;
}

.site-footer__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 24px;
}

.site-footer__nav a {
	font-size: 14px;
	color: #5f5f5f;
}

.site-footer__copy {
	font-size: 13px;
	color: #a2a2a2;
}

.site-footer__copy a {
	color: #a2a2a2;
}

.legal-page {
	background: #f9fafb;
}

.legal-page__head {
	margin-bottom: 32px;
}

.legal-page__title {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.25;
	color: #171717;
}

.legal-page__lead {
	margin-top: 12px;
	font-size: 15px;
	line-height: 1.5;
	color: #5f5f5f;
}

.legal-page__body {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 32px;
	background: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 12px;
}

.legal-page__body h2 {
	margin: 8px 0 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.35;
	color: #171717;
}

.legal-page__body p,
.legal-page__body li {
	font-size: 15px;
	line-height: 1.55;
	color: #535353;
}

.legal-page__body ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
	padding-left: 1.2em;
	list-style: disc;
}

.legal-page__body a {
	color: #171717;
	text-decoration: underline;
}

main {
	flex: 1 0 auto;
}

@media (max-width: 900px) {
	.site-header__inner {
		flex-wrap: wrap;
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.section__head {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* End */
/* /local/templates/sibcode/assets/fonts/inter/fonts.css?1789360169322 */
/* /local/templates/sibcode/style.css?17893601694543 */
