header .custom-logo-link img {
	position: relative;
    top: 40px;
    z-index: 99;
}
.mb-center .wp-block-image img {
	object-fit: contain;
}
.wp-site-blocks :is(input[type="text"], input[type="number"], input[type="email"], textarea) {
    border-radius: 10px;
    margin-top: 10px;
    border: 1px solid rgb(255 255 255 / 40%);
}
input.captcha_input {
    width: 100px !important;
    margin-left: 10px;
}
button.button-submit {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 7px 30px;
    color: white;
    font-family: 'DM Sans';
    text-shadow: 0px 2px 7px rgb(0 0 0 / 30%);
    border-radius: 5px;
    border: 2px solid #F67E03;
    background: radial-gradient(97.93% 212.47% at 50.53% 65.71%, #F7A403 0%, #F67E03 79.4%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
img.captcha_img {
    width: 120px;
    margin-right: 10px;
}
div.captcha_refresh {
    filter: invert(1);
}
@media (min-width: 993px) {
	.games-images .game-1 img {
		width: 42vw;
		right: -230px;
		max-width: 830px;
		position: relative;
	}
	.games-images .game-2 img {
		width: 50vw;
		max-width: 920px;
		position: relative;
		right: -140px;
		top: -30px;
	}
}
@media (max-width: 992px) {
	h1 {
		font-size: 42px!important;
	}
	.info-column .mb-center {
		text-align: center;
	}
	.games-images .game-1 img {
		position: relative;
		right: -80px;
		max-width: 600px;
		width: 80vw;
	}
	.games-images .game-2 img {
		position: relative;
		right: 0px;
		top: -20px;
		max-width: 600px;
		width: 87vw;
	}
}
@media (max-width: 600px) {
	h1 {
		font-size: 35px!important;
	}
	header img.custom-logo {
		height: 100px;
		object-fit: contain;
		top: 35px;
	}
}