body {
	margin: 0;
	padding: 0;

	/* font */
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:
		"wdth" 95;
}

.disable-select {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#burger {
	visibility: hidden;
	display: none;
	padding: 0;
	margin: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}

nav {
	/* nav style */
	height: 6rem;
	transition: all 0.3s ease;

	/* -- */
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

.detached-nav {
	z-index: 5;
}

.detached-nav .gradiablur {
	position: fixed;
	top: 0;
	width: 100vw;
	height: 116px;
	background: #fff2;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	mask: linear-gradient(#ffffffFF, #ffffffFF, #ffffffFF, #ffffffFF, #ffffffFF, #ffffffFE, #ffffffFE, #ffffffFE, #ffffffFD, #ffffffFD, #ffffffFD, #ffffffFC, #ffffffFC, #ffffffFC, #ffffffFB, #ffffffFB, #ffffffFB, #ffffffFA, #ffffffFA, #ffffffFA, #ffffffF9, #ffffffF9, #ffffffF9, #ffffffF8, #ffffffF8, #ffffffF7, #ffffffF7, #ffffffF7, #ffffffF6, #ffffffF6, #ffffffF5, #ffffffF5, #ffffffF5, #ffffffF4, #ffffffF4, #ffffffF3, #ffffffF3, #ffffffF2, #ffffffF2, #ffffffF1, #ffffffF1, #ffffffF0, #ffffffF0, #ffffffEF, #ffffffEF, #ffffffEE, #ffffffEE, #ffffffED, #ffffffED, #ffffffEC, #ffffffEB, #ffffffEB, #ffffffEA, #ffffffEA, #ffffffE9, #ffffffE8, #ffffffE8, #ffffffE7, #ffffffE6, #ffffffE5, #ffffffE5, #ffffffE4, #ffffffE3, #ffffffE2, #ffffffE1, #ffffffE1, #ffffffE0, #ffffffDF, #ffffffDE, #ffffffDD, #ffffffDC, #ffffffDB, #ffffffD9, #ffffffD8, #ffffffD7, #ffffffD6, #ffffffD4, #ffffffD3, #ffffffD1, #ffffffD0, #ffffffCE, #ffffffCC, #ffffffCB, #ffffffC8, #ffffffC6, #ffffffC4, #ffffffC1, #ffffffBE, #ffffffBB, #ffffffB7, #ffffffB3, #ffffffAE, #ffffffA8, #ffffffA0, #ffffff95, #ffffff82);
	z-index: -1;
}

nav .navbar-container {
	width: 90%;
	max-width: var(--showcase-max-width);
	margin: 0 auto;
	padding-top: 0.5rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

nav .navbar-left img {
	height: 2.40rem;
	cursor: pointer;
}

nav .navbar-right {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

nav .navbar-links {
	list-style: none;
	display: flex;
	gap: 1.5rem;
	margin: 0;
	padding: 0;
	font-size: 1.15rem;
}

nav .navbar-links li a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

nav .nav-connexion {
	padding: 0.75rem 1rem;
	cursor: pointer;
	border: none;
	background-color: #e2781a;
	color: #fff;
	border-radius: 99rem;
	font-size: 1rem;
}

/* Showcase content */
.showcase-container {
	width: 100%;
	overflow-x: hidden;
}

.content {
	width: 100%;
}

.showcase-section {
	min-height: 42rem;
}

.showcase-section:first-child {
	padding-block: 8rem;
	background: #f0ab6e;
	background: radial-gradient(circle at bottom left, rgb(221, 176, 137) 0%, rgba(250, 214, 182, 1) 15%, rgba(255, 255, 255, 1) 24%, rgba(255, 255, 255, 1) 83%, rgba(255, 255, 255, 1) 99%);

}

.showcase-section:nth-child(odd) {
	background-color: #ffffff;
}

.showcase-section:nth-child(even) {
	background-color: #ddd;
}

.showcase-jail {
	margin: 0 auto;
	width: 95%;
	max-width: var(--showcase-max-width);
}

/* Showcase 1 */
.section-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 15%;
	text-align: left;
}

.section-1 .text-block,
.section-1 .image-block {
	width: 450px;
	max-width: 100%;
}

.section-1 .image-block {
	position: relative;
}

.image-block:not(.image-block-bis)::before {
	content: "⬤";
	font-size: 35rem;
	color: #e2781a;
	filter: blur(5px);
	position: absolute;
	opacity: 0.4;
	top: calc(50%);
	left: calc(50%);
	transform: translate(-50%, -50%);
	z-index: 0;
	pointer-events: none;
}

.image-block .image-block-bis::before {
	content: "\e921";
	font-family: 'MeolyaIcons';
	font-size: 30rem;
	color: #e2781a;
	filter: blur(5px);
	position: absolute;
	top: 50%;
	left: calc(50% - 1.5rem);
	transform: translate(-50%, -50%);
	z-index: 0;
	pointer-events: none;
}

.section-1 .image-block img {
	position: relative;
	z-index: 1;
	max-width: 100%;
	height: auto;
}


.section-1 .image-block,
.image-block .image-block-fbg img {
	width: 600px;
}

.section-1 .cta-buttons {
	display: flex;
	gap: 1rem;
}

.section-1 .text-block h2 {
	font-size: 3.5rem;
	font-weight: 550;
	font-variation-settings:
		"wdth" 100;
	margin: 0;
	padding: 0 0 2rem 0;
	white-space: nowrap;
}

.section-1 .text-block p {
	font-size: 1.35rem;
	font-weight: 380;
	font-variation-settings:
		"wdth" 97;
	margin: 0;
	padding: 0 0 2rem 0;
}

.section-1 .button-primary,
.section-1 .button-secondary {
	display: inline-block;
	padding: 0.75rem 1.5rem;
	border-radius: 99rem;
	font-weight: 600;
	cursor: pointer;

	transition: all 0.1s ease-in-out;

	-webkit-box-shadow: 0px 6px 7px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 6px 7px 1px rgba(0, 0, 0, 0.4);
}

.section-1 .button-primary {
	background-color: #e2781a;
	outline: 2px solid #e2781a;
	outline-offset: -2px;
	color: white;
}

.section-1 .button-primary:not(:active):hover {
	background-color: transparent;
	outline: 2px solid #fff;
	color: #e2781a;
}

.section-1 .button-secondary {
	background-color: transparent;
	outline: 2px solid #fff;
	outline-offset: -2px;
	color: #e2781a;
}


.section-1 .button-secondary:not(:active):hover {
	background-color: #e2781a;
	outline: 2px solid #e2781a;
	color: #ffffff;
}

/* Showcase Banner */

.showcase-banner {
	background-color: #1F232A;
	padding-block: 4rem;
}

.showcase-banner .showcase-jail {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10%;
}

.showcase-banner-section {
	display: flex;
	max-width: 500px;
	width: 100%;
	align-items: flex-start;
	gap: 1rem;
	padding-block: 2rem;
}

.showcase-banner-section span {
	width: 150px;
	height: 100%;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.showcase-banner-section span i {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 8rem;
	height: 8rem;
	font-size: 5rem;
	color: #fff;
	background-color: #e2781a;
	border-radius: 50%;
}

.showcase-banner-text-col {
	flex: 1;
	display: flex;
	flex-direction: column;
	color: #fff;
}

.showcase-banner-text-col h3 {
	font-size: 1.6rem;
	font-weight: 500;
	margin: 0;
	padding: 0;
	font-variation-settings:
		"wdth" 99;
}

.showcase-banner-text-col p {
	font-size: 1rem;
	font-weight: 250;
	margin: 1rem 0 0 0;
	padding: 0;
	font-variation-settings:
		"wdth" 99;
}

/* - Showcase 2 - */

.showcase-2 {
	background-image:
		radial-gradient(circle at 20% 20%, rgba(240, 171, 110, 1) 0%, rgba(250, 214, 182, 1) 18%, rgba(255, 255, 255, 1) 29%, rgba(255, 255, 255, 1) 100%),
		radial-gradient(circle at 50% 50%, rgba(240, 171, 110, 1) 0%, rgba(250, 214, 182, 1) 7%, rgba(255, 255, 255, 1) 29%, rgba(255, 255, 255, 1) 100%);
}

.show-2-line {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	text-align: center;
	width: 100%;
}

.show-2-line h2 {
	font-size: 2.75rem;
	padding-top: 3.5rem;
}

.show-2-line:nth-child(2) {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 9rem;
}

.show-2-line .show-2-column {
	width: 450px;
	padding: 1rem;
	box-sizing: border-box;
	min-height: 12rem;

	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.show-2-line .card {
	width: calc(100% - 4rem);
	max-width: calc(100% - 4rem);
	border-radius: 1rem;
	overflow: hidden;
	padding: 1.5rem;
	box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.21);
	-webkit-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.21);
	-moz-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.21);
	max-width: 450px;
	background-color: #fff;

	flex: 1;

	display: flex;
	flex-direction: column;
	margin: 1rem;
}


.show-2-line .card-top {
	display: flex;
	align-items: center;
	padding: 0.5rem 0rem 1.5rem 0rem;
}

.show-2-line .card-icon {
	width: 4rem;
	height: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #e2781a;
	border-radius: 50%;
	color: #fff;
	font-size: 1.5rem;
	margin-right: 1rem;
}

.show-2-line .card-info {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: baseline;
	height: 3.25rem;
}

.show-2-line .card-info-top {
	display: block;
	font-size: 1rem;
	font-weight: 400;
	color: #000;
}

.show-2-line .card-info-bottom {
	display: block;
	font-size: 1.5rem;
	font-weight: 485;
	color: #000;
	white-space: nowrap;
}

.show-2-line .card-bottom p {
	margin: 0;
	padding: 0;
	font-size: 1.05rem;
	line-height: 1.4;
	text-align: left;
	color: #000;
}

/* center image card */
.show-2-line .card.card-tall {
	height: 600px;
	overflow: hidden;
	border-radius: 1rem;
	box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.21);
	margin: 1rem auto;
}

