.embed-layout {
	padding-block: 80px;
	scroll-margin-top: calc(var(--pk-header-height) + 40px);
}

.embed-layout .pk-grid-container {
	row-gap: 40px;
}

.embed-layout .pk-grid-container .pk-text {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.embed-layout .embed {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	border-radius: 5px;
}

.embed-layout .embed > * {
	display: block;
	width: 100%;
	max-width: 100%;
	border: none;
	border-radius: 5px;
	overflow: hidden;
}

.embed-layout .embed iframe,
.embed-layout .embed form,
.embed-layout .embed .gf_browser_chrome,
.embed-layout .embed .gform_wrapper {
	width: 100%;
	max-width: 100%;
}

.embed-layout .embed iframe {
	min-height: clamp(720px, 80vh, 980px);
}

@media screen and (max-width: 992px) {
	
	.embed-layout {
		padding-block: 60px;
	}
	
}

@media screen and (max-width: 768px) {
	
	.embed-layout {
		padding-block: 0px;
	}

}
