.team-cover-container {
	background-color: var(--background-primary-color);
	min-height: 800px;
	padding-right: clamp(1em, 4vw, 5em);
	padding-left: clamp(1em, 4vw, 5em);
	color: #ffffff;
	position: relative;
	z-index: 3;
}

.team-cover {
	text-align: center;

	& .white-bird {
		height: 150px;
	}

	& h3 {
		padding-top: 2em;
		font-size: 2.5em;
	}

	& .text-secondary {
		font-size: unset;
	}

	& p {
		padding-top: 1em;
		padding-bottom: 4em;
	}
}

.image-team-cover {
	height: clamp(350px, 35vw, 720px);
	width: auto;
	position: absolute;
	z-index: 1;
	left: -5em;
	bottom: 0;
}

/*OUR TEAM*/
.team-container {
	display: flex;
	flex-direction: row;
	position: relative;
	z-index: 0;
}

.team-title {
	color: var(--primary-color);
	position: relative;
	z-index: 3;
	top: 1em;
}

.ceo {
	background-color: var(--background-secondary-color);
	width: 50%;
	padding-top: 3em;
	padding-bottom: 7em;
}

.network {
	background-color: #ffffff;
	position: relative;
	margin-top: -4em;
	padding: 7.5em 10px 7em;
	width: 50%;
}

.image-ceo {
	height: 350px;
}

.ceo-text {
	background-color: #ffffff;
	padding: 1em;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -2em;
	color: var(--primary-color);
	font-size: 1.5em;
	text-align: justify !important;
}

.image-team {
	height: 350px;
	margin-bottom: 2em;
}

.network-text {
	color: var(--primary-color);
	margin-top: -3em;
	position: relative;

	& .title {
		font-size: 1.5em;
		line-height: 1.2em;
	}

	& .network-subtitle {
		margin-top: -0.5em;
		line-height: 1em;
		margin-bottom: 1em;
	}
}

.arrow {
	height: 130px;
	position: absolute;
	z-index: 3;
	top: 3em;
	left: 80%;
}

.network-bottom-container {
	display: flex;
	flex-direction: column;
	gap: 4.5em;
}

/*OUR VALUES*/
.values {
	background-color: var(--background-primary-color);
	min-height: 100vh;
	color: #ffffff;
	padding: 5em clamp(1em, 4vw, 5em) 7em;
}

.cards {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 4em;
	margin-top: 7em;
}

.card {
	text-align: center;
}

.card-image {
	width: 250px;
	margin-bottom: 2em;
}

.card-title {
	margin-bottom: 0.5em;
}

.cta {
	margin-top: 7em;
	text-align: center;
}

.redirect-link {
	padding-top: 1em;
	padding-bottom: 1em;
}

.robin-laurel {
	background-color: var(--background-secondary-color);
	padding-top: 5em;
	padding-bottom: 5em;
	padding-right: clamp(1em, 4vw, 5em);
	padding-left: clamp(1em, 4vw, 5em);
	min-height: 100vh;

	& .title {
		color: var(--primary-color);
	}
}

.robin-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 4em;
	position: relative;

	& .text {
		color: var(--primary-color);
		text-align: center;
		margin-top: 7em;
		margin-left: 10em;
	}

	& .robin-laurel-bird {
		position: relative;
		top: 2em;
		right: -4.8em;
		height: 600px;
		width: auto;
	}
}

.mobile-rl-bird {
	display: none;
}

.home-contact {
	background-color: var(--background-primary-color);
	text-align: center;
	color: #ffffff;
	padding: 6em clamp(1em, 4vw, 5em) 8em;
	min-height: 100vh;

	& h1 {
		margin-bottom: 1em;
	}

	& .white-bird {
		margin-top: 8em;
		height: 250px;
	}
}

@media screen and (max-width: 1545px) {
	.robin-container .robin-laurel-bird {
		height: 500px;
		width: auto;
	}

	.robin-container .text {
		margin-left: 2em;
	}
}

@media screen and (max-width: 1440px) {
	.team-cover-container {
		min-height: 700px;
	}

	.team-cover h3 {
		font-size: 2em;
	}

	.ceo-text {
		font-size: 1.3em;
	}

	.arrow {
		height: 100px;
		top: 4em;
	}

	.cards {
		gap: 3em;
	}

	.robin-container .text {
		margin-left: 4em;
	}
}

