.rcm-submit-event,
.rcm-submit-event * {
	box-sizing: border-box;
}

.rcm-submit-event {
	background: #fff;
	padding: 18px 0 52px;
}

.rcm-submit-event__shell {
	width: calc(100% - 32px);
	max-width: 1261px;
	margin: 0 auto;
}

.rcm-submit-event__hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 283px;
	border-radius: 6px;
	background-color: #d9d9d9;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

.rcm-submit-event__hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(271deg, rgba(152, 129, 202, 0) 0.82%, #7153b0 99.63%);
}

.rcm-submit-event__hero-title {
	position: relative;
	z-index: 1;
	margin: 0;
	color: #fff;
	font-family: Manrope, sans-serif;
	font-size: 28.42px;
	font-weight: 700;
	line-height: 41.208px;
	text-align: center;
}

.rcm-submit-event__card {
	background: #f5f5f5;
	border-radius: 10px;
	box-shadow: 0 0 60px 30px rgba(0, 0, 0, 0.03);
	display: grid;
	grid-template-columns: 511px minmax(0, 1fr);
	gap: 28px;
	padding: 26px 22px 26px 12px;
	min-height: 667px;
	margin-top: 39px;
}

.rcm-submit-event__policy {
	background: #7153b0;
	border-radius: 10px;
	min-height: 615px;
	padding: 52px 40px 17px;
	display: flex;
	flex-direction: column;
}

.rcm-submit-event__title {
	margin: 0;
	color: #fcfcfc;
	font-family: "Proxima Nova", Manrope, sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
}

.rcm-submit-event__policy-content {
	margin-top: 64px;
	max-width: 387px;
	color: #ffffff;
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: 22px;
}

.rcm-submit-event__policy-lead {
	margin: 0 0 22px;
}

.rcm-submit-event__policy-lead strong {
	font-weight: 600;
}

.rcm-submit-event__policy-must {
	margin: 0 0 0;
	font-weight: 700;
	line-height: 22px;
}

.rcm-submit-event__policy-list {
	margin: 0 0 22px;
	padding: 0 0 0 24px;
	list-style: disc;
}

.rcm-submit-event__policy-list li {
	margin: 0;
	padding: 0;
	line-height: 22px;
}

.rcm-submit-event__policy-email {
	color: inherit;
	font-weight: 300;
	font-style: italic;
	text-decoration: underline;
	text-decoration-color: rgba(255, 255, 255, 0.55);
	text-underline-offset: 2px;
}

.rcm-submit-event__policy-email:hover,
.rcm-submit-event__policy-email:focus {
	text-decoration-color: #ffffff;
}

.rcm-submit-event__policy-email:focus-visible {
	outline: 2px solid #ffffff;
	outline-offset: 2px;
}

.rcm-submit-event__policy-foot {
	margin: 0;
	line-height: 22px;
}

.rcm-submit-event__policy-note {
	margin: auto 0 0;
	max-width: 419px;
	color: rgba(255, 255, 255, 0.79);
	font-family: Inter, sans-serif;
	font-size: 12px;
	font-weight: 300;
	line-height: 15px;
}

.rcm-submit-event__content {
	padding: 0 6px 0 5px;
}

