
html {
     scroll-behavior: smooth; 
 }

/*/////// HOME PAGES ///////*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: Inter, Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
	position: relative
}

a:visited,
a {
	text-decoration: none
}

strong {
	font-weight: 500
}

body {
	background-color: #fff;
	font-family: Inter, Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #212529;
	margin: 0;	
}


/*///// GENERAL /////*/

li {
	    list-style: none; /* Remove default bullet points */

}
@media ( min-width: 1281px) {	
	.mobileOnly {
		display: none !important
	}		
}

@media (max-width:1280px){
	
	.desktopOnly {
		display: none !important
	}
	
}

@media (max-width:800px){
	
	.notMobile {
		display: none !important
	}
}

.hp-separation20 {padding-top: 20px}


h1 {
	font-size: 50px;
	font-weight: 500;
	font-family: Inter, Roboto, Arial;
	margin-top: 0;
	margin-bottom: 30px;
	line-height: 60px;
	-webkit-font-smoothing: antialiased;
	color: white;
}

	#hp-front-page h1 {
		margin-top: 40px
	}
	
h2 {
	font-size: 24px;
	font-family: Inter, Roboto, Arial;
	margin-bottom: 36px;
	font-weight: 400;
	line-height: 34px;
	-webkit-font-smoothing: antialiased;
	color: white;

}
	
h2.fd-types-title {
	margin-bottom: 60px		
}
	
h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 50px;
	font-weight: 600;
    margin-bottom: 11px;
    color: #171f37;
    font-size: 40px;
}
	
	h3.fd-types-title {
    margin-bottom: 20px;
	margin-top: 60px;
}

h3.fd-social-title {
    margin-bottom: 20px;
	margin-top: 120px;	
}
	
h4 {
	font-size: 36px;	
	line-height: 42px;
	margin-top: 0px;
	font-weight: normal;
}

h5 {
	font-weight: normal;
	font-size: 32px;
	line-height: 40px;
}	

@keyframes moveUp {
	from {
		transform: translateY(300%);
		opacity: 0
	}
	to {
		transform: translateY(0%);
		opacity: 1
	}
}


/*//// BUTTONS ////*/


.hp-topNavigation-buttons {
	position: relative;
	width: 150px;
	z-index: 20;
}

.hp-btn {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 13px;
	border-width: 1px;
	border-style: solid;
	border-radius: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	cursor: pointer;
	font-family: Inter, Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400	
}

.hp-topNavigation-btn {
	font-size: 17px;
	line-height: 21px;
	margin-left: 10px;
	font-weight: 500;
	float: right
}



.hp-btn-orange {
	border-color: #ee5e27;
	background-color: #ee5e27;
	color: #fff
}

.hp-btn-orange:hover {
	border-color: #d93c01;
	background-color: #d93c01;
	color: #fff
}

.hp-btn-orange:active {
	border-color: #d93c01;
	background-color: #d93c01;
	color: #fff;
	box-shadow: 0 0 0 2pt white
}

.hp-btn-transparent {
	border-color: white;
	background-color: transparent;
	color: white
}

.hp-btn-transparent:hover {
	border-color: white;
	background-color: white;
}

.hp-btn-transparent:active {
	border-color: white;
	background-color: white;
	box-shadow: 0 0 0 2pt #ed5e27

}

.hp-btn-primarybck {

	color: white;
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	width: 280px
		
}

.hp-btn-centered {

	margin: auto;
    display: block;
    margin-bottom: 150px;
		
}

/*////////////// HEADER //////////////*/

#hp-header {
	top: 58px;
	width: 100%;
	height: 60px;
	position: absolute;
	z-index: 20;
	padding-top: 30px;
	transition: background 0.5s ease-in-out;
}

.hp-desktop-navigation {
	width: 86%;
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 2000px;
	display: flex;
	height: 50px;
	transition: all 0.5s ease-in-out;
	justify-content: space-between;
}

#hp-logo,
#hp-logo img {
	z-index: 60;
	height: 50px;

}

.hp-logo2 img {
	height: 50px
}


/*//// TOP NAVIGATION TABS ////*/

.hp-topNavigation-tabs {
	width: Calc(86vw - 475px);
	display: flex;
	justify-content: flex-end;
	height: 50px;
	position: relative
}

.hp-tab {
	width: 175px;
    min-width: 150px;
    position: relative;
    font-family: Inter, Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 17px;
	line-height: 50px;
	color: white;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
	height: 80px
}


.hp-topNavigation-left {width: Calc(50% - 325px)}
.hp-topNavigation-right {width: Calc(50% - 425px)}

.svg-arrow-down {
	fill: none;
    stroke: white;
    stroke-width: 1.5px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    width: 16px;
    height: 9px;
    top: 22px;
    margin-left: 3px;
    cursor: pointer;
}


#hp-nav-anchor::after{	
	display: block;
	width: 150px;
	height: 2px;
	background-color: white;
	content: "";
    position: relative;
	left: 15px;
	top: -2px;
	opacity: 0%;
	
}

#hp-nav-anchor.transition::after{		
	transition: left 0.3s ease-out;
}


#hp-nav-anchor.nav1::after{
	opacity: 100%;
	width: 115px;
    left: 30px;
}

#hp-nav-anchor.nav2::after{
	opacity: 100%;
    width: 115px;
    left: 205px;
}

#hp-nav-anchor.nav4::after{
	opacity: 100%;
	width: 125px;
    left: 375px;
}

#hp-nav-anchor.nav5::after {
    opacity: 100%;
    width: 125px;
    left: 550px;
}

/*/// DROPDOWNS ////*/

#hp-dropdown-products.nav1 {
    visibility: visible;
    height: 288px;
    left: Calc(50% - 325px + 80px);
}

#hp-dropdown-solutions.nav2 {
    visibility: visible;
    height: 372px;
    left: Calc(50% - 325px + 253px);
    display: flex;
    padding: 22px 0 12px 0;
}

#hp-dropdown-company.nav4 {
    visibility: visible;
    height: 156px;
	left: Calc(50% - 325px + 423px)
}

#hp-dropdown-resources.nav5 {
    visibility: visible;
    height: 200px; /* for 4 options */
    height: 156px;
	left: Calc(50% - 325px + 598px)
}

.hp-dropdown {
    list-style: none;
    box-sizing: border-box;
    margin: 0;
    text-align: left;
    position: absolute;
    top: 60px;
    z-index: 1000;
    min-width: 180px;
    padding: 12px 0;
    border-radius: 4px;
    color: #1c252c;
    background-color: white;
    box-shadow: 0 0 0 1px #000, 0 3px 10px 0 #000;
    overflow: hidden;
    visibility: hidden;
}

#hp-refChecks .hp-dropdown {

box-shadow: 0 0 0 1px rgba(77,101,117,0.1), 0 3px 10px 0 rgba(77,101,117,0.2);
}

.hp-dropdown-section {
    width: 250px;
}

.hp-dropdown-section.hp-left-section {
	border-right: 1px solid black;
}

.hp-dropdown-section-title {
    user-select: none;
    padding: 0px 26px 10px 24px;
    display: block;
    font-weight: 500;
    outline: none;
    font-family: Inter, Roboto, Arial;
    font-size: 17px;
    line-height: 20px;
}



.hp-dropdown-link {

    display: flex;
    line-height: 20px;
    background-color: transparent;
    user-select: none;
    text-decoration: none;
    padding: 10px 26px 10px 14px;
    box-sizing: border-box;
    align-items: center;
    -webkit-box-align: center;
    cursor: pointer;
}

#hp-dropdown-solutions .hp-dropdown-link {
    padding: 10px 26px 10px 24px;
}


.hp-dropdown-item {
    background-color: transparent;
    user-select: none;
    text-decoration: none;
    padding: 10px 26px 10px 14px;
    box-sizing: border-box;
    align-items: center;
    -webkit-box-align: center;
    display: block;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    outline: none;
    font-family: Inter, Roboto, Arial;
    font-size: 15px;
    line-height: 24px;
}

.hp-dropdown-link:hover,
.hp-dropdown-item:hover {
    background-color: #e6f5fc;
    color: black;
}

.hp-dropdown-link:active,
.hp-dropdown-item:active {
    background-color: #e6f5fc;
    color: black;
}


.hp-dropdown-title {
    display: block;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    outline: none;
    font-family: Inter, Roboto, Arial;
    font-size: 15px;
    line-height: 24px;
}

.hp-dropdown-text {
    font-family: Inter, Roboto, Arial;
    font-size: 15px;
    line-height: 24px;
}


.hp-dropdown-item,
.hp-dropdown-title,
.hp-dropdown-text,
.hp-icon-nav,
.hp-btn-transparent:hover,
.hp-btn-transparent:active {
	color: #210504;
	stroke: #210504;
}


.hp-icon-nav {
    width: 24px;
    height: 24px;
    display: inline-block;
    border: none;
    margin-right: 10px;
    stroke-width: 1.2px;
    fill: transparent;
    stroke: #d93c01;
    stroke: #07298c;
}

/*//// MOBILE HEADER ////*/

.hp-mobile-navigation {
    position: fixed; /* Change to fixed */
    top: 0;
    left: 0;
    width: 94%;
    height: 100%;
    background: linear-gradient(40deg, black 26%, #19233f 88%, #0a0a1e 150%);
    padding: 0 3%;
    z-index: 19;
    opacity: 0; /* Show the overlay */
    visibility: hidden; /* Show the overlay */
    overflow-y: hidden; /* Allow scrolling within the overlay */
	transition: 0.4s;
}

@media (max-width: 1280px){
.hp-mobile-navigation.opened {
	opacity: 1;
    visibility: visible;
}
}

.hp-mobile-list {
	display: block;
    height: auto;
    width: 100%;
    padding-top: 105px;
}

.hp-mobile-item {
	position: relative;
    width: 100%;
}

.hp-mobile-tab {
	position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #ffffff;
	font-family: Inter, Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 18px;
    line-height: 70px;
    font-weight: 500;
    cursor: pointer;
	color: white;
	height: 70px;
}

.hp-mobile-tab:hover {
	background-color: #511e1e
}

.hp-mobile-dropdown {
    z-index: 1000;
    min-width: 180px;
    padding: 0px 0;
    color: #1c252c;
    background-color: white;
    display: none;
	height: 0;
	transition: 0.4s;
	box-sizing: border-box;
	overflow: hidden
}

.hp-mobile-dropdown.opened {
	display: block;	
}

#hp-mobile-products.animate {
    height: 532px;
    max-height: calc(100vh - 185px);
    padding: 24px 0;
    overflow-y: auto;
}
#hp-mobile-company.animate {height: 230px; padding: 30px 0;}
#hp-mobile-resources.animate {height: 274px; padding: 30px 0;}

.hp-mobile-dropdown .hp-dropdown-item {padding: 10px 26px 10px 18px}

