
	.hero-img.svelte-ouu5sk {
		/* max-width: 400px; */
		/* border-radius: 15px; */
		object-fit: cover;
		/* animation: scaleBreathe 4s infinite ease-in-out; */
	}

	.surface.svelte-fbea70 {
		align-items: stretch;
		justify-content: stretch;
		width: 100%;
	}
	.heroButtonsWrap.svelte-fbea70 {
		margin-top: 0.5em;
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 1em;
		flex-wrap: wrap;
		justify-content: center;
	}

	.container.svelte-fbea70 {
		width: 100%;
		height: 100%;
		height: 300px;

		width: 100%;
		/* max-width: 95%; */

		/* flex: 1; */
		overflow: hidden;
		/* border-radius: var(--surface-border-radius); */
		/* min-width: 100px; */
		display: flex;
		align-items: stretch;
		justify-content: stretch;
	}

	.wrap.svelte-dqsfyo {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 2em;
		width: 500px;
		max-width: 100%;
	}
