.rent {

}

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

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

.rent .header .in p.subtitle {
	color: #FFF;
	margin: 0 auto;
	text-align: center;
	font-family: "Space Grotesk";
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 103px; /* 257.5% */
	letter-spacing: 2px;
	text-transform: uppercase;
}

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

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

.rent .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;
}

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

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

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

.rent .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;
}

.rent .module-section .flex-container .half a.btn {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	align-items: center;
	padding: 11px 20px;
	background: #DEFC52;
	transition: 300ms;
	max-width: 200px;
}

.rent .module-section .flex-container .half a.btn span {
	transition: 300ms;
	color: #000;
	font-family: "Space Grotesk";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 111%; /* 16.65px */
	text-transform: uppercase;
}

.rent .module-section .flex-container .half a.btn div {
	position: relative;
	width: 20px;
	height: 20px;
	overflow: hidden;
}

.rent .module-section .flex-container .half a.btn div svg path {
	transition: 300ms;
}

.rent .module-section .flex-container .half a.btn div svg:first-of-type {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 300ms;
}

.rent .module-section .flex-container .half a.btn div svg:last-of-type {
	position: absolute;
	top: 100%;
	left: -100%;
	width: 100%;
	height: 100%;
	transition: 300ms;
}

@media only screen and (min-width: 1066px) {
	.rent .module-section .flex-container .half a.btn:hover {
		background: #000;
	}

	.rent .module-section .flex-container .half a.btn:hover span {
		color: #DEFC52;
	}

	.rent .module-section .flex-container .half a.btn:hover svg path {
		fill: #DEFC52;
	}

	.rent .module-section .flex-container .half a.btn:hover div svg:first-of-type {
		top: -100%;
		left: 100%;
	}

	.rent .module-section .flex-container .half a.btn:hover div svg:last-of-type {
		top: 0;
		left: 0;
	}
}

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

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

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

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

.rent .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;
}

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

.rent .module-section.black .sections {

}

.rent .module-section.black .sections .section {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	border-bottom: 1px solid #fff;
	transition: 300ms;
}

.rent .module-section.black .sections .section span img {
	height: 134px;
	object-fit: cover;
	width: 0;
	transition: 300ms;
}

.rent .module-section.black .sections .section span {
	position: relative;
	display: flex;
	gap: 44px;
	justify-content: space-between;
	align-items: center;
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-family: "Space Grotesk";
	font-size: 80px;
	font-style: normal;
	font-weight: 500;
	line-height: 111%; /* 88.8px */
}

.rent .module-section.black .sections .section svg {
	width: 98px;
	height: 98px;
}

.rent .module-section.black .sections .section svg path {
	transition: 300ms;
}

@media only screen and (min-width: 997px) {
	.rent .module-section.black .sections .section:hover {
		background: #DEFC52;
		border-bottom: 1px solid #000;
	}

	.rent .module-section.black .sections .section:hover span img {
		width: 134px;
	}

	.rent .module-section.black .sections .section:hover span {
		color: #000;
	}

	.rent .module-section.black .sections .section:hover svg path {
		fill: #000;
	}
}

.popup {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	z-index: 999999999;
	background: #000;
	;padding: 50px 40px;
	transition: 500ms;
}

.popup.open {
	right: 0;
}

.popup .head {
	padding: 0 0 54px 0;
	border-bottom: 1px solid #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.popup .head .title {
	margin: 0;
	color: #FFF;
	font-family: "Space Grotesk";
	font-size: 60px;
	font-style: normal;
	font-weight: 600;
	line-height: 97%; /* 58.2px */
}

.popup .head a.close {
	
}

.popup .head a.close div {
	position: relative;
	width: 67px;
	height: 67px;
	overflow: hidden;
	transform: rotate(180deg)
}

.popup .head a.close div svg:first-of-type {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 300ms;
}

.popup .head a.close div svg:last-of-type {
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	transition: 300ms;
}

.popup .head a.close div svg path {
	transition: 300ms;
}