.hp-mobile-dropdown .hp-dropdown-link {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-height: 58px;
    padding: 10px 26px 10px 18px;
}

.hp-mobile-dropdown .hp-icon-nav {
    flex: 0 0 auto;
    margin: 2px 0 0 0;
}

.hp-mobile-dropdown .hp-dropdown-description {
    min-width: 0;
}

.hp-mobile-dropdown .hp-dropdown-title {
    line-height: 20px;
}

.hp-mobile-dropdown .hp-dropdown-text {
    margin-top: 3px;
    line-height: 17px;
}

.hp-mobile-dropdown-category {
	font-family: Inter, Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-left: 18px;
	user-select: none;
}

@media (max-width: 1280px){

	.hp-desktop-navigation {
	width: 94%;
	justify-content: space-between;
	height: 42px
	}
	
	#hp-header {
		padding-top: 20px;
		position: fixed;
		
	}
	
	#hp-header.hp-scroll {
/*		background-color: black;*/
		border-bottom: 1px white solid;
			background: linear-gradient(40deg, black 26%, #19233f 88%, #0a0a1e 150%);
			top: 0;
	}
	
	#hp-logo {
	    width: 325px;
	}

	#hp-logo,
	#hp-logo img {
	height: 42px;

}
}

.hp-burger {
	display: block;
    width: 45px;
    height: 42px;
    text-align: center;
    border-radius: 3px;
	cursor: pointer;
	display: inline-block;
    background-color: transparent;
    border: none;
    cursor: pointer;
    vertical-align: middle;
    padding: 0;
    outline: none;
    position: relative;
}

.hp-burger-svg {
	cursor: pointer;
    stroke: white;
    stroke-width: 6px;
    fill: none;
    width: 100%;
    height: 100%;
}

.hp-burger-svg:hover .line {
	stroke: #ed5e27
}

.hp-burger-svg .line {
    fill: none;
    stroke: #ffffff;
    stroke-width: 6;
    -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.hp-burger-svg .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.hp-burger-svg .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}

.hp-burger-svg .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.opened .hp-burger-svg .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.opened .hp-burger-svg .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}

.opened .hp-burger-svg .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

@media (max-width: 1280px){

	.hp-flex-panel.hp-mobile {
		width: 100%
	}

}

#mobile-nav-overlay-buttons {
    display: flex;
    position: absolute;
    flex-direction: column;
    bottom: 5%;
    width: 94%;
    align-items: center;
}

#mobile-nav-overlay-buttons.hidden {
    display: none;
}
	
#mobile-nav-overlay-buttons .hp-mobile-2btns {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    margin: 20px 0 0 0;
    width: 100%;
    text-align: center;
}

/*//// SMALL SCREEN ////*/
@media (max-width: 600px){

.hp-mobile-dropdown .hp-dropdown-link {padding: 10px 18px}

}

/*//// END TOP NAVIGATION ////*/

	
/*//// FRONT PAGE ////*/


.hp-front-page {
    position: relative;
	padding-top: 96px;
    padding-bottom: 96px;
	width: 100%;
	overflow: hidden;
	background: linear-gradient(40deg, black 26%, #19233f 88%, #0a0a1e 150%)
	}
	
.hp-flex-section {
	height: 100%;
	width: 86%;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	max-width: 2000px;
	padding-top: 90px;
}

.hp-flex-panel {
	width: 50%
}

.hp-zIndex {z-index: 15}	


@media (max-width: 1280px){

	.hp-flex-panel.hp-mobile {
		width: 100%
	}

}

@media (max-width: 1450px){
	.hp-tablet-1450 {
 
		display: none;
	}}



/*//// ANIMATION ////*/
	
.hp-animation-container {
	width: 100%;
	position: relative;
	
}
	
.hp-vertically-aligned-container {
	position: relative;
    width: 100%;
    height: 100%;
}

.hp-vertically-aligned-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.hp-main-image {
	position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.1);
    width: 150%;
    left: 50%;
}
	

@keyframes openMoveClose {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%); opacity: 1;
  }
  6% {
    clip-path: polygon(32% 78%, 32% 78%, 32% 78%, 32% 78%); opacity: 1;
  }
  14% {
    clip-path: polygon(25% 68%, 40% 68%, 40% 88%, 25% 88%); opacity: 1;
  }
  36% {
    clip-path: polygon(45% 42%, 60% 42%, 60% 78%, 45% 78%); opacity: 1;
  }
  46% {
    clip-path: polygon(38% 12%, 57% 12%, 57% 42%, 38% 42%); opacity: 1;
  }
  56% {
    clip-path: polygon(30% 0.5%, 64% 0.5%, 64% 50%, 30% 50%); opacity: 1;
  }
  57% {
    clip-path: polygon(30% 0.5%, 64% 0.5%, 64% 50%, 30% 50%); opacity: 1;
  }		

  63% {
    clip-path: polygon(39% 15%, 58% 15%, 58% 50%, 39% 50%); opacity: 1;
  }	
	
  75% {
    clip-path: polygon(35% 37%, 54% 37%, 54% 58%, 35% 58%); opacity: 1;
  }		
  88% {
    clip-path: polygon(47% 47.4%, 47% 47.4%, 47% 47.4%, 47% 47.4%); opacity: 1;
  }		
  100% {
    clip-path: circle(0% at 30% 70%); opacity: 1;
  }
}
	

@keyframes openOutline {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%); opacity: 1;
  }
  6% {
    clip-path: polygon(32% 78%, 32% 78%, 32% 78%, 32% 78%); opacity: 1;
  }	
		
  14% {
    clip-path: polygon(24.7% 67.5%, 40.3% 67.5%, 40.3% 88.3%, 24.7% 88.3%); opacity: 1;
  }
		
  36% {
    clip-path: polygon(44.7% 41.5%, 60.3% 41.5%, 60.3% 78.3%, 44.7% 78.3%); opacity: 1;
  }
  46% {
    clip-path: polygon(37.7% 11.5%, 57.3% 11.5%, 57.3% 42.3%, 37.7% 42.3%); opacity: 1;
  }
  56% {
    clip-path: polygon(29.7% 0%, 64.3% 0%, 64.3% 50.3%, 29.7% 50.3%); opacity: 1;
  }
  57% {
    clip-path: polygon(29.7% 0%, 64.3% 0%, 64.3% 50.3%, 29.7% 50.3%); opacity: 1;
  }			
	
  63% {
    clip-path: polygon(38.7% 14.5%, 58.3% 14.5%, 58.3% 50.3%, 38.7% 50.3%); opacity: 1;
  }	
	
	
  75% {
    clip-path: polygon(34.7% 36.5%, 54.3% 36.5%, 54.3% 58.3%, 34.7% 58.3%); opacity: 1;
  }		
  88% {
    clip-path: polygon(47% 47.4%, 47% 47.4%, 47% 47.4%, 47% 47.4%); opacity: 1;
  }		

  100% {
    clip-path: circle(0% at 30% 70%); opacity: 1;
  }
}
	
.reveal-box.play-animation {
  animation: openMoveClose 10s infinite; /* Adjust duration as needed */	
}
	
.outline-box.play-animation {
  animation: openOutline 10s infinite; /* Adjust duration as needed */	
	display: block
	}


.hp-form-input-box {
	font-family: Inter, Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: white;
    position: relative;
    padding: 0 8px;
    font-weight: normal;
    border: 1px solid #656d73;
	border: 1px solid white;
    box-sizing: border-box;
    border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.15);
	width: 500px; 
	height: 50px;
	display: block;
	font-size: 18px;
    line-height: 49px;
	margin-bottom: 20px
	}
	
	
form input::placeholder {
	color: #656d73;
	color: white;
	}

	

form input[type="text"]:hover{
	border-color: #ed5e27;
}

::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder { 
  color: #9bb0bf;
  opacity: 1;
  font-style: italic;	
}

.hp-down-arrow {
	right: 12px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    width: 12px;
    height: 8px;
    background-color: white;
    position: absolute;
    top: 21px;
    pointer-events: none;
    z-index: 10;
}
	
/*//// VALIDATION ////*/
	
.hp-input-row {
		position: relative;
	}	

.hp-input-row u {
color: #F00;
    text-decoration: none;
    font-size: 25px;
    /* width: 8px; */
    position: absolute;
    right: -20px;
    top: 19px;
}
	
span.error {
    position: absolute;
    background-color: #511e1e;
    z-index: 10;
    color: red;
    pointer-events: none; 
	top: 0
}




	
.hp-try-text {
	font-size: 15px;
	font-family: Inter, Roboto, Arial;
	margin-bottom: 20px;
	font-weight: 500;
	line-height: 21px;
	-webkit-font-smoothing: antialiased;
	color: white;
}





/*//// SECTIONS ////*/

h2.fd-types-title {
	margin-bottom: 60px		
}

.fd-fake-allTypes {
    display: flex;
    width: 84vw;
    margin: auto;
    justify-content: space-between;
	margin-bottom: 40px;
	justify-content: space-evenly
}

.fd-fake-type {
    position: relative;
    width: calc(25% - 45px);
}

.fd-fake-image {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    left: -20px;
    border-radius: 100%;
	border: 2px solid white
}

.fd-fake-name {
    background-color: #171f37;
    color: white;
    padding: 6px 10px 6px 40px;
    display: inline-block;
    font-size: 18px;
    font-family: Inter, Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    text-align: left;
    z-index: 0;
    position: absolute;
    left: 50px;
    top: 62px;
}



@media (max-width:1280px){
	.fd-fake-type.fd-hide {display: none}	
	.fd-fake-type {width: calc(50% - 45px);}	
	}


.fd-section-paragraph.fd-fake-text {
	margin-top: 106px;
}


.fd-loved-section {
	width: 86%;
	margin: 40px auto 90px auto;
	position: relative;
	display: block;
	overflow: hidden;
}

.fd-loved-text {   
	display: block;
    align-items: center;
    font-family: Inter, Roboto, Arial;
    font-size: 18px;
    width: 100%;
    color: #25282B;
    text-transform: uppercase;
    margin-bottom: 10px;
	user-select: none;
	text-align: center;
}

@keyframes scrolltest {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-250px * 11))}
}


.slider {
	height: 80px;
	overflow:hidden;
	position: relative;
	width: 100%;
}

.slider::before,
.slider::after {
		background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
		content: "";
		height: 80px;
		position: absolute;
		width: 30px;
		z-index: 2;
	}
	
.slider::after {
		right: 0;
		top: 0;
		transform: rotateZ(180deg);
	}

.slider::before {
		left: 0;
		top: 0;
	}
	
	.slide-track {
	animation-duration: 40s;
	display: flex;
	width: calc(250px * 22);
	animation-name: scrolltest;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
	z-index: 20;
	animation-timing-function: linear;
	margin-top: 15px
	}
	
	.slide {
		height: 50px;
		width: 250px;
		position: relative;		
	}


