*,
*:before,
*:after {
	position: relative;
	margin: 0;
	min-width: 0;
	min-height: 0;
	padding: 0;
	border-radius: 0;
	background-color: transparent;
	background-image: none;
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box
}

html {
	text-align: left
}

ul {
	list-style: none
}

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

button,
input,
select,
textarea {
	display: block;
	color: inherit;
	font: inherit;
	text-align: inherit;
	text-transform: inherit;
	letter-spacing: inherit
}

button,
[type=button],
[type=reset],
[type=submit],
[type=file],
[type=file]::-webkit-file-upload-button {
	appearance: none;
	cursor: pointer
}

input::placeholder,
textarea::placeholder {
	color: inherit;
	opacity: .75
}

svg {
	overflow: visible
}

label {
	display: block
}

summary {
	display: block
}

code,
kbd,
pre,
samp {
	font-family: inherit
}

address,
cite,
dfn,
var {
	font-style: inherit
}

small {
	font-size: inherit
}

mark {
	color: inherit
}

table {
	border-spacing: 0
}

th {
	font-weight: inherit
}

th:not([align]),
caption:not([align]) {
	text-align: inherit
}

[hidden] {
	display: none !important
}

:root {
	--spacing-0: 0rem;
	--spacing-px: 1px;
	--spacing-0-5: 2px;
	--spacing-1: .125rem;
	--spacing-2: .5rem;
	--spacing-3: .75rem;
	--spacing-4: 1rem;
	--spacing-5: 1.25rem;
	--spacing-6: 1.5rem;
	--spacing-7: 1.75rem;
	--spacing-8: 2rem;
	--spacing-9: 2.25rem;
	--spacing-10: 2.5rem;
	--spacing-11: 2.75rem;
	--spacing-12: 3rem;
	--spacing-13: 3.25rem;
	--spacing-14: 3.5rem;
	--spacing-15: 3.75rem;
	--spacing-16: 4rem;
	--spacing-17: 4.25rem;
	--spacing-18: 4.5rem;
	--spacing-19: 4.75rem;
	--spacing-20: 5rem;
	--spacing-21: 5.25rem;
	--spacing-22: 5.5rem;
	--spacing-23: 5.75rem;
	--spacing-24: 6rem;
	--spacing-25: 6.25rem;
	--spacing-26: 6.5rem;
	--spacing-27: 6.75rem;
	--spacing-28: 7rem;
	--spacing-29: 7.25rem;
	--spacing-30: 7.5rem;
	--spacing-31: 7.75rem;
	--spacing-32: 8rem;
	--spacing-33: 8.25rem;
	--spacing-34: 8.5rem;
	--spacing-35: 8.75rem;
	--spacing-36: 9rem;
	--spacing-37: 9.25rem;
	--spacing-38: 9.5rem;
	--spacing-39: 9.75rem;
	--spacing-40: 10rem;
	--font-heading: "Onest";
	--background-default: #f2fdfb;
	--background-elevated: #feffff;
	--background-highlight: #f5f5f5;
	--green: #184e44;
	--green-light: #ddf3ef;
	--orange: #9a3412;
	--orange-light: #fff7ed;
	--red: #9f1239;
	--red-light: #fff1f2;
	--text-disabled: #a4acb9ff;
	--text-loud: #031732;
	--text-muted: #36394aff;
	--text-normal: #808080;
	--font-xl: 2.25rem;
	--default-spacing: 2.5rem;
	--primary-color: hsla(214, 92%, 49%, 1);
	--primary-color-light: #ffeee5;
	--transition-easeOutSin: cubic-bezier(.165, .84, .44, 1);
	--transition-easeInQuart: cubic-bezier(.5, 0, .75, 0);
	--divider-color: rgba(45, 45, 45, .2);
	--button-primary-background: #000;
	--button-primary-textColor: #fff;
	--button-secondary-textColor: var(--primary-color);
	--border-color-default: rgba(6, 17, 31, .1);
	--container-maxWidth: 80rem;
	--container-vertical-padding: var(--spacing-4);
	--container-horizontal-padding: 40px;
	--copy-max-width: 50rem
}

@media (min-width: 768px) {
	:root {
		--default-spacing: 4.688rem
	}
}

@media (min-width: 640px) {
	:root {
		--container-horizontal-padding: 80px
	}
}

img {
	min-width: 0;
	width: 100%;
	object-fit: contain
}

.container {
	padding-block: var(--default-spacing)
}

.container--no-top-padding {
	padding-block: 0 var(--default-spacing)
}

.container--no-bottom-padding {
	padding-block: var(--default-spacing) 0
}

.wrapper {
	max-width: var(--container-maxWidth);
	margin-inline: auto;
	padding-inline: var(--container-vertical-padding)
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden
}

.section {
	padding-block: var(--container-horizontal-padding)
}

.section--no-top-padding {
	padding-block: 0 var(--container-horizontal-padding)
}