.rcm-submit-event__intro {
	margin: 0 0 40px;
	max-width: 597px;
	color: #7153b0;
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

.rcm-submit-event__form {
	max-width: 595px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 39px;
	row-gap: 45px;
}

.rcm-submit-event__notice {
	grid-column: 1 / -1;
	border-radius: 8px;
	padding: 10px 12px;
	font-family: Inter, sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
}

.rcm-submit-event__notice--success {
	background: #e8f7ea;
	color: #166b2f;
}

.rcm-submit-event__notice--error {
	background: #fdebec;
	color: #8f1f25;
}

.rcm-submit-event__field {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.rcm-submit-event__label {
	color: #7153b0;
	font-family: Inter, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
}

.rcm-submit-event__label--upload {
	display: block;
}

.rcm-submit-event__label-hint {
	color: #7153b0;
	font-family: Inter, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 20px;
}

.rcm-submit-event__field input[type="text"],
.rcm-submit-event__field input[type="url"],
.rcm-submit-event__field textarea {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #8d8d8d;
	background: transparent;
	outline: none;
	padding: 0 0 8px;
	margin: 0;
	color: #8d8d8d;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.rcm-submit-event__field input[type="text"]::placeholder,
.rcm-submit-event__field input[type="url"]::placeholder,
.rcm-submit-event__field textarea::placeholder {
	color: #8d8d8d;
	opacity: 1;
}

.rcm-submit-event__field input[name="event_type"] {
	color: #8d8d8d;
}

.rcm-submit-event__field--upload {
	gap: 8px;
}

.rcm-submit-event__upload-box {
	height: 31px;
	border: 1px solid #8d8d8d;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 6px;
}

.rcm-submit-event__upload-box input[type="file"] {
	position: absolute;
	inset: 0;
	opacity: 0;
	cursor: pointer;
}

.rcm-submit-event__upload-icon {
	display: inline-flex;
	width: 22px;
	height: 22px;
	align-items: center;
	justify-content: center;
	color: #7153b0;
}

.rcm-submit-event__field--full {
	grid-column: 1 / -1;
	gap: 5px;
	margin-top: 0;
}

.rcm-submit-event__field--full textarea {
	min-height: 31px;
	height: 31px;
	padding: 5px 0 5px;
	line-height: 20px;
	resize: none;
	overflow: hidden;
	box-sizing: border-box;
}

.rcm-submit-event__field--full textarea::placeholder {
	color: #8d8d8d;
	font-family: Inter, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	opacity: 1;
}

.rcm-submit-event__policy-check {
	grid-column: 1 / -1;
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 0;
}

.rcm-submit-event__policy-title {
	margin: 0;
	color: #011c2a;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}

.rcm-submit-event__checkbox {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	position: relative;
	cursor: pointer;
}

.rcm-submit-event__checkbox input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.rcm-submit-event__checkbox-indicator {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 1.5px solid #7153b0;
	background: transparent;
	position: relative;
	flex: 0 0 13px;
}

.rcm-submit-event__checkbox-indicator::after {
	content: "";
	position: absolute;
	left: 4px;
	top: 2px;
	width: 3px;
	height: 6px;
	border: solid #ffffff;
	border-width: 0 1px 1px 0;
	transform: rotate(45deg);
}

.rcm-submit-event__checkbox input:not(:checked) + .rcm-submit-event__checkbox-indicator::after {
	opacity: 0;
}

.rcm-submit-event__checkbox input:checked + .rcm-submit-event__checkbox-indicator {
	background: #7153b0;
	border-color: #7153b0;
}

.rcm-submit-event__checkbox-label {
	color: #7153b0;
	font-family: Inter, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
}

.rcm-submit-event__actions {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 28px;
}

.rcm-submit-event__email {
	margin: 0;
	color: #011c2a;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}

.rcm-submit-event__email a {
	color: #011c2a;
	font-weight: 400;
	text-decoration: underline;
	text-decoration-skip-ink: none;
}

.rcm-submit-event__submit {
	width: 199px;
	height: 50px;
	border: 0;
	border-radius: 13px;
	background: #7153b0;
	color: #ffffff;
	font-family: Manrope, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 14px;
	cursor: pointer;
}

.rcm-submit-event__submit:hover,
.rcm-submit-event__submit:focus {
	background: #5f469f;
}

.rcm-submit-event__ad {
	width: min(920px, calc(100% - 20px));
	height: 70px;
	margin: 39px auto 0;
	border-radius: 12px;
	background: #f1f1f1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rcm-submit-event__ad span {
	color: #000000;
	font-family: Inter, sans-serif;
	font-size: 28.59px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}

@media (max-width: 1279px) {
	.rcm-submit-event__card {
		grid-template-columns: 430px minmax(0, 1fr);
		padding: 22px 20px;
	}

	.rcm-submit-event__policy {
		padding: 52px 32px 18px;
	}

	.rcm-submit-event__policy-content {
		margin-top: 48px;
		max-width: none;
	}

	.rcm-submit-event__policy-note {
		max-width: none;
	}
}

@media (max-width: 1024px) {
	.rcm-submit-event {
		padding-top: 22px;
	}

	.rcm-submit-event__hero {
		min-height: 245px;
	}

	.rcm-submit-event__card {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.rcm-submit-event__policy {
		min-height: 0;
	}

	.rcm-submit-event__content {
		padding: 0;
	}

	.rcm-submit-event__form {
		max-width: none;
	}
}

@media (max-width: 767px) {
	.rcm-submit-event__shell {
		width: calc(100% - 20px);
	}

	.rcm-submit-event__hero {
		min-height: 210px;
	}

	.rcm-submit-event__hero-title {
		font-size: 28px;
		line-height: 1.35;
	}

	.rcm-submit-event__title {
		font-size: 34px;
	}

	.rcm-submit-event__form {
		grid-template-columns: 1fr;
		row-gap: 20px;
	}

	.rcm-submit-event__actions {
		flex-direction: column;
		align-items: flex-start;
	}

	.rcm-submit-event__submit {
		width: 100%;
	}

	.rcm-submit-event__ad {
		height: 58px;
		margin-top: 30px;
	}

	.rcm-submit-event__ad span {
		font-size: 24px;
	}
}
