html {
	overflow-x:hidden
}
img.wp-image-23 {
    transition: .2s ease;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 0%);
}
img.wp-image-23:hover {
    transform: scale(1.07);
    filter: brightness(1.1);
    box-shadow: 0px 20px 10px rgb(0 0 0 / 30%);
}
.cover-bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: radial-gradient(transparent 0%, #2A2E30 80%);
    z-index: 0;
	top: 0;
	left: 0;
}
header.wp-block-template-part {
    position: absolute;
    z-index: 9;
    width: calc(100vw - 60px);
}

.blur-bg {
	backdrop-filter: blur(360px);
	-webkit-backdrop-filter: blur(360px);
}

.wp-site-blocks :is(input[type="text"], input[type="email"], input[type="number"], textarea) {
    background: rgb(255 255 255 / 5%);
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 5px;
}
div.fm_empty_margin {
    margin-top: 0px;
}
button.button-submit {
    width: 100%;
    padding: 12px 16px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 3px 2px rgb(0 0 0 / 25%);
    color: white;
    background: linear-gradient(180deg, #23E173, #069D42);
    border: unset;
    border-radius: 5px;
    margin: unset !important;
}
.cover-bg > img {
	z-index: -1;
}
div.captcha_refresh {
    filter: invert(1);
}
img.captcha_img {
    width: 140px;
}
.wdform-element-section.wd-flex.wd-flex-row {
    flex-wrap: wrap;
    gap: 10px;
}
@media (max-width: 600px) {
	h1 {
		font-size: 30px!important;
	}
	header.wp-block-template-part {
		width: calc(100vw - 10vw);
	}
	header.wp-block-template-part img.custom-logo{
		width: 170px;
	}
}