@media screen and (max-width: 1280px) {
	.team-cover-container {
		min-height: 600px;
	}

	.team-cover h1 {
		font-size: 3em;
	}

	.team-cover h3 {
		font-size: 1.5em;
	}

	.arrow {
		left: 85%;
	}

	.values-br {
		display: none;
	}

	.robin-laurel {
		min-height: 700px;
	}

	.robin-container .robin-laurel-bird {
		height: 400px;
		top: unset;
	}

	.robin-container .text {
		margin-top: 1em;
	}

	.robin-br {
		display: none;
	}
}

@media screen and (max-width: 1140px) {
	.ceo-text {
		width: 80%;
	}

	.arrow {
		left: 90%;
	}

	.cards {
		flex-wrap: wrap;
		gap: 10em;
	}

	.values-br {
		display: block;
	}

	.diversity-card {
		margin-top: -5em;
	}

	.network-br {
		display: none;
	}
}

@media screen and (max-width: 1025px) {
	.services-cover {
		min-height: unset;
		padding-bottom: 3em;
	}

	.home-contact {
		min-height: unset;
		padding-top: clamp(4em, 6vw, 8em);
	}

	.home-contact .white-bird {
		margin-top: unset;
	}

	.values {
		min-height: unset;
		padding-top: clamp(4em, 6vw, 8em);
	}

	.robin-laurel {
		min-height: unset;
		padding-bottom: unset;
		padding-top: clamp(4em, 6vw, 8em);
	}

	.robin-container {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.robin-container .text {
		margin: unset;
	}

	.robin-container .robin-laurel-bird {
		right: unset;
		top: 1em;
	}

	.desktop-rl-bird {
		display: none;
	}

	.mobile-rl-bird {
		display: flex;
	}
}

@media screen and (max-width: 955px) {
	.home-contact-cta {
		background-color: var(--highlight-color);
		width: 65%;
		margin: auto;
		border-radius: 50px;
		transition: 0.3s;
		padding: 0.7em 1em;
		line-height: 1.5em;
	}

	.cta {
		background-color: var(--highlight-color);
		width: 60%;
		margin: auto;
		border-radius: 50px;
		transition: 0.3s;
		padding: 0.7em 1em;
		line-height: 1.5em;
	}

	.home-contact-cta .redirect-link {
		background-color: transparent;
		padding: unset;
	}

	.cta .redirect-link {
		background-color: transparent;
		padding: unset;
	}

	.image-team-cover {
		height: clamp(250px, 35vw, 720px);
	}

	.team-container {
		flex-direction: column;
		justify-content: center;
		margin-top: 2em;
	}

	.ceo {
		width: unset;
	}

	.network {
		width: 80%;
		padding-top: unset;
		margin: 0 auto 7em;
	}

	.cards {
		flex-wrap: unset;
		flex-direction: column;
		margin-bottom: 4em;
		gap: 5em;
	}

	.diversity-card {
		margin-top: unset;
	}
}

@media screen and (max-width: 923px) {
	.diversity-card {
		margin-top: unset;
	}

	.card {
		margin-top: unset;
	}
}

@media screen and (max-width: 740px) {
	.home-contact .white-bird {
		height: 200px;
	}

	.team-cover p {
		padding-bottom: 2em;
	}

	.team-cover-br {
		display: none;
	}
}

@media screen and (max-width: 645px) {
	.home-contact-cta {
		width: 85%;
	}

	.cta {
		width: 85%;
	}

	.arrow {
		display: none;
	}

	.network-end-br {
		display: none;
	}
}

@media screen and (max-width: 510px) {
	.team-cover h1 {
		font-size: 2em;
	}

	.image-team {
		height: 290px;
	}

	.ceo-text {
		text-align: center !important;
		width: 90%;
	}

	.network {
		width: 90%;
		padding-bottom: 3em;
	}

	.cta {
		margin-top: -2em;
	}
}

@media screen and (max-width: 440px) {
	.home-contact-cta {
		width: 100%;
	}

	.cta {
		width: 100%;
	}

	.image-team-cover {
		padding-top: 1em;
	}

	.values-br {
		display: none;
	}
}