.fd-loved-logo {
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	filter: grayscale(100%);
}

.fd-gradient-background {
	background-image: linear-gradient(175deg,white, #f4f8ff);
	width: 100%;
	content: "";
	padding-bottom: 100px;
	margin-bottom: 60px;
	text-align: center;
	margin-bottom: 60px	
}

.fd-section-rowcontainer{
	display: flex;
    width: 70%;
    margin: auto;
	margin-bottom: 40px;
	justify-content: space-around
}

.fd-section-rowcontainer.fd-flex-reverse {flex-direction: row-reverse}


.fd-section-textcontainer{
	width: 40%;
	position: relative;
	text-align: left
}

.fd-section-textcontainer.hp-more-text {
	width: 60%
}


.fd-section-imagecontainer{
	width: 50%;
	max-width: 480px;
	display: inline-flex
}

.hp-section-phonecontainer{
	width: 60%;
	max-width: 600px;
	display: inline-flex
}


.fd-section-imagecontainer.hp-more-text {
	width: 38%
}
	
.hp-link {
	color: #1058aa;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
	user-select: none;
	}

.hp-link:hover {
    color: #1058aa;
    text-decoration: underline;
}

.fd-section-imagecontainer img {
		display: block; 
		width: 100%; 
		margin: auto;
}	

.fd-slide-animation {
	  opacity: 0;
}

@media ( min-width: 740px) {

.fd-visible {
	  opacity: 0;
  	  animation: show-in 2s ease forwards;
}
}


@keyframes show-in {
  to {opacity: 1}
}

.fd-section-title {
	text-align: left;
	margin-bottom: 20px;
	font-weight: 500;
	color: #171f37;
}

.fd-title-box {
	margin-top: 10%;
    margin-bottom: 6px;
    background-color: #171f37;
    color: white;
    padding: 6px 10px;
    display: inline-block;
    font-size: 18px;
    font-family: Inter, Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    text-align: left;
    z-index: 2;
}

.fd-section-paragraph {
	font-size: 20px;
	font-family: Inter, Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	line-height: 30px;
	color: #212529;
	-webkit-font-smoothing: antialiased;
	text-align: left;
	margin:0;
	z-index: 2;
	cursor: default;
	margin-bottom: 25px;
}

	.fd-types-text, 
	.fd-social-text {
		font-size: 20px;
	font-family: Inter, Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	line-height: 30px;
	color: #212529;
	-webkit-font-smoothing: antialiased;
	text-align: left;
	margin:0;
	z-index: 2;
	cursor: default;
	width: 86%;
    max-width: 1200px;
    margin: 0px auto 100px auto;
    text-align: center;
	}

.fd-btn-section {
	display: block;
	width: 296px;
	margin: 0 auto;
	font-size: 22px;
	line-height: 28px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	text-align: center
}

.fd-btn-section.fd-btn-section-large {
	width: 310px
}




/*//// EMPLOYER POLYGON ///*/
	
.fd-ready{
    overflow: hidden;
	display: flex;
	justify-content: space-between
}
	
.fd-ready.fd-polygon {
	background-image: linear-gradient(40deg, #081129 26%, #19233f 88%, #0a0a1e 150%);
	margin: 0;
	padding: 70px 20% 70px 20%;
	width: 100vw;
	box-sizing: border-box;
}

.fd-fist-icon {
	display: inline-block;
    width: 45px;
    height: auto;
    vertical-align: -5px;
}

	.fd-ready .fd-section-title,
	.fd-ready .fd-section-paragraph {
		color: white
	}


.fd-ready-btn {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
	margin-left: 15px;
    -webkit-font-smoothing: antialiased;
	top: 50%;
    transform: translateY(-50%);
}
	
	
	@media ( max-width: 1280px) {
	.fd-ready-btn-container{
	display: flex;
    justify-content: space-between;
	}
	
	.fd-ready-btn {
    font-size: 20px;
	margin-left: 0px;
	display: block
}

}

@media ( min-width: 1281px) {		
.fd-ready-btn-container {position: relative; width: 260px}	
.fd-ready-btn.fd-OnlyOneBtn {
	position: absolute; 
	top: 50%; 
	transform: translateY(-50%); 
	right: 0; 
	margin: 0;
	width: 260px;
    text-align: center;
    }
}

.an-image-container,
.an-text-container {
	position: absolute;

}

#email-container-1 .email-bckg {top: 0; left: 0}
#email-container-2 .email-bckg {top: 0; right: 0}
#email-container-3 .email-bckg {bottom: 0; left: 0}
#email-container-4 .email-bckg {bottom: 0; right: 0}

.an-email-container {
	width: 350px;
    height: 160px;
    position: relative;
}

.email-bckg {
	width: 350px;
	height: 160px;
	position: absolute;
	animation: mosaic 1600ms infinite linear;
	fill: white;
	stroke: white;
	transform: scale(1);
	top: 0;
	left: 0;
}

@keyframes mosaic {
0% {fill: white;}
	50% {fill: #8bccff;}
/*50% {fill: #addbff;}*/

100% {fill: white;}
}



.email-bckg.delay2{
animation-delay: 400ms
}


.email-bckg.delay3{
animation-delay: 800ms
}


.email-bckg.delay4{
animation-delay: 1200ms
}

/* Parent container for the large rectangle */
.parent-container {
  width: 1050px;
  height: 480px; 
  margin: auto;
  position: relative;
  margin-bottom: 100px;
  overflow:hidden
  
}

.row-container {
	display: flex;
	justify-content: space-around;
	width: 1050px;
	height: 160px
}


.email-volume {
    stroke: #e91c62;
    fill: transparent;
    stroke-width: 5px;
    stroke-dasharray: 1500; /* Adjust this value to match or exceed the path length */
    stroke-dashoffset: -1500; /* Initially hide the stroke */
    animation: draw 3s ease-in-out infinite;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@keyframes draw {
  to {
    stroke-dashoffset: 0; /* Fully visible */
  }
}

.an-email-img {
    width: 150px;
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translate(-50%, -50%);
    animation: appear 3s ease-in-out infinite;  
    opacity: 0;  
}

@keyframes appear {
  0% {opacity: 0%;}
  55% {opacity: 0%;}
  60% {opacity: 100%;}
  100% {opacity: 100%;}
}


.an-fox-img {
    width: 450px;
    position: absolute;
    top: 52px;
    left: 200px;
}


@media ( max-width: 1100px) {		
.email-column-3 {display: none}	
.row-container, .parent-container {width: 700px}
.an-fox-img {left: 30px;}
.an-email-img {right: 25px}
}

@media ( max-width: 850px) {		
.email-column-2 {display: none}	
.row-container, .parent-container {width: 350px}
.parent-container {margin-bottom: 60px}
.an-fox-img {left: -30px;}
}

/*//// FOOTER ////*/


.hp-before-footer {
padding-bottom: 400px	
}



.hp-footer {

	width: 100%;
	height: 400px;
	background-color:#000000;
	padding: 70px 10% 10px 10%;
	justify-content: space-between;
	box-sizing: border-box;
	position: relative
}

.hp-footer-linkscontainer{
	display: flex
}

.hp-footer-logo {
	width: 32%;
	padding-left: 8%
}

.hp-footer-column {
	width: 20%;
}

.hp-footer-copyright,
.hp-footer-column-title,
.hp-footer-column-links{
	display: block;
	font-size: 16px;
	font-family: Inter, Roboto, Arial;
	font-weight: 400;
	line-height: 34px;
	color: #ffffffa6;
	-webkit-font-smoothing: antialiased;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
}

.hp-footer-copyright {line-height: 22px;}

.hp-footer-column-links:hover{
	color: white
}

.hp-footer-copyright,
.hp-footer-column-title {
	color: white;
	cursor: default
}

.hp-footer-copyright {
	position: absolute;
	bottom: 30px;
	width: 80%;
	text-align: center
}

/*//////// MOBILE LAYOUT ////////*/ 


@media (max-width: 1280px){

	.hp-flex-section {width: 94%}

	.fd-section-rowcontainer,
	.fd-section-rowcontainer.fd-flex-reverse {
	    margin-bottom: 50px;
    	flex-direction: column;
		width: 94%;}
	
	.fd-section-textcontainer,
	.fd-section-imagecontainer,
	.fd-section-textcontainer.hp-more-text,
	.fd-section-imagecontainer.hp-more-text{
		width: 100%;
		margin: auto;
		margin-bottom: 30px;
		display: block;

	}
	
	.fd-ready,
	.hp-footer-linkscontainer {
		flex-direction: column;
	}
	.fd-ready.fd-polygon {
		padding: 70px 5% 70px 5%;
		text-align: center
		}
	
	.fd-ready .fd-section-title,
	.fd-ready .fd-section-paragraph{
		text-align: center
	}
	
	.fd-ready-btn-container {
		display: block;
		margin-top: 40px
	}
	
	.hp-footer {height: 100%}
	.hp-footer-logo {
		    width: 100%;
    		margin-bottom: 30px;
    		padding: 0;
			text-align: center
	}
	
	.hp-footer-column {width: 100%; margin-bottom: 30px; text-align: center}
	
	.hp-footer-column:last-child {width: 100%; margin-bottom: 80px}
}

@media (max-width: 1280px){

#hp-ID-verification {
	padding: 96px 3%;
	width: 94%
	}}


@media (max-width: 650px){
	.hp-form-input-box {width: 100%}
	.hp-btn-primarybck {width: 100%; font-size: 20px}
	.fd-fake-type.fd-hide2 {display: none}	
	.fd-fake-allTypes, .hp-cards-container, .hp-social-container {flex-direction: column; margin-bottom: 0}
	.fd-fake-type {width: 100%}
	 #hp-logo, #hp-logo img, .hp-logo2 img {height: 32px}
	 #hp-logo {margin-top: 5px}
	
	.hp-flex-section, #hp-ID-verification {
		padding-top: 40px
	}
	
	.hp-front-page {height: 100%}
	h1 {
	font-size: 28px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 10px;
	padding: 0 3%;
	}
	
	

	h2, .fd-types-text {
	font-size: 18px;
    text-align: center;
    line-height: 24px;
	padding: 0 3%;
}

	h3, h3.fd-social-title {
	font-size: 24px;
    text-align: center;
    line-height: 30px;
	margin-top: 30px;
	padding: 0 3%;	
	}

	
	.fd-types-text {
	margin-bottom: 60px}
	
	
	.hp-form-input-box {
			font-size: 18px;
	}
	
	.fd-section-paragraph {
			font-size: 18px;
    line-height: 24px;
		margin-bottom: 14px			
	}
		
	.fd-section-title {
			font-size: 24px;
    line-height: 30px;
	}
	
	.hp-link {
		font-size: 16px
	}
	
	.fd-gradient-background {margin-bottom: 60px}
	
	.hp-mobile-dropdown-category {
			font-size: 20px;
	}
	
	#hp-mobile-products.animate {
        height: 532px;
        max-height: calc(100vh - 185px);
    }
}

/*/////// ID VERIFICATION //////////*/

#hp-ID-verification h1, #hp-careers h1 {margin-top: 120px; text-align: center}


#hp-ID-verification h2, #hp-about-us h2, #hp-pricing h2
{margin-bottom: 50px; text-align: center}

.hp-form-container {width: 500px; margin: auto}

.hp-free {
	font-weight: 900;
    color: #ff8d61;
}

.hp-card {
    width: 30%;

    border-radius: 10px;
    padding: 20px 0 30px 0;
    display: flex;
    justify-content: inherit;
    flex-direction: column;
	align-self: flex-start;

}

.hp-cards-container,
.hp-social-container {
	display: flex;
    margin: auto;
    justify-content: space-between;
    width: 86%;
	max-width: 1200px;
	align-items: flex-end;
	
}

.hp-social-container {
	display: block;
	margin-bottom: 120px
}

.hp-card-image-wrapper {
    background-color: #e7f1ff;
    padding: 40px 20px;
    border-radius: 20px;
    margin: auto;
}
.hp-card-image {
    width: 150px;
    margin: auto;	
}

.hp-card-title {
font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}

.fd-types-text.margin-bottom,
.fd-social-text.margin-bottom,
.fd-section-paragraph.margin-bottom  {
	margin-bottom: 60px
}



ul.fd-section-paragraph li {
    margin: 0 0px 10px 40px;
list-style-type: square;
}

.hp-statement-container {
    position: relative;
	max-width: 1500px;
	display: block;
	margin: auto;
	width: 86%
}

.hp-statement-image {
	    width: 100%;
    border-radius: 20px;
}
	
	
.hp-statement-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: WHITE;
    width: calc(49% - 20px);
    margin-left: 41%;
    line-height: 80px;
    font-size: 50px;
}