.show-2-line .card.card-tall img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	border-radius: 1rem;
}

/* - Showcase 3 - */
.showcase-3 {
	background-image:
		radial-gradient(circle at 84% 50%, rgba(240, 171, 110, 1) 0%, rgba(250, 214, 182, 1) 5%, rgba(255, 255, 255, 1) 23%, rgba(255, 255, 255, 1) 100%);
}

.showcase-section.full-card {
	padding: 2rem;
	background-color: #fff;
}

.showcase-3 .card-sides {
	width: calc(100% - 8rem);
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	padding: 3rem 4rem;
	background-color: #1F232A;
	border-radius: 3rem;
	color: #fff;
}

.showcase-3 .card-left,
.showcase-3 .card-right {
	flex: 1 1 50%;
	padding: 1rem;
	box-sizing: border-box;
}

.showcase-3 .card-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
}

.showcase-3 .card-left h2,
.showcase-3 .card-left p,
.showcase-3 .card-left .button {
	margin: 0 0 1rem 0;
}

.showcase-3 .card-left p {
	font-size: 20px;
	font-weight: 350;
	line-height: 1.1;
}

.showcase-3 .card-left h2 {
	font-size: 2.75rem;
	font-weight: 450;
	padding-bottom: 2rem;
}

.showcase-3 .card-left .button {
	margin-bottom: 0;
	margin-top: 2rem;
	display: inline-block;
	padding: 1rem 1.75rem;
	background-color: #e2781a;
	color: #fff;
	border-radius: 99rem;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s ease;
	width: fit-content;
}