.section--no-bottom-padding {
	padding-block: var(--container-horizontal-padding) 0
}

.article-typography {
	color: var(--text-muted, #36394a);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -.02rem
}

.article-typography ul {
	list-style: disc
}

.article-typography ul,
.article-typography ol {
	list-style-position: inside
}

.article-typography ul *:not(:first-child),
.article-typography ol *:not(:first-child) {
	margin-top: var(--spacing-2)
}

.article-typography *:is(h1, h2, h3, h4, h5, h6) {
	line-height: 120%;
	font-weight: 500;
	color: var(--text-loud);
	margin-block: .25rem 1rem
}

.article-typography *:is(h1, h2, h3, h4, h5, h6):not(:first-child) {
	margin-top: 2rem
}

.article-typography a {
	color: var(--primary-color);
	text-decoration: underline
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: clip
}

.hiddenScrollbar::-webkit-scrollbar {
	display: none
}

.hiddenScrollbar {
	-ms-overflow-style: none;
	scrollbar-width: none
}

.hidden {
	display: none
}

.flex {
	display: flex
}

.space-x-default>*:not(:first-child) {
	margin-top: var(--spacing-4)
}

.divider-h {
	width: 1px;
	height: var(--spacing-6);
	background: #2d2d2d33;
	border: none
}

.highlight {
	color: var(--primary-color)
}

.title-highlight {
	color: #555
}

.divider-v {
	width: var(--spacing-6);
	height: 1px;
	background: #2d2d2d33;
	border: none
}

html {
	scroll-behavior: smooth;
	font-family: Onest
}

.btn {
	all: unset;
	display: inline-flex;
	justify-content: center;
	align-items: flex-start;
	padding: 16px 24px;
	border-radius: 8px;
	font-family: Onest;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	width: max-content;
	color: #fff;
	text-align: center;
	word-wrap: break-word;
	box-shadow: 0 2px 2px #0000000a;
	text-decoration: none;
	transition: background .2s ease
}

.btn--small {
	padding: 12px 16px;
	font-size: 14px;
	line-height: 14px
}

.btn--primary {
	background: #0a6df2
}

.btn--primary:hover {
	background: #0858c2
}

.btn--gray {
	background: #f3f3f3;
	color: #000
}

.btn--gray:hover {
	background: #e6e6e6
}

.btn--secondary {
	background: #000
}

.btn {
	display: inline-flex;
	justify-content: center;
	align-items: flex-start;
	padding: 16px 24px;
	border-radius: 8px;
	font-family: Onest;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	color: #fff;
	text-align: center;
	word-wrap: break-word;
	box-shadow: 0 2px 2px #0000000a;
	text-decoration: none;
	transition: background .2s ease
}

.btn--small {
	padding: 12px 16px;
	font-size: 14px;
	line-height: 14px
}

.btn--primary {
	background: #0a6df2
}

.btn--primary:hover {
	background: #0858c2
}

.btn--gray {
	background: #f3f3f3;
	color: #000
}

.btn--gray:hover {
	background: #e6e6e6
}

.btn--secondary {
	background: #000
}

.form__item {
	display: flex;
	flex-direction: column;
	gap: 4px
}

.form__item.item--checkbox {
	height: auto
}

.form__label {
	color: #000;
	font-size: 14px;
	font-family: Onest;
	font-weight: 500;
	line-height: 21px
}

.form__input,
.form__textarea,
.select-wrapper,
.input-with-select {
	width: 100%;
	height: 40px;
	padding: 11.5px 13px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #ededed;
	font-size: 14px;
	font-family: Onest;
	font-weight: 400;
	color: #000
}

.form__input::placeholder,
.form__textarea::placeholder,
.select-wrapper::placeholder,
.input-with-select::placeholder {
	color: #61686d
}

.form__input:focus,
.form__textarea:focus,
.select-wrapper:focus,
.input-with-select:focus {
	outline: none;
	border-color: #0a6df2
}

.form__textarea {
	height: 111px;
	resize: none
}

.select-wrapper {
	position: relative;
	padding: 0
}

.select-wrapper .select__field {
	width: 100%;
	height: 100%;
	padding: 11.5px 13px;
	appearance: none;
	border: none;
	background: transparent;
	font-size: 14px;
	font-family: Onest;
	font-weight: 400;
	color: #61686d;
	cursor: pointer
}

.select-wrapper .select__field:focus {
	outline: none
}

.select-wrapper .select-icon {
	position: absolute;
	right: 13px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none
}

.input-with-select {
	display: flex;
	padding: 0;
	overflow: hidden
}

.input-with-select .form__input {
	border: none;
	border-radius: 0;
	flex: 1
}

.input-with-select .select-wrapper--attached {
	width: auto;
	border: none;
	border-left: 1px solid #ededed;
	border-radius: 0
}

.input-with-select .select__field--attached {
	height: 40px;
	padding: 11.5px 35px 11.5px 13px;
	font-size: 14px;
	background: transparent;
	border: none;
	cursor: pointer
}

.input-with-select .select__field--attached:focus {
	outline: none
}

.description {
	font-size: 13px;
	color: #61686d;
	margin-top: 4px
}

.required {
	color: #ff4d4f;
	margin-left: 4px
}

.signup-wrapper {
	margin-top: 1rem
}

@media (min-width: 768px) {
	.signup-wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 2.625rem;
		margin-top: 3.875rem
	}
}