@media ( min-width: 1281px) {	
	.hp-card-image-wrapper {width: 250px}	
}

	@media (max-width:1280px){
	
	.hp-statement-text {
    line-height: 64px;
    font-size: 40px;
	}
		
	.hp-form-container {width: 94%}	
		
	#fd-section-title-center {text-align: center}

}

@media (max-width:1280px) and (min-width: 900px) {
	.hp-card-image-wrapper {width: 200px}	
}

	@media (max-width:1000px){
	
	.hp-statement-text {
    line-height: 50px;
    font-size: 32px;
	}
		

}

	@media (max-width:800px){
	
	.hp-statement-text {
    line-height: 50px;
    font-size: 32px;
		width: 80%;
		margin-left: 10%
	}
				
		.hp-card-image-wrapper {width: 87%}	
		.hp-social-container {margin-bottom: 60px; width: 100%}


	.fd-section-imagecontainer.hp-more-text{
		width: 80%;

	}		
}

	@media (max-width:650px){
	
	.hp-statement-text {
    line-height: 30px;
    font-size: 21px;
		width: 90%;
		margin-left: 5%;
		padding: 0;
		margin-top: 0
	}
		
		.hp-card {width: 94%; margin: auto}	
}

.pdf-account {
    width: 147px;
    height: 20px;
    background: #ECEFF4;
    background: #d0eaff;
    padding: 8px 10px 7px 10px;
    border-radius: 3px;
    margin-bottom: 6px;
	text-align: left;
	display: inline-block
}

.pdf-logo {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    fill: #092A5E;
    fill: #24549E;
    transform: translateY(0px);
    margin-right: 5px;
    margin-top: -5px;
}

.pdf-account-title {
    font-family: Arial;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #24549E;
    -webkit-font-smoothing: auto;
    display: inline-block;
    vertical-align: middle;
}

.hp-bullet-icon {
	width: 30px;
	height: 30px;
	    margin-right: 10px; /* Add spacing between icon and text */

}

.hp-list {
	display: block
}

.hp-list-item {
    display: flex; /* Use flexbox for alignment */
    align-items: center; /* Vertically align items */
    margin-bottom: 20px; /* Add spacing between list items */}

.hp-list {
list-style: none;
    padding: 0;
    margin-left: 15px;
    margin-top: 50px;
}


.hp-list-text {
/*    font-size: 16px;*/
    /* Add other text styling */
}


/*/////// REFERENCE CHECKS //////////*/

.hp-main-title {
	width: 35%;
	padding-top: 120px;
	box-sizing: border-box;
	margin-left: 7%
}


@media (min-width: 2325px) {
.hp-main-title {
	margin-left: calc(50vw - 1000px)
	}}


@media (max-width:1280px){
	
	.hp-main-title {
		padding-top: 65px;
		margin-left: 3%
	}
}

@media (max-width:1180px){
	
		.hp-main-title {
		width: 94%;
		text-align: center
	}

}

	
/*/// REPORT SAMPLE ///*/

.fd-report-scale {
    width: 816px;
    height: 1057px;
    z-index: 5;
	opacity: 0;
	box-shadow: 5px 1px 8px #0000007a;
	overflow: hidden;
	background-color: white
}




@media (min-width:1181px) {
	.fd-report-scale {
	position: absolute;
	top: 28%;
    right: 3%;
    transform: rotate(5deg);
	transform-origin: top right;
	}

.fd-report-scale.fd-report-animate {
	animation: intro-slide-animation 1s ease forwards;
	animation-delay: 0.3s;
}

}
	
@media (min-width:651px) and (max-width: 1180px){
	.fd-report-scale {
	position: relative;
    transform: rotate(5deg);
	transform-origin: top center;
		opacity: 1
	}	

}
	
@media (max-width:650px){
	.fd-report-scale {
	display: none
	}
}


@keyframes intro-slide-animation {
	0% {margin-top: 12vh; opacity: 0}
	100% {margin-top: 10; opacity: 1}
}


.fd-photo {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 162px;
	left: 48px
}

.fd-photo.fd-linkedin {
	top: 756px;
    left: 56px;
    width: 70px;
	height: 70px;
}

.fd-report-page {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background-color: white;
	transition: 0.4s linear; 
  opacity: 1;
  z-index: 10
}


/*/// REPORT ANIMATIONS ///*/

#fd-animated-circle {
        stroke-dasharray: 400;
        stroke-dashoffset: 400;
        pointer-events: none;
        z-index: 20;
        position: absolute;
        animation: markerAnimation 1.5s linear forwards;
        animation-delay: 1.5s;
        z-index: 20;
    }

    @keyframes markerAnimation {
        to {
            stroke-dashoffset: 0;
        }
    }
    
#fd-animated-outline1,
#fd-animated-outline2 {
        stroke-dasharray: 400;
        stroke-dashoffset: 400;
        pointer-events: none;
        z-index: 20;
        position: absolute;
        animation: outlineAnimation 1.5s linear forwards;
        animation-delay: 1.5s;
        z-index: 20;
        height: 19px;
    	top: 433px;
    	left: 74px;
    }

#fd-animated-outline2 {
	    height: 19px;
    	top: 474px;
    	left: 74px;
    	animation-delay: 2s;
}
    @keyframes outlineAnimation {
        to {
            stroke-dashoffset: 0;
        }
    }    
    
#fd-animated-stamp {
  z-index: 20;
  position: absolute;
  fill: #e91c62;
  height: 128px;
  width: 222px;
  left: 10px;
  top: 150px;
  position:relative;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  animation-delay: 2s;
  -webkit-animation-delay:2s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
   animation-fill-mode: forwards;
}