.showcase-3 .card-left .button:not(:active):hover {
	background-color: transparent;
	outline: 2px solid #fff;
	color: #fff;
}

.showcase-3 .card-right {
	display: flex;
	justify-content: center;
	align-items: center;

}

.showcase-3 .card-right img {
	max-width: 100%;
	width: auto;
	height: auto;
	object-fit: cover;

}

/* Showcase 4*/
.showcase-4 {
	background-image:
		radial-gradient(circle at 84% 100%, rgba(31, 35, 42, 1) 8%, rgba(31, 35, 42, 1) 32%, rgba(255, 255, 255, 1) 33%, rgba(255, 255, 255, 1) 100%);
}

.showcase-4 input:focus,
.showcase-4 textarea:focus,
.showcase-4 select:focus,
.showcase-4 button:focus {
	outline: none;
}


.custom-contact-section {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 2rem;
	padding: 2rem;
}

.contact-error-message-box:not(:empty),
.contact-info-message-box:not(:empty) {
	display: inline-block;
	padding-bottom: 1.25rem;
	padding-left: 0.25rem;
	font-size: 1.1rem;
	font-weight: 450;
	color: #db4a39;
}

.contact-info-message-box:not(:empty) {
	color: #1e9955;
}

.contact-error-message-box:empty,
.contact-info-message-box:empty {
	display: none;
	height: 0;
	width: 0;
	overflow: hidden;
}

