#hero-section .left {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}


#hero-section .right img {
	max-width: 100%;
}

#hero-section .title {
}

#hero-section .title .green-color {
	-webkit-text-stroke-color: var(--green-color);
}

#company-section-title {
	margin-top: 30px;
	margin-bottom: 30px;
}

#company-container {
	overflow-x: hidden;
}

.company-row {
	--gap: 60px;
	--height: 70px;
}

.company-row .image-container {
	--item-width: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.company-row .image-container img {
	max-height: var(--height);
	max-width: var(--item-width);
}

.scroll-left-container,
.scroll-right-container {
	gap: var(--gap, 0);
	position: relative;
	height: var(--height);
	display: flex;
	position: relative;
}

.company-row {
	animation: scrollLeftContainer 90s linear infinite;
}


.scroll-left-container.company-row {
	--total-width: 16666px;
	--item-count: 76;
}

.scroll-right-container.company-row {
	--total-width: 17025px;
	--item-count: 72;
	animation-direction: reverse;
}

.scroll-left-container > *, .scroll-item,
.scroll-right-container > *, .scroll-item {
	min-width: var(--item-width, auto);
	width: var(--item-width, auto);
	height: var(--height);
	/* animation: scrollLeft var(--duration, 60s) linear infinite; */
}

.bug-bounty-companies.scroll-left-container > .scroll-item {
	animation: scrollLeft var(--duration, 60s) linear infinite;
}


.track-container {
	display: flex;
	flex-direction: column;
}

.track-container .track-item {
	display: flex;
	gap: 15px;
	align-items: center;
}

.track-container .track-item .circle {
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
}

.track-container .red-line {
	border-left: 1px solid var(--red);
	margin-left: 16px;
	height: 30px;
}

.track-container .text {
	text-transform: uppercase;
}

#globe-section {
	margin-top: 80px;
}

.latin-america-bg-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 450px;
	background: var(--globe-background);
    background-size: contain;
    background-repeat: no-repeat;
	width: 100%;
}

.latin-america-bg-div .title {
    padding: .5rem;
    text-align: center;
    width: 100%;
}

.latin-america-bg-div .title h3 {
    text-align: center;
    text-transform: uppercase;
    background-color: var(--green-color);
    display: inline;
    font-size: 21.529px;
    line-height: 120%;
    padding: .5rem;
    width: -moz-fit-content;
    width: fit-content;
}

.latin-america-bg-div .description {
    text-align: center;
    text-transform: uppercase;
	font-size: 30px;
    line-height: normal;
	font-weight: 400;
}


.latin-america-bg-div .description .emph {
    text-align: center;
    text-transform: uppercase;
	font-size: 50px;
    line-height: normal;
}

#globe-section .bottom {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	align-items: center;
	text-align: center;
}

#globe-section .bottom .title {
	-webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: #000;
	font-weight: 400;
	line-height: 120%;
	text-transform: uppercase;
}

#circular-steps-section .column > .title {
	text-align: center;
}

#circular-element {
	position: relative;
	margin: 0 auto;
	width: fit-content;
	margin-bottom: 120px;
}

#circular-element img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

#circular-element .box {
	border-radius: 8px;
	background: linear-gradient(267deg, #000 -0.73%, #363636 95.44%);
	padding: 1rem;
	display: flex;
	flex-direction: column;
	gap: .5rem;
	color: #E5E5E5;
	position: absolute;
	max-width: 330px;
}

#circular-element .box .title {
	font-size: 16px;
}


#circular-element .box .description {
	font-size: 14px;
}

#circular-element .step-mobile-label {
	display: none;
	color: #6F6F6F;
	font-size: 15px;
	font-family: Kanit, sans-serif;
	text-transform: uppercase;
}

#circular-element .box.numbered {
	color: var(--green-color);
	color: #21C300;
	font-family: Kanit, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 15px;
	text-transform: uppercase;
	text-align: center;
	gap: 3px;
	padding: 8px;
}

#circular-element .vector-step {
	position: absolute;
}


/* #circular-element .box:not(.numbered) { */
/* 	translate: 100% 0; */
/* } */

#step-1-label {
	top: 25%;
	right: 29%;
}

#step-1-vector {
	top: calc(25% - 25px);
	right: calc(29% - 25px);
}

#step-2-label {
	top: 56%;
	right: 20%;
}

#step-2-vector {
	top: calc(56% - 25px);
	right: calc(20% - 25px);
}

#step-3-label {
	top: 72%;
	right: 40%;
}

#step-3-vector {
	top: calc(72% + 30px);
	right: calc(40% + 25px);
}

#step-4-label {
	top: 67%;
	right: 65%;
}

#step-4-vector {
	top: calc(67% + 30px);
	right: calc(65% + 50px);
}

#step-5-label {
	top: 45%;
	right: 72%;
}

#step-5-vector {
	top: calc(45% + 25px);
	right: calc(72% + 30px);
}

#step-6-label {
	top: 21%;
	right: 57%;
}

#step-6-vector {
	top: calc(21% - 25px);
	right: calc(57% + 30px);
}

#step-1 {
	top: 12%;
	right: -35%;
}

#step-2 {
	top: 48%;
	right: -44%;
}

#step-3 {
	top: 88%;
	right: -7%;
}


#step-4 {
	top: 76%;
	left: -37%;
}


#step-5 {
	top: 40%;
	left: -50%;
}


#step-6 {
	top: 7%;
	left: -28%;
}