@-webkit-keyframes pulse{
  0%{
    opacity: 0;

  }
  10%{
    opacity:.50;
    transform-origin: 50% 50%;
    transform: rotate(10deg) scale(3);
    transition: all .3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
        left: 250px;
  	top: 100px;

  }
  100%{
    opacity:1;
    transform: rotate(0deg) scale(1);
  }
}


    
#fd-animated-stamp-2 {
  z-index: 20;
  position: absolute;
  fill: #e91c62;
  height: 128px;
  width: 222px;
  left: 300px;
  top: 280px;
  -webkit-animation-name: pulse2;
  animation-name: pulse2;
  animation-delay: 0s;
  -webkit-animation-delay:0s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
   animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes pulse2 {
  0%{
    opacity: 0;

  }
  55%{
    opacity:0;
    transform-origin: 50% 50%;
    transform: rotate(10deg) scale(6);
    transition: all .3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  
  56%{
    opacity:.50;
    transform-origin: 50% 50%;
    transform: rotate(10deg) scale(6);
    transition: all .3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  
  70%{
    opacity:1;
    transform: rotate(0deg) scale(1.5);
  }
  
  100%{
    opacity:1;
    transform: rotate(0deg) scale(1.5);
  }
}

@media ( max-width: 1100px) {		
#fd-animated-stamp-2 {left: 130px}

}

@media ( max-width: 850px) {
	#fd-animated-stamp-2 {left: 70px}
}


/*///// TRACKER /////*/


.hp-track-container {
	height: 420px;
	position: relative;
	margin-bottom: -20px;
	overflow: hidden;
}

.hp-track-img{
	position: absolute;
	display: block;
	height: 267px;
	width: 316px;
	margin: 0 -158px;
	top: 20px;
	left: 41%
}

.hp-track-svg {
	stroke-width: 8px;
    fill: none;
    stroke-width: 8;
    stroke: #171F37;
    position: absolute;
    display: block;
    height: 267px;
    width: 316px;
}

.hp-track-img::before,
.hp-track-img::after {
	background-color: #171f37;
	position: absolute;
	display: block;
	content: "";
	width: 100vw;
	height: 8px
}

.hp-track-img::before {
	bottom:0;
	right: 100%;
}

.hp-track-img::after {
	top:0;
	left: 100%;
}

.hp-website-track-point {
	position: absolute}

.hp-website-track-point-node {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5
}

.hp-outer-disc{
	width: 32px;
	height: 32px;
	border-radius: 16px;
	background-color: #171f37;
	margin: -16px;
	animation: hp-outer-animation 10s infinite;
	
}

@keyframes hp-outer-animation {
    0% { background-color: #171f37; }
    10% { background-color: #ee5e27; }
    25% { background-color: #ee5e27; }
    35% { background-color: #171f37; }
    100% { background-color: #171f37; }
}


.hp-inner-disc{
	transform: scale(0);
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background-color: #fff;
	margin: -10px;
	animation: hp-inner-animation 10s infinite;
}

@keyframes hp-inner-animation {
    0% { transform: scale(0); }
    10% { transform: scale(1); }
    25% { transform: scale(1); }
    35% { transform: scale(0); }
    100% { transform: scale(0); }
}


.hp-website-track-point-node .hp-outer-disc,
.hp-website-track-point-node .hp-inner-disc {
	transition: all .5s cubic-bezier(.645,.045,.355,1);
	position: absolute;
	left: 0;
	top:0
}

.hp-website-track-point-text {
	transition: all .5s cubic-bezier(.645,.045,.355,1);
    transform: translate(-50%,56px);
    background-color: #ee5e27;
    color: #fff;
    border-radius: 16px;
    white-space: nowrap;
    line-height: 32px;
    font-size: 18px;
	font-weight: 500;
    padding: 0 16px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 10px;
	font-family: Inter, Roboto, Arial;
	-webkit-font-smoothing: antialiased;
	animation: hp-text-animation 10s infinite;
}

@keyframes hp-text-animation {
    0% { transform: translate(-50%,56px); opacity: 0; }
    10% { transform: translate(-50%,24px); opacity: 1; }
    25% { transform: translate(-50%,24px); opacity: 1; }
    35% { transform: translate(-50%,56px); opacity: 0; }
    100% { transform: translate(-50%,56px); opacity: 0; }
}

.hp-website-track-point-details {
	transition: all .5s cubic-bezier(.645,.045,.355,1);
/*    transform: translate(-50%,56px);*/
    color: #212529;
    white-space: nowrap;
    line-height: 24px;
    font-size: 18px;
	font-weight: 400;
    padding: 0 16px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 20px;
	font-family: Inter, Roboto, Arial;
	transform: translate(-50%, 65px);
	animation: hp-details-animation 10s infinite;

}

@keyframes hp-details-animation {
    0% {opacity: 0; }
    5% {opacity: 0; }
    15% {opacity: 1; }
    25% {opacity: 1; }
    35% {opacity: 0; }
    100% {opacity: 0; }
}

.hp-outer-disc.delay3s,
.hp-inner-disc.delay3s,
.hp-website-track-point-text.delay3s,
.hp-website-track-point-details.delay3s{
	animation-delay: 2500ms
}

.hp-outer-disc.delay6s,
.hp-inner-disc.delay6s,
.hp-website-track-point-text.delay6s,
.hp-website-track-point-details.delay6s{
	animation-delay: 5000ms
}

.hp-outer-disc.delay9s,
.hp-inner-disc.delay9s,
.hp-website-track-point-text.delay9s,
.hp-website-track-point-details.delay9s{
	animation-delay: 7500ms
}

/*//// MOBILE TRACKER ////*/


@media ( max-width: 739px) {

.hp-track-container {
	display: none}
	
	
.hp-track-mobile-container {
	height: 450px;
	position: relative;
	margin-top: 30px;
	overflow: hidden;

}

.hp-track-mobile-img{
	background: transparent url('/resources/hp-track-mobile.svg') 50% no-repeat;
	position: absolute;
	display: block;
	height: 450px;
	width: 10px;
	margin: 0px;
	bottom: 0px;
	left: Calc(50% - 5px)
}

.hp-website-mobile-track-point {
	position: absolute}

.hp-website-mobile-track-point-node {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5
}

.hp-website-mobile-track-point-node .hp-outer-disc,
.hp-website-mobile-track-point-node .hp-inner-disc {
	transition: all .5s cubic-bezier(.645,.045,.355,1);
	position: absolute;
	left: 0;
	top:0
}


.hp-website-mobile-track-point-text {
	transition: all .5s cubic-bezier(.645,.045,.355,1);
    transform: translate(-50%,56px);
    background-color: #ee5e27;
    color: #fff;
    border-radius: 16px;
    white-space: nowrap;
    line-height: 32px;
    font-size: 16px;
	font-weight: 500;
    padding: 0 16px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
	font-family: Inter, Roboto, Arial;
	-webkit-font-smoothing: antialiased;
	animation: hp-text-animation 10s infinite;
}

.hp-outer-disc.delay3s,
.hp-inner-disc.delay3s,
.hp-website-mobile-track-point-text.delay3s{
	animation-delay: 2500ms
}

.hp-outer-disc.delay6s,
.hp-inner-disc.delay6s,
.hp-website-mobile-track-point-text.delay6s{
	animation-delay: 5000ms
}

.hp-outer-disc.delay9s,
.hp-inner-disc.delay9s,
.hp-website-mobile-track-point-text.delay9s{
	animation-delay: 7500ms
}
}


/*//// EMPLOYER POLYGON ///*/
.hp-polygon{
	display: flex;
    margin: auto;
	margin-bottom: 40px;
	justify-content: space-between;
	background-image: linear-gradient(40deg, #081129 26%, #19233f 88%, #0a0a1e 150%);
	margin: 0;
	padding: 70px 20% 70px 20%;
	width: 100vw;
	box-sizing: border-box;
}

.hp-polygon-title {text-align: left; color: white}

.fd-polygon-text {
			font-size: 20px;
	font-family: Inter, Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	line-height: 30px;
	color: white;
	-webkit-font-smoothing: antialiased;
	text-align: left;
	margin:0;
	z-index: 2;
	cursor: default;
}

.hp-section-textcontainer {
    width: 50%;
    position: relative;
}


.hp-section-top-triangle{
	height: 90px;
    width: 100vw;
	box-sizing: border-box;
	margin-bottom: -1px;
	background-image: linear-gradient(40deg, #081129 26%, #19233f 88%, #0a0a1e 150%);
	clip-path: polygon(100% 0,0 100%,100% 100%)
}

.hp-section-bottom-triangle{
	height: 50px;
    width: 100vw;
	box-sizing: border-box;	
	margin-top: -1px;
	background-image: linear-gradient(40deg, #081129 26%, #19233f 88%, #0a0a1e 150%);
	clip-path: polygon(0% -100%,0% 100%,100% 0%);
	margin-bottom:70px;
}

.hp-section-imagecontainer{
    width: 50%;
    max-width: 480px;
}

.hp-section-imagecontainer img {
		display: block; 
		width: 100%; 
		margin: auto;
}	

@media (max-width: 1280px){
	.hp-polygon{
	padding: 70px 3% 70px 3%;

}
}

@media (max-width:800px){

	.hp-section-textcontainer {
		width: 100%
	}
	
	.hp-polygon-title {
		text-align: center
	}
	.hp-section-imagecontainer,
.hp-section-phonecontainer {
	width: 100%;
	margin:auto;
	}
	
	.hp-section-imagecontainer img {
		display: block; 
		width: 94%; 
		margin: auto;
		margin-top: 20px;
	}	

}

@media ( max-width: 1039px) and (min-width:740px) {
.hp-section-phonecontainer,
.hp-section-imagecontainer {
	position: relative;
	width: 58%
	}	}

/*//// TECHNOLOGY SECTION POLYGON ///*/

.hp-technology-bottom {margin-top: 130px}

.hp-technology-bottom .hp-section-rowcontainer {
    width: 70%;
    justify-content: space-between;
	flex-direction: row-reverse

}

@media (max-width: 1280px){
	.hp-technology-bottom .hp-section-rowcontainer {
		width: 94%
	}
}

@media (max-width: 800px){
	.hp-polygon, .hp-technology-bottom .hp-section-rowcontainer {
		flex-direction: column
	}
	
	.hp-technology-bottom .fd-section-title {margin-left: -3%}
	.hp-technology-bottom {margin-top: 60px}
}

.hp-section-rowcontainer{
	display: flex;
    width: 80%;
    margin: auto;
	margin-bottom: 40px;
	justify-content: space-around
}


.hp-section-phone-img-group{
	position: relative;
	width: 100%
}

.hp-phone-frame,
.hp-phone-screenx,
.hp-section-phonecontainer img {
		display: block; 
		width: 100%; 
		margin: auto}

.hp-phone-frame {z-index: 10}


#hp-phone-photo {
    width: 78px;
    position: absolute;
    top: 274px;
    z-index: 10;
    left: 132px;
}
#hp-phone-screen1,
#hp-phone-screen2,
#hp-phone-screen3 {
	opacity: 0;
}


#hp-phone-screen1.hp-screen-selected,
#hp-phone-screen2.hp-screen-selected,
#hp-phone-screen3.hp-screen-selected{
	opacity: 1}


.hp-phone-screenx {
	position: absolute;
	top:0;
	left: 0		
}

.hp-btncircles {text-align: left}


#hp-btncircle1,
#hp-btncircle2,
#hp-btncircle3 {
	height: 32px;
	width: 32px;
	display: inline-block;
    background-color: #C4C4C4;
    content: "";
	border-radius: 32px;
	margin: 10px 5px 0px 0px;
	cursor: pointer;	
}


#hp-btncircle1.hp-btncircle-selected,
#hp-btncircle2.hp-btncircle-selected,
#hp-btncircle3.hp-btncircle-selected {
	background-color: #ee5e27
}

#hp-btncircle1:hover,
#hp-btncircle2:hover,
#hp-btncircle3:hover {
	background-color: #d93c01
}	


#hp-btncircle1:active,
#hp-btncircle2:active,
#hp-btncircle3:active {
	background-color: #d93c01;
	box-shadow: 0 0 0 4pt #C0D3F0	
}	

/*//// ABOUT US ////*/
#hp-about-us {margin-bottom: 90px}
#hp-about-us h1 {text-align: center}
#hp-about-us h2 {max-width: 1200px; margin: 0 auto 80px auto}
#hp-about-us h2.hp-about-title {margin: 120px auto 0 auto; color: #ff8d61; font-weight: 500}

#hp-about-us .hp-cards-container {width: 60%}
#hp-about-us .fd-types-text {color: white; margin: 0px auto 0px auto}
#hp-about-us .hp-card-title {font-weight: 600; font-size: 23px; margin-bottom: 10px; color: #ff8d61}
#hp-about-us .hp-card {border: 1px solid #ff8d61}
#hp-about-us .fd-social-title {margin-bottom: 60px}
.fd-section-paragraph.fd-smaller-font {font-size: 18px}

h3.fd-team-title {
    margin-bottom: 40px;
    margin-top: 120px;
}


.hp-team {
	display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
}
.hp-team-member {
	width: 21%;
    margin-bottom: 50px;
    padding: 20px;
    border-radius: 6px;
    box-sizing: border-box;
    margin: 0 2% 50px 2%;
	cursor: pointer
}

.hp-team-member:hover {
	background: #e7f1ff
}
.hp-team-member-name,
.hp-team-member-title {
    font-style: normal;
    font-family: Inter, Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #212529;
    font-size: 16px;
    line-height: 24px;
	margin-bottom: 10px
}

.hp-team-member-name {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 0px
}


.hp-team-member-photo {
	width: 180px;
    height: 180px;
	border-radius: 100%;
	margin-bottom: 10px

}

.hp-team-member-linkedin {
	width: 20px;
    height: 20px;
    background: #d0eaff;
    padding: 4px 5px 5px 5px;
    border-radius: 3px;
    margin: auto;
	fill: #24549E
}

.hp-team-member-linkedin.gray {
	background: #e2e8ec;
	fill: #b3c2cd
}

.hp-team-member-linkedin svg {
	width: 20px;
    height: 20px;
}

.fd-austin-container {
	width: 100%
}

.fd-austin-textcontainer {
	width: 60%;
	margin: auto
}

.fd-austin-img {
	width: 100%;
	margin-top: -30px
}

@media (max-width:1280px) {
#hp-about-us .hp-cards-container, .fd-austin-textcontainer {width: 94%}
	.hp-team-member {
	width: 29%;
    margin: 0 2% 30px 2%;}	
}

@media (max-width:650px) {
#hp-about-us .hp-card {margin-bottom: 20px}
	.hp-team {flex-direction: column}	
	.hp-team-member {width: 100%; margin: 0 0 30px 0;}
}

@media (max-width:1400px) {
.hp-team {width: 94%}
}


/*///// CONTACT US /////*/

#hp-contact-us {height: 80vh}
#hp-contact-us h2 {
	text-align: center;
    padding-top: 12px;
    font-weight: 400;
	margin-bottom: 0
}

#hp-contact-btn {width: 100%;}

#hp-dropdown-options {height: 0; width: 100%; transition: all 150ms linear;}
#hp-dropdown-options.is-open {
	visibility: visible;
    height: 244px;}

.hp-form-input-box.dropdown-input {cursor: pointer}

.hp-contact-animation-container {
    height: 60px;
    width: 240px;
    margin: auto;
    margin-top: 160px;
    margin-bottom: 120px;
}

.corp-contact-icon.corp-contact {
    animation: email-animation 2s cubic-bezier(0.12, 0.7, 0.74, 0.71) infinite alternate-reverse;
    display: grid;
    justify-content: center;
    align-items: center;
    border: 1px white solid;
}

.corp-contact {
    height: 60px;
    width: 240px;
    box-sizing: border-box;
    background-color: #ff4600;
    position: absolute;
    animation: scaling 4s cubic-bezier(0.12, 0.7, 0.74, 0.71) infinite;
}

@keyframes scaling {
  0% {
    transform: scale(1) ;
    background-color: #ff4600;
  }
  100% {
    transform: scale(2.5);
    background-color: rgba(245, 0, 182, 0);
  }
}

@keyframes email-animation {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.corp-rectangle1 {
    animation-delay: 0s;
}
.corp-rectangle2 {
    animation-delay: 2s;
}

.confirmation-title, .confirmation-text {
	color: white;
	transition: all 0.5s ease-in-out;
	opacity: 0
}

.show .confirmation-title, .show .confirmation-text {
	opacity: 1
}

#hp-contact-us .hp-form-input-box {
    width: 100%;
}
    
@media (max-width: 1280px) {
#hp-contact-us .hp-form-input-box {
    width: 100%;
}}