.custom-contact-section .left-column,
.custom-contact-section .right-column {
	flex: 1 1 300px;
	max-width: 550px;
}

.custom-contact-section .left-column h2 {
	font-size: 2.65rem;
}

.custom-contact-section .left-column .aditional-infos {
	font-size: 1.25rem;
	color: #e2781a;
	padding-block: 1rem;
}

.custom-contact-section .left-column .more-paragraph {
	font-size: 1.25rem;
	padding-bottom: 1rem;
}

.custom-contact-section .right-column {
	padding: 2rem 2rem 1.25rem 2rem;
	background-color: #fff;
	border-radius: 1.25rem;

	-webkit-box-shadow: 0px 6px 7px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 6px 7px 1px rgba(0, 0, 0, 0.4);
	max-width: 450px;
}

.left-column h2 {
	margin-bottom: 1rem;
}

.left-column p {
	margin-bottom: 1rem;
	line-height: 1.5;
}

.left-column .button {
	background-color: #e2781a;
	color: #fff;
	padding: 0.75rem 1.5rem;
	border-radius: 9999px;
	display: inline-block;
	cursor: pointer;
	margin-top: 1rem;
}

.contact-form h2 {
	font-size: 1.75rem;
	margin-bottom: 1rem;
}

.name-fields {
	display: flex;
	justify-content: space-between;
}

.contact-form h2 {
	margin-block: 0.5rem 1.5rem;
}

.contact-form input,
.contact-form textarea {
	font-size: 1rem;
	font-weight: 500;

	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 450;
	font-style: normal;
	font-variation-settings:
		"wdth" 95;

	border: none;
	background-color: #f0f0f0;
}

.contact-form .name-fields .field {
	width: calc(50% - 1rem);
}

.field {
	display: flex;
	flex-direction: column;
	margin-bottom: 1rem;
}

.field label {
	margin-bottom: 0.5rem;
	font-weight: bold;
	font-size: 0.9rem;
	margin-left: 0.3rem;
}

.field input,
.field textarea {
	padding: 0.5rem;
	font-size: 0.9rem;
	border-radius: 0.5rem;
	width: calc(100% - 1rem);

	box-shadow: 1px 3px 2px -1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 3px 2px -1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 3px 2px -1px rgba(0, 0, 0, 0.3);
}

.field textarea {
	resize: none;
}

.button-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}

.button-wrapper .button {
	background-color: #e77d1f;
	color: #fff;
	padding: 0.75rem 1.5rem;
	border-radius: 9999px;
	cursor: pointer;
	width: fit-content;
	text-align: center;
}

.button-wrapper .button:hover:not(:active) {
	background-color: #d8751e;
}

/* footer */
.footer {
	width: 100%;
	font-family: sans-serif;
}

.footer-bottom {
	height: 2rem;
	background-color: #2A2E35;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-bottom span {
	color: #fff;
	font-size: 0.9rem;
}

.footer-top {
	background-color: #1F232A;
	padding: 2rem 0;
}

.footer-columns {
	display: flex;
	flex-wrap: wrap;
	gap: 5%;
	justify-content: center;

	/* jailed footer's range */
	margin: 0 auto;
	width: 95%;
	max-width: var(--showcase-max-width);
}

