.opencall {

}

.opencall .header {
	position: relative;
	min-height: 100dvh;
}

.opencall .header .in {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 90%;
	width: 1140px;
}

.opencall .header .in p.title {
	color: #FFF;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: Bender;
	font-size: 200px;
	font-style: normal;
	font-weight: 900;
	line-height: 110px; /* 55% */
	letter-spacing: 10px;
	margin: 0 auto;
	text-transform: uppercase;
}

.opencall .module-section {
	padding-bottom: 100px;
}

.opencall .module-section .module {
	color: #6FCFA3;
	margin: 75px auto 45px auto;
	font-family: "Space Grotesk";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 111%; /* 16.65px */
	text-transform: uppercase;
}

.opencall .module-section .flex-container {
	display: flex;
	justify-content: space-between;
	align-items: top;
}

.opencall .module-section .flex-container .half {
	width: 50%;
}

.opencall .module-section .flex-container .half h2 {
	color: #000;
	margin: 0 auto 0 0;
	max-width: 550px;
	leading-trim: both;
	text-edge: cap;
	font-family: "Space Grotesk";
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: 97%;
}

.opencall .module-section .flex-container .half p {
	color: #000;
	leading-trim: both;
	text-edge: cap;
	font-family: "Space Grotesk";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 133%; /* 26.6px */
	margin: 0 auto 56px auto;
}

.opencall .module-section .flex-container .half a.btn {
	display: flex;
	justify-content: space-between;
	font-family: "Space Grotesk";
	gap: 12px;
	align-items: center;
	padding: 16px 20px;
	background: #DEFC52;
	transition: 300ms;
	max-width: 200px;
}

.opencall .module-section .flex-container .half a.btn span {
	font-family: "Space Grotesk";
	gap: 12px;
	align-items: center;
	padding: 16px 20px;
	background: #DEFC52;
	transition: 300ms;
}

.opencall .form {
	padding: 70px 0;
}

.opencall .form p {
	padding: 50px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #000;
	font-family: "Space Grotesk";
	font-size: 80px;
	font-style: normal;
	font-weight: 600;
	line-height: 111%; /* 88.8px */
}

.opencall .form p a {
	color: #000;
	display: block;
	font-family: "Space Grotesk";
	font-size: 160px;
	font-style: normal;
	font-weight: 700;
	line-height: 111%; /* 177.6px */
	transition: 300ms;
}

@media only screen and (min-width: 1066px) {
	.opencall .form p a:hover {
		color: #DEFC52;
	}
}

.opencall .module-section .btns {
	gap: 20px;
}

.opencall .module-section .btns .btn:first-of-type {
	width: 50%;
	max-width: none !important;
	text-align: center;
	justify-content: center !important;
	border-radius: 2px !important;
	border: 1px solid #000 !important;
	background: transparent !important;
	text-transform: uppercase;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 111%; /* 16.65px */
	text-transform: uppercase;
}

.opencall .module-section .btns .btn:last-of-type {
	width: 50%;
	max-width: none !important;
	text-align: center;
	justify-content: center !important;
	text-transform: uppercase;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 111%; /* 16.65px */
	text-transform: uppercase;
}

@media only screen and (min-width: 1066px) {
	.opencall .module-section .btns .btn:first-of-type:hover {
		background: #000 !important;
		color: #DEFC52;
	}

	.opencall .module-section .btns .btn:last-of-type:hover {
		background: #000 !important;
		color: #DEFC52;
	}
}

.opencall .module-section.black {
	background: #000;
	padding: 100px 0;
}

.opencall .module-section.black .module {
	margin-top: 0;
	color: #DEFC52;
}

.opencall .module-section.black .module span {
	color: #DEFC52;
}

.opencall .module-section.black>.container>.flex-container {
	flex-wrap: wrap;
}

.opencall .module-section.black .full {
	width: 100%;
}

.opencall .module-section.black .full h2 {
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-family: "Space Grotesk";
	font-size: 60px;
	font-style: normal;
	font-weight: 500;
	line-height: 97%; /* 58.2px */
	margin: 0 auto 100px auto;
}

.opencall .columns {
	display: flex;
	gap: 24px;
}