@media (max-width: 650px) {
	#hp-contact-us h2 {padding-top: 13px}
	.hp-contact-animation-container, .corp-contact {
		    height: 50px;
    width: 200px;
	}
}

#hp-careers {height: 100vh}
#hp-careers h2 {margin-bottom: 120px; text-align: center}

#hp-careers h2.careers-title {font-weight: 500; margin-bottom: 10px;}

.careers-text {color: white; text-align: center; font-size: 16px;}

.careers-img {display: block; margin: auto; width: 70%; max-width: 250px; margin-bottom: 40px}


/*/////// PRICING //////////*/
#hp-pricing {margin-bottom: 90px}
#hp-pricing h1 {text-align: center}
#hp-pricing h2 {max-width: 1200px; margin: 0 auto 80px auto}
#hp-pricing h2.hp-about-title {margin: 120px auto 0 auto; color: #ff8d61; font-weight: 500}

#hp-pricing .hp-front-page {height: 100%}
#hp-pricing .hp-cards-container {
	width: 90%;
	margin-bottom: 70px
}

#hp-pricing .hp-card {
    height: 420px;
    padding: 50px 30px;
    background: hsl(0deg 0% 100% / 6%);
    border: 1px solid white;
    width: 25%;
    cursor: pointer
}

#hp-pricing .hp-card:hover {
    border-color: #ed5e27;
    background: #ed5e271a;
    	}

#hp-pricing .hp-card:hover .hp-btn-pricing {
	    border-color: #d93c01;
    background-color: #d93c01;
    color: #fff;
}

#hp-pricing .hp-card:hover .pricing-title {

    color: #ff8d61;
}

#hp-pricing .hp-card:hover .pricing-subtitle {
	color: white
	}

#hp-pricing .hp-card:hover .pricing-text {
	color: #ffffffa1
	}

.pricing-title,
.pricing-subtitle,
.pricing-text,
.pricing-product,
.pricing-rate-row,
.pricing-dollar-value,
.pricing-dollar-unit {
	font-weight: normal;
	font-style: normal;
	font-family: Inter, Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: white
}
	
.pricing-title {
	font-size: 32px;
    font-weight: 600;
    margin-bottom: 50px;
}
.pricing-subtitle {
	font-size: 16px;
    font-weight: 600;
    color: #ffffffc9;
    margin-bottom: -11px;
    line-height: 24px;
    letter-spacing: 1PX;
    /* margin-bottom: 0; */
}
.pricing-text {
	    font-size: 17px;
    font-weight: 400;
    color: #ffffff6e;
    margin-bottom: 30px;
    line-height: 24px;
}

.pricing-text.pricing-center {
	margin: 0 5%;
	text-align: center
}
 

.pricing-rate-row {
	margin-bottom: 20px;
    display: inline-block;
    line-height: 32px;
    font-size: 17px
}
.pricing-dollar-value {
	    font-size: 21px;
    font-weight: 400;
    color: white;
    display: inline-block;
}


.hp-btn-pricing { 
	border-color: #ee5e27;
    background-color: #ee5e27;
    color: #fff;
    FONT-SIZE: 18PX;}
    
@media (max-width: 999px) {
#hp-pricing .hp-cards-container{
    flex-direction: column;
    margin-bottom: 0px
    }
    
 #hp-pricing .hp-card {
    padding: 30px 20px;
    width: 80vw;
    margin: auto;
    height: 380px;
    margin-bottom: 40px
 }   
 
 	
.pricing-title {
	font-size: 26px;
	margin-bottom: 30px}
	
.pricing-subtitle {
	font-size: 16px;
    font-weight: 600;
    color: #ffffffc9;
    margin-bottom: -11px;
    line-height: 24px;
    letter-spacing: 1PX;
    /* margin-bottom: 0; */
}
.hp-btn-pricing {font-size: 17px}


.pricing-dollar-value {font-size: 22px;}
 
    }
    
 /*////////////// COMPLIANCE //////////////*/
    
.fd-section-absolute {position: relative} 
.fd-icon-check {
	fill: #007c3e;
    position: absolute;
    left: -40px;
    top: 5px
}

.fd-legal-image {
fill: #e0efe8;
    position: absolute;
    width: 420px;
    height: 300px;
    right: 35px;
    top: 300px;
    zoom: 2.5;
}

@media (max-width:1280px){
	
.fd-icon-check,
.fd-legal-image {
	display: none
}
	
}

 /*////////////// DEMO //////////////*/

 .demo-wrapper {
 max-width: 600px;
 margin: 70px auto 30px auto;
 text-align: center
 }
 
 .demo-photo-frame {
  text-align: center;
  margin-bottom: 24px
 }
 
 .demo-photo-frame img {
     width: 100px;
    height: 100px;
    border-radius: 50%;
 }
 
 .demo-title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    flex-direction: row;
    margin-bottom: 20px
 }
 
 .demo-svg {
    width: 22px;
    margin-right: 10px;
    padding-top: 0px;
    display: inline-block;
    vertical-align: top;
 }
 
 .demo-svg svg {
 color: #06c599
 }
 
#hp-careers h1.demo-title {
font-size: 28px;
    font-family: Inter, Roboto, Arial;
    margin-bottom: 36px;
    font-weight: 400;
    line-height: 34px;
    color: white;
    margin: 0;
    font-weight: 500;
 }
 
 .demo-subtitle {
    font-size: 20px;
    font-family: Inter, Roboto, Arial;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 26px;
    color: #ffffffa1;
 }
 
 .demo-box {
     padding: 30px 50px;
    border: 1px solid #CCCCCC;
        border-radius: 8px;
 }
 
#hp-careers .demo-confirmation-title {
font-size: 30px;
    font-family: Inter, Roboto, Arial;
    margin-bottom: 36px;
    font-weight: 500;
    line-height: 40px;
    color: white;
    text-align: left;
    margin-bottom: 30px
 }
 
 .demo-confirmation-row {
 		display: flex;
    	align-items: center;
        text-align: left;
        margin-bottom: 12px
 }
 
  .demo-confirmation-container {
        margin-bottom: 12px
 }
 
 .demo-confirmation-subrow {
  		display: flex;
    	align-items: center;
        text-align: left;
 }
 
 .demo-confirmation-svg {
    width: 18px;
    height: 18px;
    margin-right: 12px;
    color: white;
 }
 
  .demo-confirmation-svg svg {
  color: #ffffffa1
  }
  
  #hp-careers .demo-confirmation-text {
    font-size: 16px;
    font-family: Inter, Roboto, Arial;
    margin-bottom: 36px;
    font-weight: 400;
    line-height: 25px;
    color: #ffffffa1;
    text-align: left;
    margin-bottom: 0;
  }
  
 #hp-careers .demo-confirmation-text.demo-indent {
 margin-left: 32px
 }
 
 /*/// PATENT ///*/
.hp-patent-banner {
		background-color: black;	
	display: block;
	width: 100%;
	font-family: Inter, Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 20px;
    margin-top: 0px;
    color: white;
    font-weight: 500;
    text-align: center;
    cursor: default;
    padding: 20px 0px
}

.red-alert {
width: 22px;
    height: 22px;
    display: inline-block;
    border: none;
    /* margin-right: 8px; */
    stroke: transparent;
    fill: #db0000;
    vertical-align: middle;
    transform: scale(1.2); 
    margin-top: -4px;
}
  /*////////////// VIDEO INTERVIEW ANIMATION //////////////*/