.footer-column {
	width: 212px;
	color: #fff;
}

.footer-column h3 {
	color: orange;
	margin-bottom: 1rem;
	font-size: 1.1rem;
}

.footer-column p {
	margin: 0.5rem 0;
	font-size: 0.9rem;
}

.footer-column a {
	display: block;
	text-decoration: none;
	color: #fff;
	margin: 0.3rem 0;
	font-size: 0.9rem;
	transition: color 0.2s ease;
}

.footer-column a:hover {
	color: orange;
}

.footer-column img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.footer-icons {
	margin-top: 1rem;
	display: flex;
	gap: 0.5rem;
}

footer .logo-column {
	text-align: center;
	font-size: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.footer-column .footer-icons {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	gap: 0.75rem;
}

.footer-column .footer-icons i {
	display: inline-block;
	font-size: 1.2rem;
	color: #fff;

	padding: 0.2rem;
	width: 2.25rem;
	height: 2.25rem;
	background-color: #e2781a;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

/* medias */

@media(max-width: 1315px) {
	.image-block:not(.image-block-bis)::before {
		font-size: 35rem;
		transform: translate(-50%, calc(-50% - 2rem));
	}

	.image-block .image-block-bis::before {
		font-size: 27rem;
		transform: translate(-50%, calc(-50%));
	}

	.section-1 .image-block {
		transform: translateY(-1rem);
	}
}

/* burger menu */
@media (max-width: 890px) {

	body {
		width: 100vw;
		max-width: 100vh;
		overflow-x: hidden;
	}

	.detached-nav {
		background: #fff2;
	}

	nav .navbar-container {
		padding: 0;
	}

	.navbar-container .navbar-left {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%
	}

	.navbar-container .navbar-right {
		display: none;
		visibility: hidden;
		overflow: hidden;
		width: 0;
	}


	#burger {
		visibility: visible;
		display: unset;
		padding: 0;
		margin: 0;
		height: 0;
		width: 0;
		overflow: unset;
	}

	#burger .menu-cross-icon {
		position: fixed;
		top: 1.65rem;
		z-index: 11;
		right: 1.5rem;
		width: 2.75rem;
		height: 2.75rem;
		border-radius: .75rem;
		background-color: #e2781a;
		cursor: pointer;
	}

	#burger .menu-cross-icon span {
		position: absolute;
		display: block;
		left: calc(0.7rem + 1px);
		top: calc(1.75rem - 0px);
		height: 2px;
		width: 58%;
		background: #fff;
		border-radius: 10rem;
		transform: rotate(0deg);
		transition: .2s ease-in-out;
		transform: translateY(-100%);
	}

	/* opened */
	#burger .menu-cross-icon:not([data-state="true"]) span:nth-child(1) {
		transform: translateY(calc(-1rem + 2px)) rotate(0deg);
		width: 17px;
	}

	#burger .menu-cross-icon:not([data-state="true"]) span:nth-child(2) {
		transform: translateY(calc(-140% - 4px)) rotate(0deg);
		width: 22px;
	}

	#burger .menu-cross-icon:not([data-state="true"]) span:nth-child(3) {
		transform: translateY(1px) rotate(0deg);
		width: 12px;
	}

	/* closed */
	#burger .menu-cross-icon span:nth-child(1),
	#burger .menu-cross-icon span:nth-child(2) {
		transform: translateY(-100%) rotate(-45deg);
	}

	#burger .menu-cross-icon span:nth-child(3) {
		transform: translateY(-100%) rotate(45deg);
	}

	#burger .burger-menu {
		top: 0;
		right: 0;
		left: 100vw;
		z-index: 10;
		width: 100vw;
		height: 100vh;
		display: flex;
		position: fixed;
		overflow-y: auto;
		visibility: hidden;
		pointer-events: none;
		background: #e2781a;
		will-change: transform;
		flex-direction: column;
		transition: all 250ms ease-in-out;
		-webkit-overflow-scrolling: touch;
		justify-content: space-between;
	}

	#burger .bottom-menu span,
	#burger .center-menu span {
		display: inline-flex;
		align-items: center;
		color: #fff;
		font-size: 1.5rem;
	}

	#burger .burger-menu-icon {
		font-weight: 100;
		font-size: 1.6rem;
		padding-right: 1rem;
	}

	#burger .center-menu {
		flex: 1;
		padding-left: 3.5rem;
		gap: 3rem;
		display: flex;
		text-align: center;
		align-items: baseline;
		flex-direction: column;
		justify-content: center;
	}

	#burger .bottom-menu {
		padding-left: 3.5rem;
		display: flex;
		flex-direction: column;
		align-items: baseline;
		gap: .75rem;
		padding-bottom: 3rem;
	}

	#burger .burger-menu[deployed-burger="true"] {
		left: 0;
		visibility: visible;
		pointer-events: auto;
	}

}

