.wn-cont {
	width: 100%;
	box-sizing: border-box;
}

.wn-cont h3 {
	font-family: 'Sora', sans-serif;
	font-weight: 600;
	font-size: 36px;
	line-height: 46px;
	margin-bottom: 20px;
}

.wn-cont input[type=text] {
	width: 1137px;
	height: 60px;
	border-radius: 4px 0 0 4px; 
	border: none;
	box-sizing: border-box;
	padding: 0 15px;
}

.wn-cont input[type=submit] {
	width: 181px;
	height: 60px;
	background-color: #D32732;
	color: white;
	text-transform: none;
	border-radius: 0 4px 4px 0;
	border: none; 
	flex-shrink: 0;
	cursor: pointer;
	transition: all 0.3s ease;
}

.wn-cont input[type=submit]:hover {
	background-color: white;
	color: black;
	border: 1px solid #FFD633;
}

.input-row {
	display: flex;
	width: 100%;
	max-width: 1318px;
}

#checkbox {
	margin-top: 24px;
	color: black;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	display: block;
}

#container-8242 .default-container-content {
	width: 100%;
	max-width: 1422px;
	height: auto;
	min-height: 290px;
	background-color: #FFD633;
	padding: 52px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
}

#container-8242 .default-container-content > * {
	position: relative;
	z-index: 1;
}

#container-8242 .default-container-content::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 144.5px;
	height: 100%;
	background-color: rgba(255, 250, 228, 0.52);
	clip-path: ellipse(144.5px 144.5px at 100% 50%);
	pointer-events: none;
	z-index: 0;
}

.sf-ch-default {
	background: none;
	border-radius: 8px;
	border-color: black;
}

@media all and (max-width: 480px) {
	.input-row {
		flex-direction: column;
		gap: 10px;
	}

	.wn-cont input[type=text],
	.wn-cont input[type=submit] {
		width: 100%;
		height: 50px;
		border-radius: 4px;
	}

	.wn-cont h3 {
		font-size: 22px;
		line-height: 28px;
		text-align: center;
		margin-bottom: 15px;
	}

	#checkbox {
		font-size: 14px;
		line-height: 22px;
		margin-top: 12px;
	}

	#container-8242 .default-container-content {
		padding: 20px;
        width: 90%;
	}

	#container-8242 .default-container-content::after {
		width: 80px;
		clip-path: ellipse(80px 80px at 100% 50%);
	}
}

@media all and (min-width: 481px) and (max-width: 768px) {
	.input-row {
		flex-direction: column;
		gap: 15px;
	}

	.wn-cont input[type=text],
	.wn-cont input[type=submit] {
		width: 100%;
		height: 50px;
		border-radius: 4px;
	}

	.wn-cont h3 {
		font-size: 28px;
		line-height: 36px;
		text-align: center;
		margin-bottom: 20px;
	}

	#checkbox {
		font-size: 16px;
		line-height: 24px;
		margin-top: 15px;
	}

	#container-8242 .default-container-content {
		padding: 30px 20px;
        width: 90%;
	}

	#container-8242 .default-container-content::after {
		width: 50%;
		height: 110%;
		clip-path: ellipse(100px 100px at 100% 50%);
	}
}

@media all and (min-width: 769px) and (max-width: 836px) {
	.input-row {
		max-width: 100%;
        display: flex;
		justify-content: space-between;
	}

	.wn-cont input[type=text] {
		width: 300% !important;
	}

	.wn-cont input[type=submit] {
		width: 20%;
	}
}

@media all and (min-width: 769px) and (max-width: 1024px) {
	.input-row {
		max-width: 100%;
        display: flex;
		justify-content: space-between;
	}

	.wn-cont input[type=text] {
		width: 323%;
	}

	.wn-cont input[type=submit] {
		width: 20%;
	}

	.wn-cont h3 {
		font-size: 32px;
		line-height: 40px;
	}

	#container-8242 .default-container-content {
		max-width: 90%;
		padding: 40px;
	}
}

@media all and (min-width: 1305px) and (max-width: 1366px) {
	.input-row {
		max-width: 100%;
        display: flex;
		justify-content: space-between;
	}

	.wn-cont input[type=text] {
		width: 450% !important;
	}

	.wn-cont input[type=submit] {
		width: 20%;
	}
}


@media all and (min-width: 1025px) and (max-width: 1366px) {
	.input-row {
		max-width: 100%;
        display: flex;
		justify-content: space-between;
	}

	.wn-cont input[type=text] {
		width: 386%;
	}

	.wn-cont input[type=submit] {
		width: 20%;
	}

	.wn-cont h3 {
		font-size: 30px;
		line-height: 48px;
	}

	#container-8242 .default-container-content {
		max-width: 90%;
		padding: 60px;
	}
}

@media all and (min-width: 1367px) and (max-width: 1920px) {
	.input-row {
		max-width: 100%;
        display: flex;
		justify-content: space-between;
	}

	.wn-cont input[type=text] {
		width: 400%;
	}

	.wn-cont input[type=submit] {
		width: 20%;
	}
	#container-8242 .default-container-content {
		max-width: 90%;
		padding: 70px;
	}
    #container-8242 .default-container-content::after {
        height: 100%;
	}
}