@media only screen and (min-width: 1066px) {
	.popup .head a.close:hover div svg path {
		fill: #DEFC52;
	}

	.popup .head a.close:hover div svg:first-of-type {
		left: 100%;
	}

	.popup .head a.close:hover div svg:last-of-type {
		left: 0;
	}
}

.popup .content {
	
}

.popup .content .flex-container {
	border-bottom: 1px solid #fff;
}

.popup .content .flex-container .half {
	
}

.popup .content .flex-container .half:first-of-type {
	padding-right: 100px;
}

.popup .content .flex-container .half p:not(.green) {
	color: #FFF;
	margin: 0 auto;
	leading-trim: both;

	text-edge: cap;
	font-family: "Space Grotesk";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 133%;
}

.popup .content .flex-container .half p.green {
	color: #DEFC52;
	margin: 40px auto 52px auto;
	leading-trim: both;

	text-edge: cap;
	font-family: "Space Grotesk";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 133%; 
}

.popup .content .flex-container .half:last-of-type {
	padding: 40px;
	border-left: 1px solid #fff;
}

.popup .content .flex-container .half:last-of-type img {
	width: auto;
	height: auto;
	max-height: calc(100vh - 300px);
	aspect-ratio: 1/1;
}

.popup .mobile {
	display: none;
}

.popup .pc {
	display: block;
}

@media only screen and (max-width: 996px) {
	.rent .header .in p.subtitle {
		color: #FFF;
		display: block;
		margin: 0 auto 40px auto;
		text-align: center;
		leading-trim: both;
		text-edge: cap;
		font-family: "Space Grotesk";
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		line-height: 26px; /* 130% */
		letter-spacing: 1px;
		text-transform: uppercase;
	}

	.popup .mobile {
		display: block;
		height: 100%;
	}

	.popup .pc {
		display: none;
	}

	.rent .header .in p.title {
		color: #FFF;
		text-align: center;
		font-family: Bender;
		font-size: 50px;
		font-style: normal;
		font-weight: 900;
		line-height: 50px; /* 100% */
		letter-spacing: 2.5px;
		text-transform: uppercase;
	}

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

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

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

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

	.rent .module-section .flex-container .half h2 {
		color: #000;
		leading-trim: both;

		text-edge: cap;
		font-family: "Space Grotesk";
		font-size: 40px;
		font-style: normal;
		font-weight: 700;
		line-height: 97%;
	}

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

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

	.rent .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: 40px;
	}

	.rent .module-section.black .sections .section {
		padding: 35px 0;
	}

	.rent .module-section.black .sections .section span {
		color: #DEFC52;
		gap: 0;
		leading-trim: both;

		text-edge: cap;
		font-family: "Space Grotesk";
		font-size: 30px;
		font-style: normal;
		font-weight: 500;
		line-height: 40px;
	}

	.rent .module-section.black .sections .section span img {
		display: none;
	}

	.rent .module-section.black .sections .section svg {
		width: 47px;
		height: 47px;
	}

	.popup {
		padding: 22px;
	}

	.popup .mobile {
		overflow-y: auto;
	}

	.popup .mobile a.close {
		display: block;
	    margin: 0 auto;
	    text-align: center;
	}

	.popup .mobile h2 {
		color: #FFF;

		font-family: "Space Grotesk";
		font-size: 40px;
		font-style: normal;
		font-weight: 600;
		line-height: 97%; 
		margin-bottom: 25px;
		padding-bottom: 25px;
		border-bottom: 1px solid #fff;
	}

	.popup .mobile p.green {
		color: #DEFC52;
		leading-trim: both;
		text-edge: cap;
		font-family: "Space Grotesk";
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 133%; /* 19.95px */
		margin: 0 auto 38px auto;
	}

	.popup .mobile p:not(.green) {
		color: #FFF;
		margin: 0 auto;
		leading-trim: both;

		text-edge: cap;
		font-family: "Space Grotesk";
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 133%;
	}

	.popup .mobile img {
		width: 100%;
		height: auto;
		margin-top: 25px;
		padding-top: 25px;
		border-top: 1px solid #fff;
	}
}