.hp-download-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 110px 0 120px;
    background: radial-gradient(circle at 50% 18%, black, transparent 28%), radial-gradient(circle at 18% 50%, rgba(45, 126, 255, 0.18), transparent 24%), linear-gradient(180deg, #06111d 0%, #08182b 48%, #07111d 100%);
    background: radial-gradient(circle at 50% 18%, black, transparent 28%), radial-gradient(circle at 18% 50%, rgb(5 31 73 / 18%), transparent 24%), linear-gradient(180deg, #000000 0%, #08182b 48%, #07111d 100%);
    background: radial-gradient(circle at 50% 18%, black, transparent 28%), radial-gradient(circle at 18% 50%, rgb(0 0 0 / 18%), transparent 24%), linear-gradient(180deg, #000000 0%, #020d1a 48%, #000000 100%);
}


.hp-download-header {
    max-width: 70%;
    margin: 0 auto 56px;
    text-align: center;
}

.hp-download-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 18px;
    padding: 8px 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffb08d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    white-space: nowrap;
    white-space: nowrap;
}

.download-component {
    position: relative;
    width: 100%;
    padding: 18px 0 100px 0;
}

.download-images-list {
    /* position: relative;
    width: min(1440px, 100%);
    height: 790px;
    margin: 0 auto; */
}

.download-images-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: center;
    width: 110%;
    display: flex;
    transform: translateX(-5%);
    justify-content: space-evenly;
}

.download-image-wrapper,
.download-small-image-wrapper {
    /* position: absolute; */
    will-change: transform;
    transform-style: preserve-3d;
}

.download-image-wrapper {
    top: 112px;
    width: 15.5vw;
    z-index: 3;
}

.download-small-image-wrapper {
    width: 13.5vw;
    z-index: 2;
}


.download-card {
  position: relative;
    overflow: hidden;
    border: 2px solid #ffffff6e;
    border-radius: 15px;
}

.download-card.small {
    aspect-ratio: 1 / 1.78;
}

.download-card.large {
    aspect-ratio: 1 / 1.78;
    border-radius: 15px;
}

.download-card-visual {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 13px;
}

.download-card-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.download-card-visual video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(1.2);
}

.download-card-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 8, 15, 0.06) 0%, rgba(4, 8, 15, 0.42) 100%);
}

.download-platform-badge {
     position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
    border-radius: 10px;
    background: white;
	width: 40px;
    height: 40px;
}

.download-platform-icon {
	width: 40px;
    transform: scale(0.75);
}

.download-status {
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 2;
    transform: translateX(-50%);
}

.download-status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex-wrap: nowrap;
    white-space: nowrap;
    width: max-content;
    background: white;
    border: 3px solid green;
    border-radius: 30px;
    padding: 5px;
}

.download-status-mark {
    width: 22px;
    height: 22px;
    display: inline-block;
    flex-shrink: 0;
    border: none;
    stroke: green;
    stroke-width: 3px;
    fill: transparent;
}

.download-status-text {
    width: auto;
    display: inline-block;
    flex-shrink: 0;
    white-space: nowrap;
    line-height: 22px;
    font-family: Inter, Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: green;
    margin-right: 5px;
}

.download-card.large .download-status {
    left: 50%;
    right: auto;
    bottom: 24px;
    transform: translateX(-50%);
}

.download-shield {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 112px;
    border-radius: 28px;
    background: rgba(4, 12, 22, 0.68);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.26);
    transform: translate(-50%, -50%);
    backdrop-filter: blur(10px);
}

.download-shield::before {
    content: "Shield";
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.download-status-badge.status-fake {
    border: 3px solid #da2526;
}

.download-status-badge.status-fake .download-status-text,
.download-status-badge.status-fake .download-status-mark {
    color: #da2526;
    stroke: #da2526;
}

.download-card:hover {
    border: 2px solid white;
}

.download-card:hover .download-card-visual video {
 filter: brightness(1.25);
}


  /*////////////// TESTIMONIALS AND PROCESS FLOW  //////////////*/




body.indexMenu,
body.indexMenu button,
body.indexMenu input,
body.indexMenu select,
body.indexMenu textarea,
body.indexMenu h1,
body.indexMenu h2,
body.indexMenu h3,
body.indexMenu h4,
body.indexMenu h5,
body.indexMenu h6,
body.indexMenu p,
body.indexMenu a,
body.indexMenu span,
body.indexMenu li,
body.indexMenu div {
    font-family: Inter, Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

body.indexMenu .hp-card-image-wrapper,
body.tc-large-card-image-page .hp-card-image-wrapper	{
	width: 250px;
	height: 250px;
	overflow: hidden;
	padding: 0
}

body.indexMenu .hp-card-image,
body.tc-large-card-image-page .hp-card-image {
	    width: 1200px;
    transform: translate(-60px, -59px);
    margin: auto;
}


.hr-marquee-section {
    --hr-gap: 24px;
    width: 100vw;
    overflow: hidden;
    background: #f4f8ff;
}

.hr-marquee-title {
    margin: 20px 0 60px 0;
}

.hr-marquee-stack {
    display: grid;
    gap: 24px;
}

.hr-marquee-row {
    position: relative;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 1) 8%, rgba(0, 0, 0, 1) 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 1) 8%, rgba(0, 0, 0, 1) 92%, transparent 100%);
}

.hr-marquee-track {
    display: flex;
    gap: var(--hr-gap);
    width: max-content;
    animation: hr-marquee-left 56.25s linear infinite;
    will-change: transform;

    padding-top: 10px;
}

.hr-marquee-row.reverse .hr-marquee-track {
    animation: hr-marquee-right 56.25s linear infinite;
}

.hr-marquee-row:hover .hr-marquee-track {
    animation-play-state: running;
}

.hr-marquee-card {
    flex: 0 0 clamp(280px, 30vw, 368px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 280px;
    padding: 26px;
    border-radius: 15px;
    border: 2px solid #dce2ed;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(9, 17, 27, 0.06);
    transition: transform 220ms ease, border-color 220ms ease;
}

.hr-marquee-card:hover {
    opacity: 1 !important;
    transform: translateY(-8px) !important;
    border-color: #547fbe !important;
    background-color: #d0e3fe33 !important;
}

.hr-marquee-branding {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}
.hr-marquee-logo {
    height: 50px
}

.hr-marquee-stars {
    display: flex;
    width: 120px;
}

.hr-marquee-star {
    height: 24px;
    fill: #fdb414
}


.hr-marquee-quote {
    margin: 0;
    color: #09111b;
    font-size: 18px;
    line-height: 1.65;
}

.hr-marquee-quote em {
    color: #ffd7b5;
    font-style: normal;
}

.hr-marquee-person {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
}

.hr-marquee-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff8d61, #f45f66 55%, #6ca8ff);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.04em;
    flex-shrink: 0;
}

.hr-marquee-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hr-marquee-person-name {
    color: #09111b;
    margin: 0 0 4px;
    color: #09111b;
    font-size: 16px;
    font-weight: 600;
    text-align: left;

}

.hr-marquee-person-role {
    margin: 0;
    color: rgba(9, 17, 27, 0.6);
    font-size: 14px;
    line-height: 1.45;
}

@keyframes hr-marquee-left {
    from { transform: translateX(0); }
    to { transform: translateX(calc(-50% - (var(--hr-gap) / 2))); }
}

@keyframes hr-marquee-right {
    from { transform: translateX(calc(-50% - (var(--hr-gap) / 2))); }
    to { transform: translateX(0); }
}

@media (max-width: 991px) {
    .hr-marquee-section {
        padding: 88px 0 96px;
    }

    .hr-marquee-card {
        flex-basis: 320px;
        min-height: 300px;
    }
}

@media (max-width: 767px) {
    .hr-marquee-section {
        padding: 74px 0 84px;
    }

    .hr-marquee-card {
        flex-basis: 286px;
        min-height: 286px;
        padding: 22px;
    }

    .hr-marquee-quote {
        font-size: 16px;
    }

    .hr-marquee-person-name {
        font-size: 16px;
    }
}


.tc-flow-shell {
	width: 100vw;
    margin: 0 0 30px 0;
}

.tc-flow-inner {
    width: 80%;
    margin: 0 auto;
}

.tc-flow-rail {
    position: relative;
    margin-top: 34px;
    padding: 0 28px;
}

.tc-flow-stage-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}


.tc-flow-progress {
	position: absolute;
    top: 73px;
    left: calc(12.5% + 15px);
    right: calc(12.5% + 15px);
    height: 6px;
    border-radius: 999px;
    background: #d0e3fe;
    overflow: hidden;
}

.tc-flow-progress-fill {
    position: absolute;
    inset: 0 auto 0 0;
    width: 0%;
    height: 100%;
    border-radius: inherit;
    background: #171f37;
    will-change: width, height;
    animation: tc-flow-progress-horizontal 12s linear infinite;
}

.tc-flow-stage {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.tc-flow-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 999px;
    border: 2px solid #d0e3fe;
    background: white;
    color: rgba(16, 37, 75, 0.55);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    transform: scale(0.88);
    transition:
        transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
        opacity 520ms cubic-bezier(0.22, 1, 0.36, 1),
        background-color 520ms cubic-bezier(0.22, 1, 0.36, 1),
        border-color 520ms cubic-bezier(0.22, 1, 0.36, 1),
        color 520ms cubic-bezier(0.22, 1, 0.36, 1);
}



.tc-flow-dot {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(24, 62, 126, 0.22);
    border-radius: 50%;
    background: #ffffff;
    transition:
        transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
        border-color 520ms cubic-bezier(0.22, 1, 0.36, 1),
        background-color 520ms cubic-bezier(0.22, 1, 0.36, 1);
}


.tc-flow-product-grid {
    display: flex;
    width: 80%;
    margin: 34px auto;
    justify-content: space-evenly;
}

.tc-flow-product-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    min-height: 308px;
    padding: 26px 22px 24px;
    border: 2px solid #dce2ed;
    border-radius: 15px;
    background: #ffffff;
    color: #181f37;
    text-decoration: none;
    opacity: 0.78;
    transform: translateY(0);
	width: 240px;
}

.tc-flow-product-card .hp-link {
	font-size: 15px
}


.tc-flow-product-card:hover {
    animation-play-state: paused;
    opacity: 1 !important;
    transform: translateY(-8px) !important;
    border-color: #547fbe !important;
    background-color: #d0e3fe33 !important;
}

.tc-flow-product-icon {
    width: 40px;
    height: 40px;
    color: #181f37;
}

