header.lander {
	background-attachment: scroll;
}

section.first.lander {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

section.first.lander .textwrapper {
	text-align: left;
	width: 30%;
	max-width: 400px;
	min-width: 240px;
	margin: 0;
	margin-top: 1.5rem;
	margin-right: 1.5rem;
}

section.first.lander .textwrapper.long {
	margin-right: 3rem;
}

section.first.lander .textwrapper.long > .title {
	margin-right: -1rem;
}

section.first.lander .textwrapper ul {
	list-style: disc;
}

section.first.lander .textwrapper li {
	margin-bottom: 1rem;
}

.formfill button {
	visibility: visible !important;
	animation: none;
}

.right-wrap {
	width: 100%;
	max-width: 960px;
	min-width: 25rem;
}

.embed-wrapper {
	width: 100%;
	overflow-y: scroll;
	background-color: var(--l-gray);
	background: linear-gradient(var(--l-gray), var(--l-gray), var(--gray3));
	box-shadow: var(--shadow-hover);
	border-radius: var(--radius-big);
	position: relative;
	transition: opacity var(--ease);
	z-index: 14;
}

.embed-wrapper.png {
	height: 85vh;
}

.embed-wrapper.png img {
	width: 100%;
}

.embed-wrapper .formfill {
	margin-top: calc(-15rem + -25vw);
	position: relative;
}

.embed-wrapper iframe {
	border: none;
	margin: 0;
	width: calc(100% + 1px);
	height: 85vh;
	margin-bottom: -5px;
	transition: var(--ease);
	animation: show 0.3s both;
	animation-delay: 0.5s;
}

.right-wrap button.big {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

@media screen and (max-width: 850px), screen and (max-device-width: 850px) {
	section.first.lander {
		flex-direction: column;
	}

	section.first.lander .textwrapper {
		box-sizing: border-box;
		width: 100%;
		max-width: 770px;
		margin: 0;
		padding: 1.5rem;
	}

	section.first.lander .textwrapper.long > .title {
		margin-right: auto;
	}

	.embed-wrapper.png {
		height: auto !important;
		overflow: hidden;
	}

	.embed-wrapper iframe {
		height: 70vh;
	}
}

@media screen and (max-width: 550px), screen and (max-device-width: 550px) {
	.right-wrap {
		min-width: 280px;
	}

	.embed-wrapper .formfill {
		margin-top: calc(-5rem + -15vw);
	}
}