.opencall .columns .column {
	position: relative;
	width: calc(33.3% - 12px);
	padding: 22px 22px 200px 22px;
	border-radius: 5px;
	border: 1px solid #DEFC52;
	background: rgba(255, 255, 255, 0.01);
	backdrop-filter: blur(5px);
}

.opencall .columns .column .title {
	color: #DEFC52;
	font-family: "Space Grotesk";
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 43px; /* 107.5% */
	margin: 0 auto 20px auto;
}

.opencall .columns .column .desc {
	color: #FFF;
	font-family: "Space Grotesk";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.opencall .columns .column .desc ul {
	list-style: none;
}

.opencall .columns .column .desc ul li {
	position: relative;
	color: #FFF;
	font-family: "Space Grotesk";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 15px;
}

.opencall .columns .column .desc ul li:before {
	content: " ";
	width: 13px;
	height: 13px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: -38px;
	transform: translateY(-50%);
}

.opencall .columns .column .btn {
	position: absolute;
	left: 22px;
	bottom: 100px;
	color: #000;
	font-family: "Space Grotesk";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 111%; /* 16.65px */
	text-transform: uppercase;
	transition: 300ms;
	padding: 16px 45px;
	border-radius: 2px;
	border: 1px solid #DEFC52;
	background: #DEFC52;
	width: calc(100% - 44px);
	text-align: center;
}

.opencall .columns .column .btn + .btn {
	bottom: 40px;
}
@media only screen and (min-width: 1066px) {
	.opencall .columns .column .btn:hover {
		background: #000;
		color: #DEFC52;
	}
}

@media only screen and (max-width: 996px) {
	.opencall .header .in p.title {
		color: #FFF;
		text-align: center;
		font-family: Bender;
		font-size: 92px;
		font-style: normal;
		font-weight: 900;
		line-height: 81px; /* 88.043% */
		letter-spacing: 4.6px;
		text-transform: uppercase;
	}

	.opencall .module-section .flex-container {
		flex-wrap: wrap;
	}

	.opencall .module-section .flex-container .half {
		width: 100%;
	}

	.opencall .module-section .module {
		margin-top: 50px;
	}

	.opencall .module-section {
		padding-bottom: 50px;
	}

	.opencall .module-section .flex-container .half h2 {
		color: #000;
		margin: 0 auto 40px auto;
		leading-trim: both;
		text-edge: cap;
		font-family: "Space Grotesk";
		font-size: 40px;
		font-style: normal;
		font-weight: 700;
		line-height: 97%; /* 38.8px */
	}

	.opencall .module-section .flex-container .half p {
		margin-bottom: 40px;
		color: #000;
		leading-trim: both;
		text-edge: cap;
		font-family: "Space Grotesk";
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 133%; /* 19.95px */
	}

	.opencall .module-section .flex-container .half a.btn {
		width: 100%;
	}

	.opencall .module-section .flex-container .half a.btn:first-of-type {
		order: 2;
	}

	.opencall .module-section .flex-container .half a.btn:last-of-type {
		order: 1;
	}

	.opencall .module-section.black {
		padding: 50px 0;
	}

	.opencall .module-section.black .full h2 {
		color: #FFF;
		leading-trim: both;
		text-edge: cap;
		font-family: "Space Grotesk";
		font-size: 40px;
		font-style: normal;
		font-weight: 500;
		line-height: 97%; /* 38.8px */
		margin-bottom: 50px;
	}

	.opencall .module-section.black .full.columns {
		flex-wrap: wrap;
	}

	.opencall .columns .column {
		width: 100%;
		padding-bottom: 150px;
	}

	.opencall .columns .column .title {
		color: #DEFC52;
		font-family: "Space Grotesk";
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 26px; /* 130% */
	}

	.opencall .columns .column .btn {
		bottom: 90px;
	}

	.opencall .columns .column .btn + .btn {
		bottom: 30px;
	}

	.opencall .form {
		padding: 0;
	}

	.opencall .form p {
		padding: 28px 0;
		margin: 28px 0;
		color: #000;
		font-family: "Space Grotesk";
		font-size: 40px;
		font-style: normal;
		font-weight: 600;
		line-height: 111%;
	}

	.opencall .form p a {
		color: #000;
		font-family: "Space Grotesk";
		font-size: 45px;
		font-style: normal;
		font-weight: 700;
		line-height: 111%; /* 49.95px */
	}
}