#circular-element .box.numbered .number {
	font-size: 24px;
}

#advantages-section {
	margin-top: 80px;
}

#advantages-section .advantage-card {
	border-radius: 8px;
	border: 1px solid var(--Color-Gray-Gray-Primary, #5F5F5F);
	display: flex;
	align-items: center;
	padding: 16px 24px;
	gap: 16px;
}

#advantages-section .advantage-card .icon-container {
	background-color: #222529;
	padding: 12px 10px;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#advantages-section .advantage-card .icon-container i {
	margin: 0
}

#advantages-section .advantage-card .text-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 8px;
}

#advantages-section .advantage-card .text-container .title {
	font-size: 24px;
}

#advantages-section .left {
	display: flex!important;
	flex-direction: column;
	justify-content: space-between;
	gap: 1rem;
}

#advantages-section .right.floated img {
	max-width: 100%;
}

.section-title {
	color: #000;
	font-family: Gruppo, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	border-bottom: 1px solid var(--green-color);
	padding-bottom: 1rem;
	margin-bottom: 40px;
}

#circular-steps-section {
	margin-top: 80px;
}

#cards-section {
	margin-top: 40px;
}

#cards-section .card {
	border-radius: 8px;
	background: linear-gradient(267deg, #000 -0.73%, #363636 95.44%);
	padding: 40px 50px;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	position: relative;
	min-height: 475px;
	height: 100%;
	overflow: hidden;
}

#cards-section .card > div {
	z-index: 1;
}

#cards-section .card .card-mask {
	position: absolute;
	height: 100%
}

#cards-section .card .card-mask#deep-dive-mask {
	top: 0;
	right: 0;
}

#cards-section .card .card-mask#tech-recruiters-mask {
	bottom: 0;
	right: 0;
}

#cards-section .card .card-mask#analytics-mask {
	top: 0;
	right: 0;
}

#cards-section .card .card-mask#shortlist-mask {
	bottom: 0;
	right: 0;
}

#cards-section .card .text-container {
	width: 50%;
}

#cards-section .card .text-container .title {
	font-size: 38px;
	text-transform: uppercase;
	margin-bottom: 1rem;
	line-height: normal;
}

#cards-section .card .text-container .description {
	color: white;
	line-height: 180%;
	font-size: 16px;
}

#cards-section .card .label {
	background-color: var(--black-color);
	color: var(--green-color);
	padding: 5px 1.5rem;
	border-radius: 4px;
	width: fit-content;
}

#cards-section .card .bottom-labels {
	margin-top: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
}

#certifications-section {
	margin-top: 80px
}

#certifications-section .right {
	display: flex;
	flex-direction: column;
}

#certifications-section .right .description {
	font-size: 14px;
	line-height: 27px;
	margin-bottom: 1rem;
}

#certifications-section .right .button-container {
	display: flex;
	flex-direction: column;
	margin-top: auto;
}

#certifications-section .right .button-container .ui.button.hunter-button {
	width: fit-content;
}

#certifications-image {
	max-width: 100%
}

#faq-section {
	margin-top: 80px
}

footer {
	margin-top: 80px;
}

@media screen and (min-width: 992px) {
	#hero-section .left {
		margin-top: 32px;
	}

}

@media screen and (max-width: 1199px) {
	#circular-element {
		display: flex;
		flex-direction: column;
		gap: 2rem;
		margin-top: 2rem;
		margin-bottom: 2rem;
	}

	#circular-element > img {
		display: none;
	}

	#circular-element .numbered.box {
		display: none;
	}

	#circular-element .step-mobile-label {
		display: block;
	}

	#circular-element .box {
		position: static;
		max-width: none;
	}

	#circular-section-button {
		width: 100%;
		max-width: 787px;

	}
}

@media screen and (max-width: 991px) {
	#hero-section .title {
		font-size: 28px;
	}

	#hero-section .right {
		display: flex;
		justify-content: center;
	}
	
	#hero-section .left .title{
		margin-bottom: 0;
	}
	
	#hero-section .left {
		text-align: center;
		gap: 1.5rem;
		margin-bottom: 1rem;

	}

	.latin-america-bg-div .title h3 {
		font-size: 16px;
	}

	.latin-america-bg-div .description {
		font-size: 21px;
	}

	.latin-america-bg-div .description .emph {
		font-size: 35px;
	}

	#cards-section .card {
		min-height: 0px;
	}

	/* #cards-section .card .text-container { */
	/* 	width: 100%; */
	/* } */

	#cards-section .card {
		padding: 2rem 1rem
	}

	#cards-section .card .label {
		font-size: 12px;
	}

	#cards-section .card .text-container {
		width: 80%;
	}
}

@media screen and (max-width: 768px) {
	.latin-america-bg-div {
		height: 350px;
	}

	#cards-section .card .text-container {
		width: 50%;
	}

	#cards-section .card {
		padding: 40px 50px;
	}

	#cards-section .card .label {
		font-size: 12px;
	}

}

@media screen and (max-width: 520px) {
	.latin-america-bg-div .description .emph {
		font-size: 28px;
	}

	#globe-section .bottom .title {
		font-size: 22px;
	}

	#cards-section .card {
		padding: 2rem 1rem
	}

	#cards-section .card .text-container {
		width: 100%;
	}

}

@keyframes scrollLeftContainer {
	to {
		translate: calc((-1*(var(--total-width))/ 2) - (var(--gap, 0) / 2));
	}
}
