html {
	height: 100%;
}
body {
	background-color: var(--off-black);
	margin: 0;
	/* font-family: proxima-nova, sans-serif; */
	font-style: normal;
	font-weight: 100;
	min-height: 100%;
	color: white;
	font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;

}
a {
	color: white;
	text-decoration: none;
}
body.modal-open {
	overflow: hidden;
}
.main-container {
	position: relative;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	height: 100%;
	background-color: var(--off-black);
	margin: 0 auto;
	z-index: 1;
}

/* General variables */
.gen-wrapper {
	text-align: center;
	padding: 3px;
	background: rgb(213,17,142);
	background: -webkit-linear-gradient(0deg, rgba(145,93,255,1) 0%, rgba(213,17,142,1) 46%, rgba(255,127,10,1) 100%);
	border-radius: 12px;
}
.gen-wrapper-inner {
	background-color: var(--bg-black);
	border-radius: 12px;
}



.navbar {
	position: fixed;
	z-index: 100;
	width: 100%;
}
.navbar-padd {
	padding-left: 24px;
	padding-right: 24px;
}
.navbar-container {
	max-width: 1444px;
	margin-left: auto;
	margin-right: auto;
}
.navbar-vert-padd {
	padding-top: 16px;
	padding-bottom: 16px;
}
.navbar-grid-outer {
	padding: 3px;
	background: linear-gradient(0deg, rgba(145,93,255,1) 0%, rgba(213,17,142,1) 46%, rgba(255,127,10,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(145,93,255,1) 0%, rgba(213,17,142,1) 46%, rgba(255,127,10,1) 100%);
	border-radius: 50px;
}
.navbar-grid {
	box-sizing: border-box;
	display: grid;
	grid-column-gap: 60px;
	grid-row-gap: 40px;
	grid-template-columns: 1fr 1px auto;
	justify-content: space-between;
	align-items: center;
	grid-auto-columns: 1fr;
	background-color: var(--off-black);
	padding: 12px 50px;
	border-radius: 50px;
}
.navbar-nav-menu {
	visibility: hidden;
}
.navbar-logo {
	box-sizing: border-box;
}
.logo-container {
	max-width: 600px;
}
.logo-container img {
	width: 100%;
	display: block;
	max-width: 100%;
	vertical-align: middle;
}
.logo-name {
	font-size: 1.6rem;
}

.navbar-nav-text {
	display: block;
	font-size: 1.4rem;
}
.navbar-nav-text:hover {
	color: var(--orange);
}

.nav-CTA-button-container {
	display: flex;
	justify-content: flex-end;
}
.btn {
	display: flex;
	border-radius: 45px;
	border: solid 3px var(--orange);
	padding: 15px 30px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	line-height: 1.25;
	z-index: 2;
	box-shadow: 0 0 0 2px var(--off-black);
	grid-column-gap: 12px;
	transition: background-color .5s;
}
.btn:hover {
	background-color: var(--orange);
}
.button-text {
	display: block;
	position: relative;
	overflow: hidden;
	font-size: 2.3rem;
}
.button-icon {
	position: relative;
	top: 2px;
}
.page-content {
	padding-top: 100px;
	width: 100%;
}
.section-hero {
	position: relative;
	overflow: hidden;
	/*height: calc(65vh - 210px);
	min-height: 600px;*/
}
.hero-padd {
	padding-left: 42px;
	padding-right: 42px;
}
.hero-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1344px;
}
.hero-vert {
	padding-top: 100px;
	padding-bottom: 200px;
}
.hero-grid {
	display: grid;
	grid-column-gap: 50px;
	grid-row-gap: 50px;
	grid-template-rows: 1fr auto;
	grid-template-columns: auto;
}
.hero-head-desc {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	text-align: center;
	grid-row-gap: 24px;
}
.hero-head-title {
	font-size: 5rem;
	margin-bottom: 0;
	font-weight: 100;
	margin-top: 0;
}
.hero-head-title p {
	font-weight: 900;
	display: inline-block;
	margin: 0;
	background: rgb(213,17,142);
	background: -webkit-linear-gradient(0deg, rgba(145,93,255,1) 0%, rgba(213,17,142,1) 46%, rgba(255,127,10,1) 100%);
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.hero-head-title-emphasis {
	/*text-decoration: underline;
	text-decoration-color: -webkit-linear-gradient(0deg, rgba(145,93,255,1) 0%, rgba(213,17,142,1) 46%, rgba(255,127,10,1) 100%);
	text-decoration-color: var(--orange);*/
	padding-bottom: 4px;
	position: relative;
	text-decoration: none;
}
.hero-head-title-emphasis::after {
	background: #f00;
    background: -webkit-linear-gradient(0deg, rgba(145,93,255,1) 0%, rgba(213,17,142,1) 46%, rgba(255,127,10,1) 100%);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
}
.hero-head-wrapper {
	color: var(--text-secondary-color);
	font-size: 2.6rem;
	padding-right: 80px;
	color: grey;
}
.hero-head-graphic {
	position: relative;
	margin: auto;
}
.hero-head-graphic img {
	height: 600px;
}
.hero-head-cta {
	margin: auto;
}

.cta-button {
	position: relative;
	background: -webkit-linear-gradient(0deg, rgba(145,93,255,1) 0%, rgba(213,17,142,1) 46%, rgba(255,127,10,1) 100%);
	padding: 3px;
	border-radius: 9px;
	width: 350px;
}
.cta-button:hover{
	cursor: pointer;
}
.cta-button:hover .cta-arrow-container{
	transform: translate(201px, 0px);
}
.cta-button:hover .cta-desc {
	transform: translate(-62px, 0);
}
.cta-button-content {
	position: relative;
	height: 100px;
	border-radius: 6px;
	transition: background .6s;
	z-index: 6;
}
.cta-button-a {
	display: grid;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	grid-template-columns: 1fr 3fr;
	grid-column-gap: 3px;
}
.cta-arrow-container {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: transform .8s;
	height: 100px;
	width: 100px;
}
.cta-arrow-container i {
	width: 100%;
	height: 100%;
	background-color: var(--bg-black);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 100px;
}
.bi-arrow-right-square-fill::before {
	vertical-align: top !important;
}
.cta-desc {
	transition: transform .6s, background .6s;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--bg-black);
	border-radius: 6px;
}
.cta-desc p{
	margin: auto;
	font-size: 2.2rem;
}
.section-video {
	position: relative;
	overflow: hidden;
	padding-top: 100px;
}
.video-padd {
	padding-left: 42px;
	padding-right: 42px;
}
.video-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1344px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.video-vert {
	padding-bottom: 100px;
}
.video-content-cont {
	width: 100%;
}
.video-content-cont:hover {
	cursor: pointer;
}
.video-cover {
	width: 100%;
}
.video-cover-blur {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: var(--bg-black);
	opacity: 0.9;
}
.video-cover-text {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.video-cont-button {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}
.video-cont-button:hover {
	cursor: pointer;
}
.video-cont-button h1 {
	font-size: 3rem;
	font-weight: 100;
	opacity: 1;
	margin-bottom: 80px;
}
.video-cont-button p {
	font-weight: 900;
	display: inline-block;
	margin: 0;
	background: rgb(213,17,142);
	background: -webkit-linear-gradient(0deg, rgba(145,93,255,1) 0%, rgba(213,17,142,1) 46%, rgba(255,127,10,1) 100%);
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.video-play-desc {
	display: flex;
	justify-content: center;
	align-items: center;
	grid-column-gap: 25px;
	font-size: 1.5rem;
}
.video-play-desc i {
	font-size: 2rem;
}
.video-play-desc h3 {
	font-weight: 100;
}

.video-cta-container {
	width: 100%;
	margin-top: 80px;
}
.video-cta-button {
	margin: auto;
	width: 400px;
}
.video-cta-button-content {
	height: 120px;
}
.video-cta-button-content a{
	grid-column-gap: 6px;
}
.video-cta-arrow-container {
	width: 120px;
	height: 120px;
}
.video-cta-arrow-container i{
	font-size: 120px;
}
.video-cta-desc {
	border-radius: 12px;
}
.video-cta-desc p {
	padding: 0 21px;
}

.video-cta-button:hover .video-cta-arrow-container {
	transform: translate(240px, 0px);
}
.cta-button:hover .video-cta-desc {
	transform: translate(-74px, 0);
}

.section-home-intro {
	position: relative;
	overflow: hidden;
}
.intro-main-container {
	
}
.intro-padd {
	padding-left: 42px;
	padding-right: 42px;
}
.intro-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1344px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.intro-vert {
	padding-top: 100px;
	padding-bottom: 100px;
}
.intro-content {
	position: relative;
}
.intro-content-inner {
	padding: 24px;
}
.intro-header {
	/*text-align: center;*/
	padding: 50px;
}
.intro-header h1 {
	font-size: 3rem;
	font-weight: 100;
}
.intro-header p {
	font-weight: 900;
	margin: 0;
	display: inline-block;
	background: rgb(213,17,142);
	background: -webkit-linear-gradient(0deg, rgba(145,93,255,1) 0%, rgba(213,17,142,1) 46%, rgba(255,127,10,1) 100%);
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.intro-desc {
	padding: 30px;
}
.intro-cards-container {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	grid-row-gap: 20px;
}
.intro-card {
	width: 100%;
	padding: 2px;
	border-radius: 12px;
	background: rgba(255, 255, 255, .32);
	text-align: center;
}
.intro-card:hover {
	background: -webkit-linear-gradient(0deg, rgba(145,93,255,1) 0%, rgba(213,17,142,1) 46%, rgba(255,127,10,1) 100%);
	background: -linear-gradient(0deg, rgba(145,93,255,1) 0%, rgba(213,17,142,1) 46%, rgba(255,127,10,1) 100%);
}
.intro-card-inner {
	background-color: var(--inner-card-black);
	width: 100%;
	height: 100%;
	border-radius: 12px;
	margin: auto;
}
.intro-card-inner-wrapper {
	padding: 75px 18px;
}
.intro-card-icon  img{
	width: 30%;
	filter: invert(72%) sepia(74%) saturate(4989%) hue-rotate(353deg) brightness(103%) contrast(103%);
}
.intro-card-title {
	font-size: 4rem;
	font-weight: 400;
	margin: 24px;
}
.intro-card-desc {
	font-size: 2.3rem;
}
.intro-cta-button-wrapper {
	padding: 50px;
	background-color: var(--bg-black)
	border-radius: 12px;
}
.intro-cta-button {
	margin: auto;
	width: 300px;
}
.intro-cta-button-content {
	height: 60px;
}

.intro-cta-button:hover .intro-cta-arrow-container{
	transform: translate(240px, 0px);
}
.cta-button:hover .intro-cta-desc {
	transform: translate(-74px, 0);
}

.intro-cta-arrow-container {
	width: 60px;
	height: 60px;
}
.intro-cta-arrow-container i {
	font-size: 60px;
}

/* Case Studies section variables */
#case-study-link {
	height: 120px;
}
.section-home-case-studies {
	position: relative;
	overflow: hidden;
}
.case-studies-padd {
	padding-left: 42px;
	padding-right: 42px;
}
.case-studies-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1344px;
}
.case-stuides-vert {
	padding-top: 100px;
	padding-bottom: 200px;
}
.case-studies-content {
	/*text-align: center;*/
}
.case-studies-content-wrapper {
	padding: 50px;
}
.case-studies-content-wrapper h1 p {
	font-size: 5rem;
	padding-bottom: 50px;
}
.case-studies-content h1 {
	font-size: 3rem;
	margin: 0;
	padding: 38px;
}
.case-studies-content p{
	font-weight: 900;
	margin: 0;
	display: inline-block;
	background: rgb(213,17,142);
	background: -webkit-linear-gradient(0deg, rgba(145,93,255,1) 0%, rgba(213,17,142,1) 46%, rgba(255,127,10,1) 100%);
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.case-cta-button {
	margin: auto;
	margin-top: 82px;
}

.case-study-wrapper {
	position: relative;
	width: 100%;
	height: auto;
	background-color: rgba(255, 255, 255, .02);
	border-radius: 12px;
	margin-bottom: 100px;
}
.case-study-title h1 {
	font-size: 3.6rem;
}
.case-study-box-desc {
	margin: 20px;
	border-radius: 12px;
	background-color: var(--inner-card-black);
	border: 1px solid rgba(255, 255, 255, .32);
	display: grid;
	grid-template-columns: auto 1fr;
	text-align: left;
	padding: 15px;
	padding-bottom: 30px;
	margin-bottom: 0;
}
.case-study-logo {
	margin: 20px;
	border-radius: 12px;
	background-color: rgba(255, 255, 255, 1);
	grid-area: 1 / 1 / 2 / 2;
}
.case-study-logo img {
	width: 250px;
	height: 250px;
	border-radius: 12px;
}
#rm-case img{
	width: 180px;
	height: 180px;
	padding: 35px;
}
.case-study-desc-wrapper {
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	grid-area: 1 / 2 / 2 / 3;
	margin: auto;
}
.case-study-desc-title h1{
	margin: 0;
	font-size: 2.3rem;
	padding: 0;
}
.case-study-kpi {
	display: grid;
	grid-template-rows: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	height: 100%;
	padding: 10px;
	align-items: center;
	grid-area: 2 / 1 / 3 / 3;
}
.case-study-kpi p {
	font-size: 3rem;
}
.case-study-box-desc p{
	background: none;
	-webkit-background-clip: none;
	-webkit-text-fill-color: white;
	color: white;
	font-weight: 100;
	padding-right: 5px;
	font-size: 1.8rem;
}
.case-study-desc-wrapper p:nth-child(1) {
	font-weight: 500;
}
.case-study-market {
	
}
.case-study-desc-of-case {
	margin: auto;
	width: 80%;
	border-radius: 12px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 20px;
	border-top: 0;
}
.case-study-desc-of-case h3 {
	font-weight: 200;
	font-size: 1.4rem;
}
.case-study-picture {
	width: 95%;
	margin: auto;
}
.case-study-picture {
	height: 100%;
}
.case-study-cta {
	margin-top: 60px;
	margin-bottom: 120px;
	margin: 60px auto 60px auto;
	transform: translateY(-40px);
}
.case-study-cta p {
	background: none;
	-webkit-background-clip: none;
	-webkit-text-fill-color: white;
	font-weight: 100;
}

/* Step Process section variables */
.section-step-process {
	position: relative;
	overflow: hidden;
}
.step-process-padd {
	padding-left: 42px;
	padding-right: 42px;
}
.step-process-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1344px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.step-process-vert {
	padding-top: 100px;
}
.step-process-content {
	text-align: center;
}
.step-process-content h1{
	font-size: 3rem;
	font-weight: 100;
}
.step-process-content p{
	font-weight: 900;
	margin: 0;
	display: inline-block;
	background: rgb(213,17,142);
	background: -webkit-linear-gradient(0deg, rgba(145,93,255,1) 0%, rgba(213,17,142,1) 46%, rgba(255,127,10,1) 100%);
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.step-div-container {
	width: 180px;
	height: 30px;
	border: 1px solid var(--purple);
	background-color: #53389e;
	align-content: center;
	font-weight: 900;
	border-radius: 10px;
	text-align: center;
	margin: auto;
}
.step-process-item {
	position: relative;
	width: 100%;
	display: grid;
	grid-template-columns: 45% 10% 45%;
	margin: 125px 0;
	justify-items: center;
	text-align: left;
}
.step-process-item-desc {
	height: 100%;
	width: 80%;
	background: linear-gradient(0deg, rgba(145,93,255,1) 0%, rgba(213,17,142,1) 46%, rgba(255,127,10,1) 100%);
	padding: 2px;
	border-radius: 12px;
}
.step-process-item-desc-inner {
	height: 100%;
	width: 100%;
	background-color: var(--inner-card-black);
	border-radius: 12px;
	position: relative;
}
.step-process-item-desc-step-desc {
	position: absolute;
	top: 25px;
	left: 25px;
	width: auto;
	padding: 0 20px;
}
.step-process-item-desc-title {
	margin: 0;
	padding-top: 92px;
	font-size: 2.3rem;
	padding-left: 18px;
	padding-right: 18px;
}
.step-process-item-desc-description {
	font-weight: 100;
	padding-bottom: 12px;
	padding-top: 6px;
	padding-left: 18px;
	padding-right: 18px;
	font-size: 1.8rem;
}
.step-process-item-connector-icon {
	position: relative;
	width: 100%;
	height: 6px;
	background-color: rgba(255, 255, 255, .32);
	border-radius: 24px;
	align-self: center;

}
.step-process-item-icon img{
	width: 300px;
	height: 300px;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(156deg) brightness(100%) contrast(103%);
}

/* Fit variables */
.section-fit {
	position: relative;
	overflow: hidden;
}
.fit-padd {
	padding-left: 42px;
	padding-right: 42px;
}
.fit-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1344px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.fit-vert {
	padding-top: 100px;
	padding-bottom: 100px;
}
.fit-header {

}
.fit-header h1{
	font-size: 3rem;
	font-weight: 200;
	margin: 0;
	padding: 30px;
}
.fit-header p{
	font-weight: 900;
	margin: 0;
	display: inline-block;
	background: rgb(213,17,142);
	background: -webkit-linear-gradient(0deg, rgba(145,93,255,1) 0%, rgba(213,17,142,1) 46%, rgba(255,127,10,1) 100%);
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.fit-wrapper-inner {
	padding: 30px;
}
.fit-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 56px;
}
.fit-paragraph-container {
	width: 100%;
	height: auto;
}
.fit-paragraph-padd {
	padding: 33px;
}
.fit-paragraph-inner-container {

}
.fit-paragraph-title {
	font-size: 1.8rem;
	font-weight: 500;
}
.fit-paragraph-title p {
	display: inline-block;
	margin: 0;
}
.green {
	color: green;
}
.red {
	color: red;
}
.fit-paragraph {
	font-size: 1.2rem;
	display: inline-block;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	grid-column-gap: 20px;
	text-align: left;
}
.fit-paragraph h3 {
	font-weight: 100;
	font-size: 1.8rem;
}
.fit-paragraph i {
	color: var(--orange);
}
.fit-paragraph .bi-x-circle {
	color: red;
}
.fit-cta-button {
	margin: auto;
}

/* Footer CTA variables*/
.footer-cta-button-section {

}
.footer-cta-padd {
	padding-left: 42px;
	padding-right: 42px;
}
.footer-cta-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1344px;
}
.footer-cta-vert {
	padding-top: 100px;
	padding-bottom: 200px;
}
.footer-cta-header {
	text-align: center;
}
.footer-cta-header h1 {
	font-size: 3rem;
	margin-bottom: 88px;
	font-weight: 100;
	margin: 0;
	padding: 30px;
}
.footer-cta-header p {
	font-weight: 900;
	display: inline-block;
	margin: 0;
	background: rgb(213,17,142);
	background: -webkit-linear-gradient(0deg, rgba(145,93,255,1) 0%, rgba(213,17,142,1) 46%, rgba(255,127,10,1) 100%);
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.footer-cta-content {
	text-align: center;
	width: 60%;
	margin: auto;
}
.footer-cta-content h3{
	padding-bottom: 60px;
	font-weight: 100;
	font-size: 1.8rem;
}
.footer-cta-button {
	margin: auto;
}
.footer-content-wrapper {
	padding: 50px;
}

/* Footer variables */
.footer {
	position: relative;
	height: 1000px;
	width: 100%;
}
.video-watch-background-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, .6);
	display: none;
	z-index: 100;
}
.bg-video-container {
	width: 1344px;
	height: 700px;
	margin: auto;
	margin-top: 300px;
}
.video-close-button {
	position: absolute;
	top: 50px;
	right: 50px;
	z-index: 200;
}
.close-button {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.close-button:hover {
	cursor: pointer;
}
.close-button i {
	font-size: 42px;
}
.reveal {
	position: relative;
	transform: translateY(150px);
	opacity: 0;
	transition:  .8s all ease;
}
.reveal.active {
	transform: translateY(0);
	opacity: 1;
}
.reveal-left {
	transform: translateX(-150px);
	opacity: 0;
	transition:  .8s all ease;
}
.reveal-left.active {
	transform: translateX(0);
	opacity: 1;
}
.reveal-right {
	transform: translateX(150px);
	opacity: 0;
	transition:  .8s all ease;
}
.reveal-right.active {
	transform: translateX(0);
	opacity: 1;
}

/* FAQ variables */
.section-faq {
	position: relative;
	padding-left: 42px;
	padding-right: 42px;
}
.faq-padd {
	padding-left: 42px;
	padding-right: 42px;
}
.faq-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1344px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.faq-vert {
	padding-top: 100px;
	padding-bottom: 100px;
}
.faq-wrapper-inner {
	padding: 30px;
}
.faq-header {
	text-align: center;
}
.faq-header h1 {
	font-size: 3rem;
	margin-bottom: 88px;
	font-weight: 100;
	margin: 0;
	padding: 30px;
}
.faq-header p {
	font-weight: 900;
	display: inline-block;
	margin: 0;
	background: rgb(213,17,142);
	background: -webkit-linear-gradient(0deg, rgba(145,93,255,1) 0%, rgba(213,17,142,1) 46%, rgba(255,127,10,1) 100%);
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.faq-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 56px;
}
.faq-wrapper {
	position: relative;
	display: flex;
	flex-flow: column;
	flex: 0 1 auto;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.faq-widget-area {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 50px;
	width: 100%;
	border-radius: 12px;
	padding: 15px;
	height: 500px;
}
.faq-button {
	height: 100px;
	width: 100%;
	border-radius: 12px;
	color: #d3d3d3;
	font-weight: 100;
	display: flex;
	align-items: center;
	font-size: 1.2rem;
	font-family: Suisseintl, sans-serif;
	margin: 5px 0px 5px 0px;
	padding: 2px;
	background: rgba(255, 255, 255, .32);
}
.faq-button-inner {
	background-color: var(--bg-black);
	width: 100%;
	height: 100%;
	border-radius: 12px;
	display: flex;
	align-items: center;
}
.faq-button span {
	margin: 15px;
	font-size: 1.5rem;
	text-align: left;
}
.faq-button:hover {
	cursor: pointer;
	background: linear-gradient(0deg, rgba(145, 93, 255, 1) 0%, rgba(213, 17, 142, 1) 46%, rgba(255, 127, 10, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(145, 93, 255, 1) 0%, rgba(213, 17, 142, 1) 46%, rgba(255, 127, 10, 1) 100%);
}
.faq-active {
	/*background-color: white;*/
	color: var(--orange);
}
.faq-answer {
	position: relative;
	height: 500px;
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
	padding: 15px;
	box-sizing: border-box;
	box-shadow: inset 0px 0px 20px 0px var(--bg-black);
	z-index: 1;
}
.faq-answer-padd {
	position: relative;
	padding: 25px;
	height: auto;
	overflow: hidden;
	transition: height .6s, transform .6s, opacity .6s;
	background-color: var(--inner-card-black);
	border: 1px solid rgba(255, 255, 255, .32);
	border-radius: 12px;
	margin: 20px 0;
	opacity: .1;
}
.faq-answer p {
	font-size: 2rem;
	color: white;
}
.active-answer {
	opacity: 1;
}
#faq-swiper {
	position: relative;
	transition: transform .6s;
	z-index: -1;
}

/* footer variables */
.footer {
	position: sticky;
	height: 400px;
	width: 100%;
	bottom: 0;
	background-color: black;
}
.footer-main-div {
	display: flex;
	flex-direction: row;
	align-items: start;
	padding-top: 40px;
	color: white;
}
.footer-logo {
	font-weight: bold;
}
.footer-logo img {
	width: 300px;
}
.footer-nav-links {
	display: flex;
	flex-direction: column;
	padding: 0 100px;
}
.footer-nav-links a{
	padding: 20px;
	font-size: 1.3rem;
}
.footer-nav-links a:hover{
	background: -webkit-linear-gradient(left, #72f7d1, #4697f2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
}
.copyright-stuff {
	position: relative;
	width: 80%;
	margin: 50px auto;
	border-top: 1px solid rgba(255, 255, 255, 0.6);
	bottom: 10px;
}
.copyright-stuff h5 {
	font-size: 15px;
	bottom: 10px;
}

/* Terms of Services page variables */
.terms-section {
	position: relative;
}
.terms-padd {
	padding-left: 42px;
	padding-right: 42px;
}
.terms-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1344px;
}
.terms-vert {
	padding-bottom: 200px;
}
.terms-content {
	text-align: center;
}
.terms-content h1 {
	font-size: 3rem;
}
.terms-content h2 {
	padding: 20px;
}
.privacy-section {
	position: relative;
}
.privacy-padd {
	padding-left: 42px;
	padding-right: 42px;
}
.privacy-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1344px;
}
.privacy-vert {
	padding-top: 100px;
}
.privacy-content {
	text-align: center;
}
.privacy-content h1 {
	font-size: 3rem;
}
.privacy-content h2 {
	
}
.privacy-content h3 {
	padding: 20px;
}

.company-carousel {
	padding: 2px 0;
	background: -webkit-linear-gradient(0deg, rgba(145,93,255,1) 0%, rgba(213,17,142,1) 46%, rgba(255,127,10,1) 100%);
}
.company-carousel-slider {
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
}
.company-carousel-slide-track {
	animation: scrollCarousel 24s linear infinite;
	display: flex;
	width: calc(350px * 15);
	background-color: var(--bg-black);
	padding: 20px;
	align-items: center;
}
.company-carousel-company {
	min-width: 300px;
	width: 300px;
	margin: 0 25px;
	display: flex;
	justify-content: center;
}
.section-header-collection {
	font-size: 5rem !important;
}

/* Extra small devices (phones, 600px and down) */
@media screen and (min-width: 320px) {

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media screen and (min-width: 480px) {
	.hero-head-title {
		font-size: 5rem;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media screen and (min-width: 768px) {
	
}

/* Large devices (laptops/desktops, 992px and up) */
@media screen and (min-width: 992px) {
	.hero-grid {
		grid-template-columns: 2fr 1fr;
		grid-template-areas: auto;
	}
	.hero-head-desc {
		text-align: left;
		grid-row-gap: 24px;
	}
	.hero-head-title {
		font-size: 3rem;
	}
	.hero-head-cta {
		margin: 0;
	}
	.hero-head-wrapper {
		font-size: 1.3rem;
		color: white;
	}
	.cta-button {
		width: 250px;
	}
	.cta-button-a {
		grid-column-gap: 0;
	}
	.cta-arrow-container {
		height: 50px;
		width: 50px;
	}
	.cta-arrow-container i {
		font-size: 50px;
	}
	.cta-button-content {
		height: 50px;
	}
	.cta-desc p {
		font-size: 1.3rem;
	}
	.section-header-collection {
		font-size: 3rem !important;
	}
	.hero-head-graphic img {
		height: 300px;
	}
	.video-cta-button {
		width: 300px;
	}
	.video-cta-button-content {
		height: 60px;
	}
	.video-cta-arrow-container {
		width: 60px;
		height: 60px;
	}
	.video-cta-arrow-container i{
		font-size: 60px;
	}
	.video-cta-desc {
		border-radius: 6px;
	}
	.video-cta-desc p {
		padding: 0;
	}
	.video-cta-button-content a{
		grid-column-gap: 3px;
	}

	.navbar-grid {
		grid-template-columns: 1fr auto auto;
	}
	.navbar-nav-menu {
		visibility: visible;
	}
	.logo-container {
		max-width: 264px;
	}
	.button-text {
		font-size: 1.4rem;
	}
	.btn {
		border: solid .1rem var(--orange);
	}
	.intro-cards-container {
		flex-direction: row;
	}
	.intro-card {
		width: 30%;
	}
	.intro-card-title {
		font-size: 1.8rem;
	}
	.intro-card-desc {
		font-size: 1.2rem;
	}
	.case-studies-content-wrapper h1 p {
		font-size: 3.8rem;
	}
	.case-study-title h1 {
		font-size: 2.6rem;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media screen and (min-width: 1200px) {
	.hero-head-graphic img {
		height: 500px;
	}
}

/* Extra extra large devices (large desktops, 1600px and up) */
@media screen and (min-width: 1600px) {

}



@keyframes scrollCarousel {
	0% {transform: translateX(0);}
	100% {transform: translateX(calc(-350px * 5));}
}

:root {
	--pink: #d5118e;
	--orange: #ff7f0a;
	--purple: #915dff;
	--bg-black: #121212;
	--off-black: #0c111d;
	--text-secondary-color: #cecfd2;
	--main-gradient: linear-gradient(0deg, rgba(145,93,255,1) 0%, rgba(213,17,142,1) 46%, rgba(255,127,10,1) 100%);
	--inner-card-black: #212121;
}

::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
	background-color: rgba(255, 255, 255, 0);
}
::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, 0.60);
	border-radius: 30px;
}
::-webkit-scrollbar-thumb:hover {
	background-color: rgba(255, 255, 255, 0.40);
}