@media (max-width: 600px) {
	.section-1 .text-block h2 {
		font-size: 3rem;
	}

	.image-block:not(.image-block-bis)::before {
		font-size: 20rem;
		transform: translate(-50%, calc(-50%));
	}

	.image-block .image-block-bis::before {
		font-size: 17rem;
		transform: translate(-40%, calc(-50%));
	}

	.section-1 .image-block {
		transform: translateY(0rem);
	}


	.button-wrapper .button {
		background-color: #e77d1f;
		color: #fff;
		padding: 0.75rem 0;
		border-radius: 9999px;
		cursor: pointer;
		width: 100%;
	}
}

@media (max-width: 450px) {
	.section-1 .text-block h2 {
		font-size: 2.5rem;
	}

	.showcase-banner-section span {
		width: 90px;
	}

	.section-1 .text-block,
	.section-1 .image-block {
		width: 450px;
		max-width: 94%;
	}

	.showcase-banner-section span i {
		width: 4rem;
		height: 4rem;
		font-size: 1.6rem;
	}

	.showcase-banner-text-col h3 {
		font-size: 1.2rem;
		font-variation-settings: "wdth" 98;
	}

	.showcase-banner-text-col p {
		font-size: 0.9rem;
		font-weight: 250;
		font-variation-settings: "wdth" 97;
	}

	.show-2-line h2 {
		font-size: 1.8rem;
	}

	.show-2-line .show-2-column {
		width: 98vw;
		padding: 1rem;
		align-items: center;
	}

	.showcase-section.full-card {
		padding: 0.5rem;
		background-color: #fff;
	}

	.showcase-3 .card-sides {
		width: calc(100% - 2rem);
		padding: 1rem 1rem;
		border-radius: 2rem;
	}

	.showcase-3 .card-left h2 {
		font-size: 2.25rem;
		font-weight: 500;
		padding-bottom: 1rem;
	}

	.showcase-3 .card-left p {
		font-size: 1.1rem;
		font-weight: 350;
		line-height: 1.3;
	}

	.showcase-3 .card-left .button {
		padding: 1rem 0;
		margin-inline: 10%;
		width: 80%;
		text-align: center;
	}

	.show-2-line .card-info-bottom {
		font-size: 1.2rem;
	}

	.footer-columns {
		gap: 0.5rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.custom-contact-section .right-column {
		margin-top: 3rem;
		transform: scale(1.1);
		margin-bottom: 3rem;
	}

	.footer-column {
		width: calc(100% - 3rem);
		flex: 0;
	}

	.footer-top {
		display: flex;
		flex-direction: column;
		min-height: calc(100vh - 128px);
		justify-content: center;
	}

	.footer-column.footer-centered {
		width: 100%;
		align-items: center;
		justify-content: center;
	}

	.footer-column:not(.footer-centered) {
		padding-left: 6vw;
	}

	.footer-column .footer-icons {
		gap: 1.5rem;
		display: flex;
		margin-top: 10%;
	}

	.footer-column .footer-icons i {
		width: 3rem;
		height: 3rem;
		font-size: 1.5rem;
	}

	.footer-column a {
		margin: 0.5rem 0;
		font-size: 1.1rem;
	}

	.footer-column h3 {
		margin-bottom: 1rem;
		font-size: 1.5rem;
	}

	.footer-column p {
		font-size: 1.1rem;
	}
}