.tc-flow-product-icon svg {
    width: 40px;
    height: 40px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tc-flow-product-title {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.15;
    color: #171f37;
}

.tc-flow-product-description,
.hr-marquee-quote {
    flex: 1;
    color: rgba(16, 37, 75, 0.72);
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
}

.tc-flow-product-card:nth-child(1) { animation: tc-flow-card-1 12s linear infinite; }
.tc-flow-product-card:nth-child(2) { animation: tc-flow-card-2 12s linear infinite; }
.tc-flow-product-card:nth-child(3) { animation: tc-flow-card-3 12s linear infinite; }
.tc-flow-product-card:nth-child(4) { animation: tc-flow-card-4 12s linear infinite; }

@keyframes tc-flow-progress-horizontal {
    0%, 20% { width: 0%; }
    22%, 45% { width: 33.333%; }
    47%, 70% { width: 66.666%; }
    72%, 100% { width: 100%; }
}

@keyframes tc-flow-progress-vertical {
    0%, 20% { height: 0%; }
    22%, 45% { height: 33.333%; }
    47%, 70% { height: 66.666%; }
    72%, 100% { height: 100%; }
}

.tc-flow-stage:nth-child(1) .tc-flow-pill { animation: tc-flow-pill-1 12s linear infinite; }
.tc-flow-stage:nth-child(2) .tc-flow-pill { animation: tc-flow-pill-2 12s linear infinite; }
.tc-flow-stage:nth-child(3) .tc-flow-pill { animation: tc-flow-pill-3 12s linear infinite; }
.tc-flow-stage:nth-child(4) .tc-flow-pill { animation: tc-flow-pill-4 12s linear infinite; }
.tc-flow-stage:nth-child(1) .tc-flow-dot { animation: tc-flow-dot-1 12s linear infinite; }
.tc-flow-stage:nth-child(2) .tc-flow-dot { animation: tc-flow-dot-2 12s linear infinite; }
.tc-flow-stage:nth-child(3) .tc-flow-dot { animation: tc-flow-dot-3 12s linear infinite; }
.tc-flow-stage:nth-child(4) .tc-flow-dot { animation: tc-flow-dot-4 12s linear infinite; }

@keyframes tc-flow-pill-1 {
    0%, 19.99% {
        border-color: #17803c;
        background: #dcfce7;
        color: #17803c;
        transform: scale(1.04);
    }
    20%, 100% {
        border-color: #181f37;
        background: white;
        color: #181f37;
        transform: scale(0.94);
    }
}

@keyframes tc-flow-pill-2 {
    0%, 19.99% {
        border-color: #dce2ed;
        background: white;
        color: rgba(16, 37, 75, 0.55);
        transform: scale(0.88);
    }
    20%, 44.99% {
        border-color: #17803c;
        background: #dcfce7;
        color: #17803c;
        opacity: 1;
        transform: scale(1.04);
    }
    45%, 100% {
        border-color: #181f37;
        background: white;
        color: #181f37;
        transform: scale(0.94);
    }
}

@keyframes tc-flow-pill-3 {
    0%, 44.99% {
        border-color: #dce2ed;
        background: white;
        color: rgba(16, 37, 75, 0.55);
        transform: scale(0.88);
    }
    45%, 69.99% {
		border-color: #17803c;
        background: #dcfce7;
        color: #17803c;

        opacity: 1;
        transform: scale(1.04);
    }
    70%, 100% {
        border-color: #181f37;
        background: white;
        color: #181f37;
        transform: scale(0.94);
    }
}

@keyframes tc-flow-pill-4 {
    0%, 69.99% {
        border-color: #dce2ed;
        background: white;
        color: rgba(16, 37, 75, 0.55);
        transform: scale(0.88);
    }
    70%, 100% {
        border-color: #17803c;
        background: #dcfce7;
        color: #17803c;
        transform: scale(1.04);
    }
}

@keyframes tc-flow-dot-1 {
    0%, 18% {
        border-color: #171f37;
        background: #171f37;
        transform: scale(1.5);
    }
    20%, 100% {
        border-color: #171f37;
        background: #171f37;
        transform: scale(1);
    }
}

@keyframes tc-flow-dot-2 {
    0%, 19% {
        border-color: #d0e3fe;
        background: #ffffff;
        transform: scale(1);
    }
    21%, 43% {
        border-color: #171f37;
        background: #171f37;
        transform: scale(1.5);
    }
    45%, 100% {
        border-color: #171f37;
        background: #171f37;
        transform: scale(1);
    }
}

@keyframes tc-flow-dot-3 {
    0%, 44% {
        border-color: #d0e3fe;
        background: #ffffff;
        transform: scale(1);
    }
    46%, 68% {
        border-color: #171f37;
        background: #171f37;
        transform: scale(1.5);
    }
    70%, 100% {
        border-color: #171f37;
        background: #171f37;
        transform: scale(1);
    }
}

@keyframes tc-flow-dot-4 {
    0%, 69% {
        border-color: #d0e3fe;
        background: #ffffff;
        transform: scale(1);
    }
    71%, 100% {
        border-color: #171f37;
        background: #171f37;
        transform: scale(1.5);
    }
}

@keyframes tc-flow-card-1 {
    0%, 19.99% {
        border-color: #17803c;
        background: #f3fcf6;
        opacity: 1;
        transform: translateY(-8px);
    }
    20%, 100% {
        border-color: #dce2ed;
        background: #ffffff;
        opacity: 0.78;
        transform: translateY(0);
    }
}

@keyframes tc-flow-card-2 {
    0%, 19.99% {
        border-color: #dce2ed;
        background: #ffffff;
        opacity: 0.78;
        transform: translateY(0);
    }
    20%, 44.99% {
        border-color: #17803c;
        background: #f3fcf6;
        opacity: 1;
        transform: translateY(-8px);
    }
    45%, 100% {
        border-color: #dce2ed;
        background: #ffffff;
        opacity: 0.78;
        transform: translateY(0);
    }
}

@keyframes tc-flow-card-3 {
    0%, 44.99% {
        border-color: #dce2ed;
        background: #ffffff;
        opacity: 0.78;
        transform: translateY(0);
    }
    45%, 69.99% {
        border-color: #17803c;
        background: #f3fcf6;
        opacity: 1;
        transform: translateY(-8px);
    }
    70%, 100% {
        border-color: #dce2ed;
        background: #ffffff;
        opacity: 0.78;
        transform: translateY(0);
    }
}

@keyframes tc-flow-card-4 {
    0%, 69.99% {
        border-color: #dce2ed;
        background: #ffffff;
        opacity: 0.78;
        transform: translateY(0);
    }
    70%, 100% {
        border-color: #17803c;
        background: #f3fcf6;
        opacity: 1;
        transform: translateY(-8px);
    }
}

@media only screen and (max-width: 900px) {

    .tc-flow-shell {
        margin-top: 36px;
        padding: 38px 0 42px;
    }

    .tc-flow-inner {
        width: min(520px, calc(100% - 36px));
    }

    .tc-flow-rail {
        margin-top: 28px;
        padding: 6px 0;
    }

    .tc-flow-stage-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .tc-flow-product-grid {
    display: flex;
    width: 80%;
    margin: 34px auto;
    justify-content: space-evenly;
    }

    .tc-flow-product-card {
        min-height: 0;
        padding: 22px 20px;
        border-radius: 24px;
    }

    .tc-flow-product-title {
        font-size: 19px;
    }

    .tc-flow-product-description {
        font-size: 14px;
    }

    .tc-flow-progress-fill {
        inset: 0 0 auto 0;
        width: 100%;
        height: 0%;
        animation: tc-flow-progress-vertical 12s linear infinite;
    }

    .tc-flow-stage {
        gap: 14px;
    }

    .tc-flow-pill {
        min-width: 240px;
        max-width: min(100%, 320px);
        white-space: normal;
    }
}

.hp-stats-section {
    margin: 0px auto 90px auto;
    padding-bottom: 60px;
    border-bottom: 1px solid #e5e7eb;
    font-family: Inter, Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
    display: block;
    max-width: 1200px;
}

.hp-stats-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.hp-stat-item {
    text-align: center;
    padding: 20px;
}

.hp-stat-number {
    font-size: 50px;
    font-weight: 700;
    color: #0C143B;
    line-height: 1.2;
    margin-bottom: 12px;
}

.hp-stat-label {
    font-size: 20px;
    color: #6b7280;
    color: rgba(16, 37, 75, 0.72);
    font-weight: 300;
    font-weight: 400;
    line-height: 30px;
}

.hp-stat-source {
    margin-top: 30px;
    font-size: 12px;
    line-height: 18px;
    color: rgba(16, 37, 75, 0.5);
}


/*/////// IN THE NEWS ///////*/

.blog-articles-container {
    max-width: 1370px;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    margin-top: 30px;
    padding: 0 68px;
    justify-content: space-between;
}

.blog-article-box {
    background-color: hsl(0deg 0% 100% / 6%);
    margin-bottom: 30px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    border: 1px solid #ffffff6e;
    border-radius: 10px;
    overflow: hidden;
}

.blog-article-box img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.blog-article-box:hover,
.blog-article-box:active,
.video-container:hover,
.video-container:active {
    border-color: #ed5e27;
    background: #ed5e271a;
}

.blog-article-box:hover .blog-box-cover img,
.blog-article-box:active .blog-box-cover img,
.video-container:hover iframe,
.video-container:active iframe {
    filter: brightness(1.3);
}

h3.blog-box-title {
    font-size: 18px;
    font-family: Roboto, Arial;
    font-weight: 500;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    margin: 20px 30px 0px 30px;
    color: white;
}

h3.blog-box-subtitle {
    font-size: 18px;
    font-family: Roboto, Arial;
    font-weight: 500;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    margin: 0px 30px 10px 30px;
    color: white;
}

.blog-article-box:hover h3.blog-box-title,
.blog-article-box:hover h3.blog-box-subtitle,
.blog-article-box:active h3.blog-box-title,
.blog-article-box:active h3.blog-box-subtitle {
    color: #ff8d61;
}

h4.blog-box-summary {
    font-size: 16px;
    font-family: Roboto, Arial;
    font-weight: 400;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    margin: 0 30px;
    color: #ffffff6e;
    height: 100px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-article-box:hover h4.blog-box-summary,
.blog-article-box:active h4.blog-box-summary {
    color: #ffffffa1;
}

.blog-box-btn {
    font-size: 14px;
    font-family: Roboto, Arial;
    font-weight: 400;
    margin: 20px 0 30px 30px;
    padding: 5px 15px 5px 5px;
    background-color: #ee5e27;
    display: inline-block;
    color: white;
}

.blog-article-box:hover .blog-box-btn,
.blog-article-box:active .blog-box-btn {
    margin: 18px 0 28px 28px;
    border: 2px solid #ee5e27;
}

.hp-next-arrow {
    width: 9px;
    height: 18px;
    position: absolute;
    margin-left: 3px;
    fill: white;
}

.blog-video {
    margin: 0;
    display: block;
}

.video-container {
    position: relative;
    width: 550px;
    height: 550px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #ffffff6e;
}

.video-container iframe,
.video-container img {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1);
}

@media (min-width: 740px) {
    .blog-article-box {
        width: 31%;
        max-width: 370px;
        min-width: 250px;
        height: 550px;
    }
}

@media (min-width: 1140px) {
    .blog-article-box {
        width: 31%;
        max-width: 370px;
        min-width: 310px;
    }
}

@media (max-width: 1139px) {
    .video-container { margin: auto; }
}

@media (max-width: 739px) {
    h3.blog-box-title,
    h3.blog-box-subtitle {
        padding: 0;
        text-align: left;
    }
    .blog-articles-container {
        padding: 0 5%;
    }
}