.signup-wrapper img {
	height: 100%
}

.form {
	width: 100%;
	margin: 2rem auto;
	gap: 2rem
}

.form__header {
	height: 3rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1.5rem;
	text-align: center
}

.form__title {
	font-size: 24px;
	font-weight: 600;
	color: #000;
	margin: 0
}

.form__body {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 2rem
}

.form__footer {
	margin-top: 1rem;
	display: flex
}

.wrapper {
	width: 100%;
	max-width: var(--container-maxWidth);
	margin-inline: auto
}

.lang-switch {
	height: 100%;
	display: flex;
	padding-block: .5rem;
	position: relative
}

.lang-switch:hover .lang-switch__dropdown {
	display: flex;
	transform-origin: top left;
	position: absolute;
	left: 50%;
	top: 100%;
	animation: asd .15s var(--transition-easeOutSin)
}

.lang-switch__dropdown {
	transform: translate(-50%);
	display: none;
	z-index: 20;
	border-radius: .375rem;
	background: #fff;
	box-shadow: 0 0 0 1px #0000000d, 0 1px 2px #0000001a, 0 2px 4px #0000001a;
	width: 11.625rem;
	padding: .125rem;
	flex-direction: column;
	align-items: flex-start;
	gap: .125rem
}

.lang-switch__dropdown__item {
	display: flex;
	align-items: center;
	padding: .625rem 1rem;
	width: 100%;
	font-weight: 500
}

.lang-switch__dropdown__item:is(:hover, :focus-within) {
	background: #f1f2f4
}

.lang-switch__dropdown__item span {
	margin-left: 1rem;
	color: #000;
	font-size: .875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -.0175rem
}

.lang-switch__selected {
	display: flex;
	align-items: center;
	gap: .5rem
}

.lang-switch__selected svg {
	display: block
}

.lang-switch__selected span {
	font-weight: 500;
	color: #000;
	font-size: .875rem;
	font-style: normal;
	line-height: 100%;
	letter-spacing: -.0175rem
}

@keyframes asd {
	0% {
		opacity: 0;
		transform: scale(.9) translateY(-20px) translate(-50%)
	}

	to {
		opacity: 1;
		transform: scale(1) translateY(0) translate(-50%)
	}
}

.caption {
	display: inline-block;
	color: #666;
	font-size: 13px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: -.005em;
	position: relative
}

.title {
	font-family: Fraunces, serif;
	color: color-mix(in srgb, var(--color-accent) 30%, black);
	color: #000;
	font-family: Onest;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -.1625rem
}

@media (min-width: 768px) {
	.title {
		font-size: 3.4375rem
	}
}

.title--large {
	font-size: 2.625rem;
	line-height: 2.75rem
}

.title--xlarge {
	font-size: 4rem;
	line-height: 4rem
}

@media (min-width: 1024px) {
	.title--xlarge {
		font-size: 4.5rem;
		line-height: 4.5rem
	}
}

.copy {
	max-width: var(--copy-max-width)
}

.copy>*:not(:first-child) {
	margin-top: var(--spacing-4)
}

.body {
	color: #6c7574;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -.03rem
}

.body--large,
.body--xlarge {
	font-size: 1.25rem
}

.copy--centered {
	margin-inline: auto;
	text-align: center
}

.features {
	display: flex;
	margin: 120px auto 0;
	width: 100%;
	max-width: 1203px;
	flex-direction: column
}

.header {
	display: flex;
	width: 850px;
	max-width: 100%;
	flex-direction: column
}

.subtitle {
	color: var(--web-gray-600, #666);
	letter-spacing: .4px;
	text-transform: uppercase;
	font: 500 13px/1 Inter, sans-serif
}

.title {
	color: var(--web-Mirage, #181c23);
	letter-spacing: -2.1px;
	margin-top: 24px;
	font: 700 42px/1 Onest, sans-serif
}

.features-grid {
	display: grid;
	margin-top: 60px;
	width: 100%;
	gap: 40px
}

@media (min-width: 768px) {
	.features-grid {
		grid-template-columns: repeat(auto-fill, minmax(340px, 1fr))
	}
}

@media (min-width: 640px) {
	.feature-item {
		display: flex;
		align-items: start;
		gap: 27px
	}
}

.icon-wrapper {
	border-radius: 20px;
	background-color: #f7f7f7;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px
}

.feature-icon {
	aspect-ratio: 1;
	object-fit: contain;
	width: 32px
}

.feature-content {
	display: flex;
	flex-direction: column;
	font-family: Onest, sans-serif;
	margin-top: 14px
}

@media (min-width: 640px) {
	.feature-content {
		margin-top: 0
	}
}

.feature-heading {
	color: #0b0b0d;
	font-size: 18px;
	font-weight: 500;
	line-height: 1
}

.feature-description {
	margin-top: 12px;
	font-size: 16px;
	color: #6c7574;
	font-weight: 400;
	line-height: 26px
}

.benefits {
	display: flex;
	width: 100%;
	gap: 16px;
	flex-wrap: wrap;
	margin-block-start: 40px
}

@media (min-width: 768px) {
	.benefits {
		margin-block-start: 42px
	}
}

.benefits__list {
	display: flex;
	min-width: 240px;
	flex-direction: column;
	max-width: 584px
}

.benefits__item {
	border-radius: 16px;
	background-color: #f6f8fa;
	display: flex;
	width: 100%;
	flex-direction: column;
	overflow: hidden;
	font-family: Onest, sans-serif;
	padding: 31px 32px 24px;
	margin-block-start: 16px
}

.benefits__item:first-child {
	margin-block-start: 0
}

.benefits__item svg {
	width: 44px;
	aspect-ratio: 1
}

.benefits__content {
	display: flex;
	margin-block-start: 19px;
	width: 100%;
	flex-direction: column
}

.benefits__title {
	font-weight: 700;
	line-height: 1.2;
	color: #012;
	letter-spacing: -1.12px;
	width: 100%;
	font-size: 32px
}

@media (min-width: 640px) {
	.benefits__title {
		font-size: 24px
	}
}

.benefits__subtitle {
	font-weight: 500;
	color: #696969;
	letter-spacing: -.8px;
	margin-block-start: 10px;
	width: 100%;
	font-size: 16px
}

@media (min-width: 640px) {
	.benefits__subtitle {
		font-size: 22px
	}
}

.benefits__text {
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	color: #888;
	letter-spacing: -.5px;
	margin-block-start: 10px;
	width: 100%
}

@media screen and (max-width: 440px) {
	.benefits__text {
		font-size: 16px
	}
}

.benefits__contact {
	display: flex;
	margin-block-start: 10px;
	width: 100%;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap
}

.benefits__phone {
	color: #0a6df2;
	font-size: 22px;
	font-weight: 700
}

.benefits__phone-icon {
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 6px
}

.benefits__phone-icon img {
	width: 16px;
	aspect-ratio: 1;
	object-fit: contain
}

.benefits__image {
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	position: relative;
	min-height: 896px;
	min-width: 240px;
	overflow: hidden;
	flex: 1;
	flex-basis: 0%
}

.benefits__image img {
	position: absolute;
	inset: 0;
	height: 100%;
	width: 100%;
	object-fit: cover
}

.btn {
	display: inline-flex;
	justify-content: center;
	align-items: flex-start;
	padding: 16px 24px;
	border-radius: 8px;
	font-family: Onest;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	color: #fff;
	text-align: center;
	word-wrap: break-word;
	box-shadow: 0 2px 2px #0000000a;
	text-decoration: none;
	transition: background .2s ease
}

.btn--small {
	padding: 12px 16px;
	font-size: 14px;
	line-height: 14px
}

.btn--primary {
	background: #0a6df2
}

.btn--primary:hover {
	background: #0858c2
}

.btn--gray {
	background: #f3f3f3;
	color: #000
}

.btn--gray:hover {
	background: #e6e6e6
}

.btn--secondary {
	background: #000
}

.pricing__header {
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: center
}

.pricing__title {
	color: #272727;
	font-size: 42px;
	font-weight: 700;
	line-height: 44px;
	letter-spacing: -2.1px
}

.pricing__button {
	margin-top: 24px
}

.pricing__cards {
	display: flex;
	margin-top: 42px;
	width: 100%;
	align-items: start;
	gap: 20px;
	justify-content: start;
	flex-wrap: wrap
}

.pricing__card {
	border-radius: 16px;
	background-color: #fafafa;
	display: flex;
	min-width: 240px;
	flex-direction: column;
	overflow: hidden;
	justify-content: start;
	flex: 1;
	flex-basis: 0%;
	padding: 31px 32px 24px
}

.pricing__card-header {
	display: flex;
	width: 100%;
	flex-direction: column;
	overflow: hidden;
	align-items: start;
	justify-content: center
}

.pricing__card-title {
	font-size: 22px;
	color: #1f1f1f;
	font-weight: 700;
	letter-spacing: -.8px
}

.pricing__card-subtitle {
	font-size: 16px;
	color: #6c7574;
	font-weight: 400;
	line-height: 2
}

.pricing__card-price {
	display: flex;
	margin-top: 19px;
	align-items: start;
	gap: 19px;
	color: #000;
	font-weight: 700;
	letter-spacing: -3px
}

.pricing__card-amount {
	font-size: 75px;
	line-height: 1;
	position: relative
}

.pricing__card-amount:after {
	content: "€";
	position: absolute;
	translate: 125% -25%;
	top: 0;
	right: 0;
	font-size: 27px;
	line-height: 2
}

.pricing__card-features {
	display: flex;
	margin-top: 19px;
	width: 100%;
	flex-direction: column;
	font-size: 16px;
	color: #6c7574;
	font-weight: 400;
	line-height: 1;
	gap: 10px
}

.pricing__card-feature {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 10px
}

.pricing__card-feature svg {
	flex-shrink: 0
}

.pricing__card-feature span {
	flex: 1;
	min-width: 240px
}

@media (max-width: 768px) {

	.pricing__header,
	.pricing__title {
		max-width: 100%
	}

	.pricing__cards {
		max-width: 100%;
		margin-top: 40px
	}

	.pricing__card-amount {
		font-size: 40px
	}
}

.image-text {
	overflow: hidden
}

.image-text__points {
	list-style-type: none
}

.image-text__points>*:not(:first-child) {
	margin-top: .5rem
}

.image-text__point {
	gap: .125rem;
	font-size: .875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: -.02625rem;
	color: var(--color-accent);
	display: flex;
	align-items: center
}

.image-text--image-left .image-text__wrapper {
	grid-template-areas: "img img img img img img content content content content"
}

.image-text--image-left img {
	float: right
}

@media (min-width: 768px) {
	.image-text__wrapper {
		gap: 2rem;
		align-items: center;
		display: grid;
		grid-template-columns: img content;
		grid-template-areas: " content content content content img img img img img img"
	}
}

@media (min-width: 1280px) {
	.image-text__wrapper {
		gap: 5rem
	}
}

.image-text__text-box {
	display: flex;
	padding: .75rem;
	flex-direction: column;
	align-items: flex-start;
	gap: .875rem;
	align-self: stretch;
	border-radius: .375rem;
	background: #fafafa;
	margin-top: 2rem
}

.image-text__text-box__head {
	display: flex;
	gap: .62rem
}

.image-text__text-box__title {
	color: var(--text-loud);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	letter-spacing: -.0625rem
}

.image-text__text-box__body {
	color: var(--text-normal);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -.03rem
}

.image-text__content {
	color: #6c7574;
	letter-spacing: -.03rem
}

.image-text__content h2,
.image-text__content h3,
.image-text__content h4,
.image-text__content h5,
.image-text__content h6 {
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	letter-spacing: -.0625rem
}

.image-text__content p {
	margin-top: .69rem;
	color: var(--text-normal);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -.03rem
}

.image-text__highlight {
	display: flex;
	justify-content: center;
	width: fit-content;
	padding: .625rem 2.625rem;
	align-items: center;
	gap: .57663rem;
	border-radius: .57663rem;
	background: linear-gradient(180deg, #f0f6fe, #e7f1fd);
	box-shadow: 0 0 0 1px var(--primary-color), 0 0 0 2px #fff, 0 0 0 3px #096df24d
}

.image-text__highlight span {
	display: block;
	color: var(--primary-color);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%
}

.image-text__image {
	background: #fee9ef;
	background: color-mix(in srgb, var(--color-accent) 15%, transparent);
	border-radius: 1rem;
	padding-block: 2.5rem 0;
	grid-area: img
}

.image-text__image img {
	height: 100%
}

@media screen and (min-width: 768px) {
	.image-text__image img {
		width: max-content;
		max-width: 1000px
	}
}

@media (min-width: 768px) {
	.image-text__image {
		margin-top: none
	}
}

.image-text__inner {
	grid-area: content
}

.image-text__inner>*:not(:first-child) {
	margin-top: 1rem
}

.image-text__title {
	color: #031732;
	font-size: 3.4375rem;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	letter-spacing: -.17188rem
}

.image-text__body {
	color: var(--text-normal);
	font-family: Onest;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 137.5%;
	letter-spacing: -.0225rem
}

.hero-image {
	margin-top: 40px;
	max-width: 640px;
	height: auto
}

@media screen and (min-width: 768px) {
	.hero-image {
		margin-top: 0
	}
}

.hero__button {
	margin-top: 1rem
}

.hero-wrapper {
	margin-top: 30px
}

@media (min-width: 768px) {
	.hero-wrapper {
		margin-top: 60px;
		display: flex
	}
}

.hero-title {
	margin-top: 2rem
}

.cta-banner {
	font-size: .875rem;
	border-radius: 44px;
	box-shadow: 0 0 0 1px #0000000d, 0 1px 2px #0000001f;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	overflow: hidden;
	justify-content: center;
	flex-wrap: wrap;
	padding: 8px;
	width: 100%;
	transition: all .1s ease-in-out
}

.cta-banner:hover {
	background-color: #fafafa;
	box-shadow: 0 0 0 1px #00000014, 0 1px 2px #00000030
}

@media (min-width: 640px) {
	.cta-banner {
		width: auto;
		padding: 6px 24px
	}
}

.cta-icon {
	aspect-ratio: 1;
	object-fit: contain;
	object-position: center;
	width: 24px;
	align-self: stretch;
	margin: auto 0
}

.cta-message {
	color: #000;
	font-weight: 600;
	align-self: stretch;
	margin: auto 0
}

.cta-link {
	align-self: stretch;
	color: #0a6df2;
	font-weight: 500;
	margin: auto 0;
	cursor: pointer;
	gap: 4px
}

.bulletpoints {
	margin-top: 1rem;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 14px
}

.bulletpoint {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px
}

.bulletpoint-icon {
	width: 24px;
	height: 24px;
	position: relative
}

.bulletpoint-icon :global(svg) {
	width: 100%;
	height: 100%
}

.bulletpoint-title {
	color: #000;
	font-size: 16px;
	font-family: Onest;
	font-weight: 500;
	line-height: 26px;
	word-wrap: break-word
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.testimonials {
	margin-top: 24px;
	width: 100%;
	padding-bottom: var(--container-horizontal-padding);
	padding-left: var(--container-vertical-padding)
}

@media (min-width: 768px) {
	.testimonials {
		padding-left: calc((100vw - var(--container-maxWidth) + var(--container-vertical-padding)) / 2)
	}
}

.testimonials__container {
	position: relative;
	width: 100%;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.testimonials__container::-webkit-scrollbar {
	display: none
}

.testimonials__track {
	display: flex;
	gap: 24px;
	width: 100%;
	padding: 4px 0
}

.testimonials__spacer {
	flex: 0 0 calc((100% - 400px)/2);
	min-width: 40px
}

.testimonials__card {
	scroll-snap-align: center;
	scroll-snap-stop: always;
	width: 400px;
	min-width: 400px;
	flex: 0 0 400px;
	padding: 24px;
	background: #fff;
	box-shadow: inset 0 0 0 1px #0000000d;
	border-radius: 14px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 320px
}

@media (hover: hover) {
	.testimonials__card {
		transition: transform .2s ease
	}

	.testimonials__card:hover {
		transform: translateY(-2px)
	}
}

.testimonials__content {
	display: flex;
	flex-direction: column;
	gap: 24px
}

.testimonials__avatar {
	width: 42px;
	height: 42px;
	border-radius: 9999px;
	background: #d9d9d9;
	object-fit: cover
}

.testimonials__quote {
	color: #000;
	font-size: 16px;
	font-family: Onest, sans-serif;
	font-weight: 500;
	line-height: 26px
}

.testimonials__author {
	margin-top: 24px
}

.testimonials__author-name {
	color: #000;
	font-size: 14px;
	font-family: Onest, sans-serif;
	font-weight: 500;
	line-height: 26px
}

.testimonials__author-role {
	color: #717171;
	font-size: 14px;
	font-family: Onest, sans-serif;
	font-weight: 400;
	line-height: 26px
}

@media (max-width: 768px) {
	.testimonials {
		margin-top: 40px;
		margin-inline: 0
	}

	.testimonials__spacer {
		flex: 0 0 24px;
		min-width: 24px
	}

	.testimonials__card {
		width: 300px;
		min-width: 300px;
		flex: 0 0 300px
	}
}

@keyframes up-rotate {
	0% {
		animation-timing-function: cubic-bezier(.16, -.88, .97, .53);
		transform: translateY(0)
	}

	30% {
		transform-origin: center;
		animation-timing-function: cubic-bezier(.34, 1.56, .64, 1);
		transform: translateY(-10px)
	}

	to {
		transform-origin: center;
		transform: translateY(-10px) rotate(45deg) scale(.9)
	}
}

@keyframes down-rotate {
	0% {
		animation-timing-function: cubic-bezier(.16, -.88, .97, .53);
		transform: translateY(0)
	}

	30% {
		transform-origin: center;
		animation-timing-function: cubic-bezier(.34, 1.56, .64, 1);
		transform: translateY(10px)
	}

	to {
		transform-origin: center;
		transform: translateY(10px) rotate(-45deg) scale(.9)
	}
}

@keyframes hide {
	29% {
		opacity: 1
	}

	30% {
		opacity: 0
	}

	to {
		opacity: 0
	}
}

@media (min-width: 768px) {
	#menu {
		display: none
	}
}

#menu #top-line,
#menu #bottom-line,
#menu #middle-line {
	transform-box: fill-box;
	transform-origin: center
}

#menu.active #top-line {
	animation: down-rotate .25s var(--transition-easeOutSin) both
}

#menu.active #bottom-line {
	animation: up-rotate .25s var(--transition-easeOutSin) both
}

#menu.active #middle-line {
	animation: hide .25s var(--transition-easeOutSin) forwards
}

.navbar__menu {
	color: var(--text-muted, #36394a);
	font-size: .875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -.04375rem
}

@media (min-width: 768px) {
	.navbar__menu {
		display: none
	}
}

.navbar__menu__language {
	display: flex;
	padding: 10px;
	gap: .5rem
}

.navbar__menu__language:hover {
	color: var(--primary-color)
}

.navbar__menu__link {
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .5rem;
	display: block;
	opacity: 0;
	transition: opacity .25s ease-out
}

.navbar__menu__link span svg {
	width: 1rem
}

.navbar__menu__link:hover,
.navbar__menu__link--active {
	color: var(--primary-color)
}

.navbar__menu__wrapper {
	display: grid;
	justify-content: start;
	background: #fafafa;
	grid-template-rows: 0fr;
	border-bottom: 1px solid rgba(0, 0, 0, .0196078431);
	overflow: hidden;
	transition: grid-template-rows .25s var(--transition-easeOutSin)
}

.navbar__menu__wrapper--open {
	grid-template-rows: 1fr
}

.navbar__menu__wrapper--open a {
	opacity: 1
}

.navbar {
	z-index: 20
}

.navbar__logo {
	display: flex
}

.navbar__wrapper {
	display: grid;
	align-items: center;
	padding-block: 1rem;
	justify-content: space-between;
	grid-template-columns: 1fr 3fr
}

.navbar__cta {
	display: flex;
	align-items: center;
	gap: 1rem;
	justify-content: end
}

.navbar__cta__lang {
	display: none
}

@media (min-width: 640px) {
	.navbar__cta__lang {
		display: flex
	}
}

.navbar__cta__burger {
	border: none
}

.navbar__cta__search {
	border-radius: 6.1875rem;
	background: #fff;
	box-shadow: 0 0 0 1px #0000000f, 0 1px #0000001f;
	display: flex;
	padding: .4rem .75rem;
	justify-content: center;
	align-items: center;
	gap: .625rem;
	color: var(--text-muted, #36394a);
	font-size: .875rem;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -.04375rem
}

.navbar__cta__divider {
	all: unset;
	height: 1rem;
	border: .5px solid var(--divider-color)
}

.navbar__links {
	margin-left: 1rem;
	align-items: center;
	display: none;
	color: var(--text-muted, #36394a);
	font-size: .875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -.0375rem
}

.navbar__links a.navbar__link {
	display: flex;
	align-items: center;
	gap: .5rem
}

.navbar__links a:hover {
	color: var(--primary-color);
	transition: color .35s ease-out
}

.navbar__links a.navbar__link--active {
	color: var(--primary-color)
}

.navbar--with-border {
	border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.navbar--with-bg {
	background: #fff
}

@media (min-width: 768px) {
	.navbar__wrapper {
		grid-template-columns: 1fr 2fr 1fr
	}

	.navbar__links {
		gap: 1.25rem;
		justify-content: center;
		display: flex;
		align-items: center;
		flex: 1 0 0
	}
}

.footer {
	width: 100%;
	height: 100%;
	background: #f6f8fa;
	display: inline-flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start
}

.footer__container {
	align-self: stretch;
	height: 328px;
	padding: 32px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

@media (min-width: 768px) {
	.footer__container {
		padding-left: 336px;
		padding-right: 336px
	}
}

.footer__content {
	align-self: stretch;
	height: 264px;
	display: flex;
	flex-direction: column;
	gap: 40px
}

.footer__left {
	width: 100%;
	max-width: 768px;
	display: flex;
	flex-direction: column;
	gap: 15px
}

.footer__logo {
	width: 142px;
	height: 50px;
	display: flex;
	align-items: center
}

.footer__logo img {
	width: 51.82px;
	height: 40px
}

.footer__info {
	align-self: stretch;
	height: 128px;
	display: flex;
	flex-direction: column;
	gap: 14px
}

.footer__title {
	color: #0a0a0a;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px
}

.footer__subtitle {
	color: #565656;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px
}

.footer__contact {
	display: flex;
	flex-direction: column;
	gap: 8px
}

.footer__phone,
.footer__email {
	display: flex;
	align-items: center;
	gap: 8px
}

.footer__phone-number {
	color: #1d4ed8;
	font-size: 16px;
	font-weight: 700
}

.footer__email-text {
	color: #696969;
	font-size: 16px;
	font-weight: 400
}

.footer__icon {
	width: 22px;
	height: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2.5px 4px;
	cursor: pointer;
	transition: opacity .2s ease
}

.footer__icon:hover {
	opacity: .7
}

.footer__icon.copied svg path {
	fill: #1d4ed8
}

.footer__icon-inner {
	flex: 1;
	padding-bottom: 3px
}

.footer__icon-bg {
	height: 13.71px;
	background: #696969;
	position: relative;
	left: .14px;
	top: .15px
}

.footer__bottom {
	width: 100%;
	padding-block: 10px 24px
}

.footer__divider {
	width: 100%;
	height: 1px;
	background: #0000001a;
	margin-bottom: 10px
}

.footer__copyright {
	color: #666;
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	line-height: 21px
}

.cta-image {
	margin-top: 40px;
	max-width: 640px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	width: max-content;
	max-width: 700px
}

@media screen and (min-width: 768px) {
	.cta-image {
		margin-top: 0
	}
}

.cta__button {
	margin-top: .5rem
}

.cta-image-wrapper {
	position: relative;
	width: 100%;
	height: 100%
}

.cta-wrapper {
	border-radius: 2.625rem;
	overflow: hidden;
	padding: 2.625rem;
	min-height: 440px;
	background: linear-gradient(0deg, #fafafa 0% 100%), url(<path-to-image>) #d3d3d3 50%/cover no-repeat
}

@media (min-width: 768px) {
	.cta-wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr
	}
}

.terminals {
	flex-wrap: wrap;
	gap: 2.5rem;
	margin-top: 2rem;
	display: grid
}

@media (min-width: 640px) {
	.terminals {
		grid-template-columns: repeat(2, 1fr)
	}
}

.terminals__card {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 27px
}

.terminals__image-wrapper {
	width: 100%;
	height: 325px;
	background: #f6f8fa;
	border-radius: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden
}

.terminals__image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 14px;
	padding: 1rem
}

.terminals__content {
	display: flex;
	flex-direction: column;
	gap: 12px
}

.terminals__title {
	color: #0b0b0d;
	font-size: 18px;
	font-family: Onest;
	font-weight: 500;
	line-height: 20px;
	margin: 0
}

.terminals__description {
	color: #6c7574;
	font-size: 16px;
	font-family: Onest;
	font-weight: 400;
	line-height: 26px;
	margin: 0
}

.terminals__pricing {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: auto
}

.terminals__price {
	color: #0b0b0d;
	font-size: 20px;
	font-family: Onest;
	font-weight: 500;
	line-height: 20px
}

.terminals__monthly {
	display: flex;
	align-items: center;
	gap: 4px
}

.terminals__monthly-amount {
	color: #0b0b0d;
	font-size: 20px;
	font-family: Onest;
	font-weight: 500;
	line-height: 20px
}

.terminals__monthly-label {
	color: #404245;
	font-size: 14px;
	font-family: Onest;
	font-weight: 400;
	line-height: 14px
}

.nav {
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	padding: 10px 0
}

.nav__container {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 120px
}

@media (max-width: 768px) {
	.nav__container {
		padding: 0
	}
}

.nav__scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none
}

@media (min-width: 640px) {
	.nav__scroll {
		display: flex;
		justify-content: center
	}
}

.nav__scroll::-webkit-scrollbar {
	display: none
}

@media (max-width: 768px) {
	.nav__scroll {
		padding: 0 20px
	}
}

.nav__links {
	display: flex;
	align-items: center;
	gap: 34px;
	width: max-content;
	padding: 4px 0
}

.nav__link {
	color: #000;
	font-size: 14px;
	font-family: Onest;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
	transition: opacity .2s ease;
	white-space: nowrap
}

.nav__link:hover {
	opacity: .7
}

.partners__title[data-astro-cid-m4k3d7mp] {
	color: var(--text-body, #575757);
	font-family: Onest;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -.0225rem;
	text-align: center;
	margin-bottom: 1rem
}

@media (min-width: 640px) {
	.partners__title[data-astro-cid-m4k3d7mp] {
		margin-bottom: 2rem
	}
}

.partners__grid[data-astro-cid-m4k3d7mp] {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin: 0 auto
}

.partners__row[data-astro-cid-m4k3d7mp] {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6rem;
	flex-wrap: wrap
}

@media (max-width: 768px) {
	.partners__row[data-astro-cid-m4k3d7mp] {
		gap: 1rem
	}
}

.partners__logo[data-astro-cid-m4k3d7mp] {
	max-width: 100px;
	height: auto
}

@media (max-width: 768px) {
	.partners__logo[data-astro-cid-m4k3d7mp] {
		max-width: 100px
	}
}


.thank-you__title {
	margin-top: 4.25rem
}

.thank-you__wrapper {
	background: #fafafa;
	display: block;
	border-radius: 2.625rem;
	padding: 4rem;
	max-width: 1240px;
	max-height: 779px;
	overflow: hidden;
	margin-inline: .5rem;
	margin-top: 1rem
}

.thank-you__wrapper img {
	height: 100%;
	max-width: 1028px;
	margin-top: 3rem;
	display: block;
	margin-inline: auto
}

@media (min-width: 640px) {
	.thank-you__wrapper {
		margin-inline: 2rem
	}
}

@media (min-width: 1240px) {
	.thank-you__wrapper {
		margin-inline: auto
	}
}

.thank-you__header {
	height: 3rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1.5rem;
	text-align: center
}

a.btn {
	cursor: pointer;
}