@font-face {
	font-family: "Antonio-Bold";
	font-style: normal;
	src: url("../fonts/antonio/Antonio-Bold.ttf");
	font-weight: 900
}

@font-face {
	font-family: "Antonio-SemiBold";
	font-style: normal;
	src: url("../fonts/antonio/Antonio-SemiBold.ttf");
	font-weight: 600
}

@font-face {
	font-family: "Antonio-Medium";
	font-style: normal;
	src: url("../fonts/antonio/Antonio-Medium.ttf");
	font-weight: 500
}

@font-face {
	font-family: "Antonio-Regular";
	font-style: normal;
	src: url("../fonts/antonio/Antonio-Regular.ttf");
	font-weight: 400
}

@font-face {
	font-family: "Antonio-Light";
	font-style: normal;
	src: url("../fonts/antonio/Antonio-Light.ttf");
	font-weight: 300
}

@font-face {
	font-family: "Antonio-Thin";
	font-style: normal;
	src: url("../fonts/antonio/Antonio-Thin.ttf");
	font-weight: 200
}

@font-face {
	font-family: "Antonio-Light";
	font-style: normal;
	src: url("../fonts/antonio/Antonio-Light.ttf");
	font-weight: 100
}

@font-face {
	font-family: "Inter-Bold";
	font-style: normal;
	src: url("../fonts/inter/Inter-Bold.ttf");
	font-weight: 900
}

@font-face {
	font-family: "Inter-SemiBold";
	font-style: normal;
	src: url("../fonts/inter/Inter-SemiBold.ttf");
	font-weight: 600
}

@font-face {
	font-family: "Inter-Medium";
	font-style: normal;
	src: url("../fonts/inter/Inter-Medium.ttf");
	font-weight: 500
}

@font-face {
	font-family: "Inter-Regular";
	font-style: normal;
	src: url("../fonts/inter/Inter-Regular.ttf");
	font-weight: 400
}

@font-face {
	font-family: "Inter-Light";
	font-style: normal;
	src: url("../fonts/inter/Inter-Light.ttf");
	font-weight: 300
}

@font-face {
	font-family: "Inter-Thin";
	font-style: normal;
	src: url("../fonts/inter/Inter-Thin.ttf");
	font-weight: 200
}

.section-spacing,
.cont {
	padding-top: 96px
}

@media (max-width: 767px) {
	.section-spacing,
	.cont {
		padding-top: 24px
	}
}

section.main-wrapper {
	margin-bottom: 96px
}

@media (max-width: 767px) {
	section.main-wrapper {
		margin-bottom: 72px
	}
}

.section-head {
	text-transform: uppercase;
	color: white
}

@media (max-width: 767px) {
	.section-head {
		font-size: 24px;
		line-height: 32px
	}
}

.b-right {
	border-right: 1px solid #3D3D3D
}

@media (max-width: 991px) {
	.b-right {
		border-right: none
	}
}

.b-bottom {
	border-bottom: 1px solid #3D3D3D
}

@media (max-width: 991px) {
	.b-bottom {
		border-bottom: none
	}
}

.b-left {
	border-left: 1px solid #3D3D3D
}

@media (max-width: 991px) {
	.b-left {
		border-left: none
	}
}

.b-top {
	border-top: 1px solid #3D3D3D
}

@media (max-width: 991px) {
	.b-top {
		border-top: none
	}
}

@keyframes menuContainer {
	0% {
		width: 0%;
		right: 0%;
		height: 80px;
		padding: 0
	}
	30% {
		width: 100%;
		height: 80px;
		padding: 0
	}
	100% {
		width: 100%
	}
}

@keyframes moveInleft {
	0% {
		opacity: 0;
		transform: translateX(-100px)
	}
	80% {
		transform: translateX(10px)
	}
	100% {
		opacity: 1;
		transform: translate(0)
	}
}

@keyframes moveInRight {
	0% {
		opacity: 0;
		transform: translateX(100px)
	}
	80% {
		transform: translateX(-10px)
	}
	100% {
		opacity: 1;
		transform: translate(0)
	}
}

@keyframes fadeInUpSD {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes section_anim {
	0% {
		transform: translateY(110px);
		opacity: 0
	}
	100% {
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes pop-in {
	0% {
		opacity: 0;
		transform: translate(-4rem) scale(.8)
	}
	100% {
		opacity: 1;
		transform: none
	}
}

@keyframes rotate-up {
	100% {
		transform: rotateZ(-4deg)
	}
}

@-webkit-keyframes mover {
	0% {
		transform: translateX(0)
	}
	100% {
		transform: translateX(-5px)
	}
}

@keyframes mover {
	0% {
		transform: translateX(0)
	}
	100% {
		transform: translateX(-5px)
	}
}

@keyframes floating-vector-menu {
	from {
		transform: translateY(0)
	}
	50% {
		transform: translateY(-10px)
	}
	to {
		transform: translateY(0)
	}
}

@keyframes floating-vector-menu-horizontal {
	from {
		transform: translateX(0)
	}
	50% {
		transform: translateX(10px)
	}
	to {
		transform: translateX(0)
	}
}

@keyframes floating-vector {
	from {
		transform: translateY(0)
	}
	50% {
		transform: translateY(-20px)
	}
	to {
		transform: translateY(0)
	}
}

* {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	scroll-behavior: smooth
}

::selection {
	background: rgba(253, 105, 31, 0.7);
	color: #ffffff
}

body {
	margin: 0;
	overflow-x: hidden;
	background: #1F1F1F
}

#content {
	padding-top: 52px
}

@media (max-width: 767px) {
	#content {
		padding-top: 80px
	}
}

ul {
	list-style: none;
	margin-bottom: 0
}

ul li {
	list-style: none
}

a {
	text-decoration: none
}

a:hover {
	text-decoration: none
}

main {
	display: block
}

figure {
	margin-bottom: 0
}

[type="checkbox"] {
	box-sizing: border-box;
	padding: 0
}

[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

[type="number"]::-webkit-inner-spin-button {
	height: auto
}

[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

.modl-cards-wrapper {
	border-radius: 18px;
	border: 1px solid #3D3D3D;
	display: grid;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	z-index: 9
}

.modl-cards-wrapper .modl-card {
	padding: 32px;
	transition-duration: .4s;
	border: 1px solid transparent;
	height: 100%
}

.modl-cards-wrapper .modl-card figure {
	height: 102px;
	width: 102px;
	text-align: center;
	transition-duration: .4s;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-bottom: 32px;
	border-radius: 100%
}

.modl-cards-wrapper .modl-card figure img {
	width: 48px;
	height: 48px
}

.modl-cards-wrapper .modl-card h4 {
	color: #ffffff;
	margin-bottom: 24px
}

.modl-cards-wrapper .modl-card p {
	color: rgba(255, 255, 255, 0.7)
}

.modl-cards-wrapper .modl-card:hover {
	transition-duration: .4s
}

.modl-cards-wrapper .modl-card:hover figure {
	background: #1B1B1B;
	transition-duration: .4s
}

.tabs-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	position: absolute;
	top: 48px;
	left: 40px;
	z-index: 9
}

@media (max-width: 767px) {
	.tabs-wrapper {
		left: initial;
		position: relative;
		top: initial
	}
}

.tabs-wrapper .tabs:first-child {
	margin-right: 16px
}

.tabs {
	width: fit-content;
	min-width: fit-content;
	padding: 15px 20px;
	color: #ffffff;
	font-family: "Inter-SemiBold";
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	border-radius: 8px;
	background-color: transparent;
	border: 1px solid transparent;
	display: block;
	cursor: pointer;
	transition: all .3s ease-in-out
}

@media (max-width: 991px) {
	.tabs {
		font-size: 14px;
		line-height: 24px;
		padding: 12px 16px
	}
}

.tabs:hover {
	color: #ffffff
}

.tabs.active {
	background-color: rgba(253, 105, 31, 0.1);
	border: 1px solid #FD691F;
	transition: all .3s ease-in-out
}

.section-animation {
	animation: section_anim 1s ease-in-out forwards
}

.animate-pop-in {
	animation-name: moveInRight;
	animation-duration: 1.2s
}

h1,
h2,
h3,
h3,
h4,
h5 {
	margin-bottom: 0
}

h1 {
	font-family: "Antonio-Bold";
	font-size: 48px;
	line-height: 64px;
	letter-spacing: 2px;
	text-transform: uppercase
}

@media (max-width: 767px) {
	h1 {
		font-size: 32px;
		line-height: 40px;
		letter-spacing: 2px
	}
}

h2 {
	font-family: "Antonio-Bold";
	font-size: 40px;
	line-height: 56px;
	letter-spacing: 2px;
	text-transform: uppercase
}

@media (max-width: 767px) {
	h2 {
		font-size: 18px;
		line-height: 22px
	}
}

h3 {
	font-family: "Antonio-Bold";
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 2px;
	text-transform: uppercase
}

@media (max-width: 767px) {
	h3 {
		font-size: 18px;
		line-height: 32px;
		letter-spacing: 0
	}
}

h4 {
	font-family: "Antonio-Bold";
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	margin: 0
}

.sub-title-main {
	font-family: "Inter-SemiBold";
	font-size: 24px;
	line-height: 32px;
	margin: 0;
	color: #9DA5AD
}

@media (max-width: 767px) {
	.sub-title-main {
		font-size: 20px
	}
}

.sub-title-secondary {
	font-family: "Inter-SemiBold";
	font-size: 20px;
	line-height: 32px;
	margin: 0
}

@media (max-width: 767px) {
	.sub-title-secondary {
		font-size: 16px;
		line-height: 24px
	}
}

.body-text-main {
	font-family: "Inter-Regular";
	font-size: 16px;
	line-height: 28px;
	margin: 0
}

@media (max-width: 767px) {
	.body-text-main {
		font-size: 14px;
		line-height: 24px
	}
}

.body-text-secondary {
	font-family: "Inter-Regular";
	font-size: 16px;
	line-height: 24px;
	margin: 0
}

@media (max-width: 767px) {
	.body-text-secondary {
		font-size: 14px;
		line-height: 24px
	}
}

.bttn {
	font-family: "Inter-SemiBold";
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	background: #FD691F;
	height: 56px;
	width: 184px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	border-radius: 8px;
	cursor: pointer;
	transition-duration: .4s
}

@media (max-width: 767px) {
	.bttn.bttn-filled {
		padding: 0
	}
}

.bttn.bttn-filled span {
	background: #F26118;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	letter-spacing: .2px
}

@media (max-width: 767px) {
	.bttn.bttn-filled span {
		padding: 12px 16px
	}
}

.bttn.bttn-filled img {
	padding: 0px 12px;
	height: 20px
}

.bttn.bttn-transparent {
	color: #1F1F1F;
	background: transparent;
	border: 1px solid #2D2D2D;
	transition-duration: .4s
}

.bttn.bttn-transparent span {
	letter-spacing: .2px
}

.bttn.bttn-transparent:hover {
	background: #262626;
	transition-duration: .4s
}

.bttn.bttn-transparent:focus {
	transition-duration: .4s;
	background: transparent;
	box-shadow: 0 0 10px #262626
}

.bttn.bttn-border {
	border: 1px solid #FD691F;
	background: rgba(253, 105, 31, 0.1);
	transition-duration: .4s
}

.bttn.bttn-border:hover {
	background: rgba(253, 105, 31, 0.2);
	transition-duration: .4s
}

.bttn.bttn-border:focus {
	border: 1px solid #FD691F;
	transition-duration: .4s;
	background: rgba(253, 105, 31, 0.2);
	box-shadow: 0 0 10px rgba(253, 105, 31, 0.1)
}

.bttn:hover {
	color: #ffffff;
	transition-duration: .4s
}

.bttn:hover img {
	-webkit-animation: mover .6s 2 alternate;
	animation: mover .6s 2 alternate
}

.bttn:focus {
	transition-duration: .4s;
	box-shadow: 0 0 10px #F26118
}

@media (max-width: 767px) {
	.bttn {
		font-size: 14px;
		line-height: 24px;
		padding: 12px 16px;
		width: fit-content;
		min-width: fit-content
	}
}

.o-bttn {
	width: fit-content;
	min-width: fit-content;
	padding: 18px 20px;
	color: #ffffff;
	font-family: "Inter-SemiBold";
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	border-radius: 8px;
	background-color: rgba(253, 105, 31, 0.1);
	border: 1px solid #FD691F;
	display: block;
	transition-duration: .4s;
	height: fit-content
}

@media (max-width: 991px) {
	.o-bttn {
		font-size: 14px;
		line-height: 24px;
		padding: 12px 16px
	}
}

.o-bttn:hover {
	color: #ffffff;
	transition-duration: .4s;
	background-color: rgba(253, 105, 31, 0.2)
}

.o-bttn img {
	margin-left: 24px
}

@media (max-width: 991px) {
	.o-bttn img {
		margin-left: 16px
	}
}

.b-bttn {
	width: fit-content;
	min-width: fit-content;
	padding: 16px 32px;
	color: #ffffff !important;
	text-align: center;
	font-family: "Inter-SemiBold";
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	border-radius: 8px;
	border: 2px solid #2D2D2D;
	display: block;
	transition-duration: .4s;
	width: 184px;
	height: fit-content
}

@media (max-width: 991px) {
	.b-bttn {
		font-size: 14px;
		line-height: 24px;
		padding: 12px 16px
	}
}

.b-bttn:hover {
	color: #ffffff;
	background: #1F1F1F !important;
	transition-duration: .4s
}

.b-bttn:focus {
	transition-duration: .4s;
	background: transparent;
	box-shadow: 0 0 10px #1F1F1F
}

.container-1224 {
	max-width: 1256px;
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
	margin: 0 auto
}

.container-1016 {
	max-width: 1048px;
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
	margin: 0 auto
}

.container-1128 {
	max-width: 1160px;
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
	margin: 0 auto
}

.container-1156 {
	max-width: 1188px;
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
	margin: 0 auto
}

.container-1135 {
	max-width: 1167px;
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
	margin: 0 auto
}

.container-1033 {
	max-width: 1065px;
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
	margin: 0 auto
}

.container-1098 {
	max-width: 1130px;
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
	margin: 0 auto
}

.container-1200 {
	max-width: 1232px;
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
	margin: 0 auto
}

.container-1110 {
	max-width: 1142px;
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
	margin: 0 auto
}

.container-1040 {
	max-width: 1072px;
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
	margin: 0 auto
}

.container-1119 {
	max-width: 1087px;
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
	margin: 0 auto
}

.container-1126 {
	max-width: 1158px;
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
	margin: 0 auto
}

.slick-slide {
	outline: none
}

.slick-slide:focus {
	outline: none
}

ul.slick-dots li {
	margin-right: 24px;
	margin-left: 0
}

ul.slick-dots li button {
	padding: 0
}

ul.slick-dots li button:before {
	opacity: 1;
	content: "";
	background: rgba(253, 105, 31, 0.1);
	height: 8px;
	width: 8px;
	border-radius: 100%
}

ul.slick-dots li.slick-active button {
	position: relative
}

ul.slick-dots li.slick-active button:before {
	opacity: 1;
	background: #FD691F
}

ul.slick-dots li.slick-active button:after {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	border: 2px solid #FD691F;
	top: -6px;
	left: -6px;
	border-radius: 100%
}

ul.slick-dots li:last-of-type {
	margin-right: 0
}

.slick-arrow {
	top: 45%;
	height: 54px;
	width: 54px;
	background: #1F1F1F
}

.slick-arrow.slick-next {
	right: 10px;
	z-index: 9
}

.slick-arrow.slick-next:before {
	position: absolute;
	content: "";
	background: url('../images/icons/arrow-right.svg') center center no-repeat;
	width: 24px;
	height: 24px
}

.slick-arrow.slick-prev {
	left: 0;
	z-index: 9
}

.slick-arrow.slick-prev:before {
	position: absolute;
	content: "";
	background: url('../images/icons/arrow-right.svg') center center no-repeat;
	transform: rotate(-180deg);
	width: 24px;
	height: 24px
}

.brands-slider .slick-arrow {
	background: #1F1F1F !important
}

.brands-slider .slick-prev:hover,
.brands-slider .slick-prev:focus,
.brands-slider .slick-next:hover,
.brands-slider .slick-next:focus {
	background: #1F1F1F
}

.features-slider .slick-dots {
	text-align: left;
	bottom: -60px;
	left: 48px
}

@media (max-width: 767px) {
	.features-slider .slick-dots {
		left: 0
	}
}

.features-slider .slick-arrow {
	width: 64px;
	height: 56px;
	background: rgba(253, 105, 31, 0.1);
	border: 1px solid #FD691F;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition-duration: .4s;
	right: 0;
	bottom: -90px;
	left: unset;
	top: unset
}

@media (max-width: 767px) {
	.features-slider .slick-arrow {
		bottom: -80px;
		right: 16px
	}
}

.features-slider .slick-arrow.slick-prev {
	right: 88px
}

.features-slider .slick-arrow.slick-disabled {
	background: #262626
}

.features-slider .slick-arrow.slick-disabled:hover {
	background: #1F1F1F;
	transition-duration: .4s
}

.features-slider .slick-arrow:hover {
	background: #FD691F;
	transition-duration: .4s
}

section.hero-wrapper {
	position: relative
}

section.hero-wrapper:after {
	position: absolute;
	content: "";
	background: #2D2D2D;
	width: 1px;
	height: 128%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: -1
}

@media (max-width: 767px) {
	section.hero-wrapper:after {
		display: none
	}
}

section.hero-wrapper .hero-section {
	display: flex;
	height: calc(90vh - 88px);
	justify-content: space-between;
	align-items: center;
	position: relative;
	border-left: 1px solid #3D3D3D;
	border-right: 1px solid #3D3D3D;
	padding: 0 40px
}

@media (max-width: 767px) {
	section.hero-wrapper .hero-section {
		flex-direction: column-reverse;
		height: auto
	}
}

section.hero-wrapper .hero-section .hero-span {
	display: block;
	font-size: 16px;
	line-height: 24px;
	text-transform: initial;
	margin-bottom: 16px;
	color: rgba(255, 255, 255, 0.8)
}

section.hero-wrapper .hero-section .slider-content {
	width: 520px
}

@media (max-width: 767px) {
	section.hero-wrapper .hero-section .slider-content {
		width: 100%;
		padding-bottom: 56px
	}
}

section.hero-wrapper .hero-section .slider-content .slide-cell {
	margin-right: 30px;
	opacity: 0
}

section.hero-wrapper .hero-section .slider-content .slide-cell h2 {
	color: #ffffff;
	margin-bottom: 16px
}

@media (max-width: 767px) {
	section.hero-wrapper .hero-section .slider-content .slide-cell h2 {
		font-size: 32px;
		line-height: 40px;
		letter-spacing: 2px
	}
}

section.hero-wrapper .hero-section .slider-content .slide-cell .body-text-secondary {
	color: rgba(255, 255, 255, 0.8)
}

section.hero-wrapper .hero-section .slider-content .slide-cell.slick-active {
	animation-duration: 3s;
	opacity: 1
}

section.hero-wrapper .hero-section .illustration-wrapper figure {
	width: 90%;
	margin-left: auto
}

section.hero-wrapper .hero-section .illustration-wrapper figure img {
	width: 100%
}

section.hero-wrapper .hero-section .illustration-wrapper .card {
	display: flex;
	background: transparent;
	justify-content: center;
	border: 0;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0;
	cursor: pointer
}

section.hero-wrapper .hero-section .illustration-wrapper .card .atvImg {
	border-radius: 5px;
	transform-style: preserve-3d;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	width: 530px;
	height: 530px;
	display: inline-block
}

@media (max-width: 767px) {
	section.hero-wrapper .hero-section .illustration-wrapper .card .atvImg {
		width: 343px;
		height: 343px
	}
}

section.hero-wrapper .hero-section .illustration-wrapper .card .atvImg img {
	border-radius: 5px
}

section.hero-wrapper .hero-section .illustration-wrapper .card .atvImg .atvImg-container {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	transition: all .2s ease-out
}

section.hero-wrapper .hero-section .illustration-wrapper .card .atvImg .atvImg-container .atvImg-layers {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
	transform-style: preserve-3d
}

section.hero-wrapper .hero-section .illustration-wrapper .card .atvImg .atvImg-container .atvImg-layers .atvImg-rendered-layer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: -2%;
	left: -2%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	background-size: cover;
	transition: all .1s ease-out
}

section.hero-wrapper .hero-section .illustration-wrapper .card .atvImg .atvImg-container .atvImg-shadow {
	position: absolute;
	top: 5%;
	left: 5%;
	width: 90%;
	height: 90%;
	transition: all .2s ease-out
}

section.hero-wrapper .hero-section .illustration-wrapper .card .atvImg .atvImg-container .atvImg-shine {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 5px;
	background: none !important
}

section.hero-wrapper .hero-section .slider-cta-wrapper {
	margin-top: 32px;
	display: flex;
	justify-content: flex-start;
	align-items: center
}

section.hero-wrapper .hero-section .slider-cta-wrapper .bttn-transparent {
	color: #ffffff;
	margin-left: 32px
}

section.brands-wrapper {
	margin-bottom: 0
}

section.brands-wrapper .container-1128 {
	border-left: 1px solid #3D3D3D;
	border-right: 1px solid #3D3D3D
}

section.brands-wrapper .wrap_ {
	border-top: 1px solid #3D3D3D;
	border-bottom: 1px solid #3D3D3D
}

section.brands-wrapper h3 {
	color: #ffffff;
	text-align: center;
	padding-bottom: 32px;
	padding-top: 32px
}

@media (max-width: 767px) {
	section.brands-wrapper h3 {
		font-size: 24px;
		line-height: 35px;
		padding-bottom: 40px
	}
}

section.brands-wrapper .brands-slider {
	padding: 48px 0
}

@media (max-width: 767px) {
	section.brands-wrapper .brands-slider {
		padding: 31px 0
	}
}

section.brands-wrapper .brands-slider .slide-cell figure {
	width: 140px;
	height: 88px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center
}

@media (max-width: 767px) {
	section.brands-wrapper .brands-slider .slide-cell figure {
		width: 100px;
		height: auto
	}
}

section.brands-wrapper .brands-slider .slide-cell figure img {
	width: 100%
}

section.brands-wrapper .slider-cta-wrapper {
	position: relative;
	background: #1F1F1F
}

section.brands-wrapper .slider-cta-wrapper:after {
	position: absolute;
	content: "";
	background: url(../images/icons/q-pattern.svg) center center no-repeat;
	width: 270px;
	height: 270px;
	bottom: -40px;
	right: 0px;
	z-index: 9;
	background-size: contain
}

section.brands-wrapper .slider-cta-wrapper>.container-1128 {
	padding-top: 32px;
	padding-bottom: 96px;
	border-left: 1px solid #3D3D3D;
	border-right: 1px solid #3D3D3D
}

section.brands-wrapper .slider-cta-wrapper>.container-1128 .bttn {
	color: #ffffff;
	margin: 0 auto
}

.newsletter-wrapper {
	padding-top: 96px;
	padding-bottom: 48px
}

@media (max-width: 767px) {
	.newsletter-wrapper {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

.newsletter-wrapper .newsletter-wrap {
	background: url('../images/global/newsletter-background.png') center center no-repeat;
	background: #262626;
	padding: 28px 0 56px 60px;
	position: relative;
	border-radius: 16px
}

@media (max-width: 767px) {
	.newsletter-wrapper .newsletter-wrap {
		padding: 24px;
		overflow: hidden
	}
}

.newsletter-wrapper .newsletter-wrap:before,
.newsletter-wrapper .newsletter-wrap:after {
	position: absolute;
	content: "";
	background: #3D3D3D;
	height: 1px;
	transform: rotate(-45deg);
	z-index: -1
}

.newsletter-wrapper .newsletter-wrap:before {
	width: 329px;
	top: 116px;
	left: -4%
}

.newsletter-wrapper .newsletter-wrap:after {
	width: 510px;
	top: 185px;
	left: -5%
}

.newsletter-wrapper .newsletter-wrap .footer-icon {
	position: absolute
}

@media (max-width: 767px) {
	.newsletter-wrapper .newsletter-wrap .footer-icon {
		display: none
	}
}

.newsletter-wrapper .newsletter-wrap .footer-icon.icon-1 {
	top: 0;
	right: 26%;
	animation: floating-vector-menu-horizontal 4s ease-in-out 2s infinite
}

@media (max-width: 767px) {
	.newsletter-wrapper .newsletter-wrap .footer-icon.icon-1 {
		display: block;
		width: 180px;
		height: 180px;
		right: 5%
	}
}

.newsletter-wrapper .newsletter-wrap .footer-icon.icon-2 {
	top: 22%;
	right: 0;
	animation: floating-vector 3s infinite ease-in-out
}

.newsletter-wrapper .newsletter-wrap .footer-icon.icon-3 {
	bottom: 0;
	right: 20%;
	animation: floating-vector-menu-horizontal 4s ease-in-out 2s infinite
}

.newsletter-wrapper .newsletter-wrap .newsletter-content h1 {
	color: #ffffff;
	margin-bottom: 24px
}

.newsletter-wrapper .newsletter-wrap .newsletter-content p {
	color: #ffffff;
	width: 579px;
	margin-bottom: 24px
}

@media (max-width: 767px) {
	.newsletter-wrapper .newsletter-wrap .newsletter-content p {
		width: 100%
	}
}

.newsletter-wrapper .newsletter-wrap .newslatter-form {
	width: 345px
}

.newsletter-wrapper .newsletter-wrap .newslatter-form form {
	display: flex;
	border-radius: 4px
}

.newsletter-wrapper .newsletter-wrap .newslatter-form form .form-group {
	margin-bottom: 0
}

.newsletter-wrapper .newsletter-wrap .newslatter-form form .form-group .form-control {
	background: transparent;
	border-radius: 0;
	border: 1px solid #FD691F;
	height: 52px;
	font-family: "Inter-Regular";
	color: #ffffff
}

.newsletter-wrapper .newsletter-wrap .newslatter-form form .form-group .form-control:focus {
	outline: none;
	box-shadow: none
}

.newsletter-wrapper .newsletter-wrap .newslatter-form form .form-group ::placeholder {
	color: rgba(255, 255, 255, 0.3);
	opacity: 1
}

.newsletter-wrapper .newsletter-wrap .newslatter-form form .form-group :-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.3)
}

.newsletter-wrapper .newsletter-wrap .newslatter-form form .form-group ::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.3)
}

.newsletter-wrapper .newsletter-wrap .newslatter-form form .form-group .styling-for-button {
	position: relative;
	cursor: pointer
}

.newsletter-wrapper .newsletter-wrap .newslatter-form form .form-group .styling-for-button #submit {
	background: #FD691F;
	cursor: pointer;
	font-size: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	transition-duration: .4s
}

.newsletter-wrapper .newsletter-wrap .newslatter-form form .form-group .styling-for-button:after {
	position: absolute;
	content: "";
	background: url(../images/icons/arrow-right.svg) center center no-repeat;
	height: 16px;
	width: 16px;
	top: 20%;
	left: 0;
	right: 0;
	margin: 0 auto
}

.newsletter-wrapper .newsletter-wrap .newslatter-form form .form-group .styling-for-button:hover {
	transition-duration: .4s
}

.newsletter-wrapper .newsletter-wrap .newslatter-form form .form-group .styling-for-button:hover #submit {
	background: transparent;
	border: 1px solid #FD691F
}

.newsletter-wrapper .newsletter-wrap .newslatter-form form .form-group .styling-for-button:hover:after {
	-webkit-animation: mover .6s 2 alternate;
	animation: mover .6s 2 alternate
}

.team-cards {
	display: grid;
	grid-template-columns: auto auto auto auto
}

@media (max-width: 767px) {
	.team-cards {
		grid-template-columns: auto;
		display: inline-block
	}
}

.team-cards .flip-card {
	width: 260px;
	height: 281px;
	position: relative;
	perspective: 150em;
	margin-bottom: 24px;
	margin-right: 24px;
	max-width: 100%
}

@media (max-width: 767px) {
	.team-cards .flip-card {
		width: 170px;
		height: 165px;
		display: inline-block;
		margin-right: 16px;
		margin-bottom: 16px
	}
}

.team-cards .flip-card:nth-of-type(4) {
	margin-right: 0
}

@media (max-width: 767px) {
	.team-cards .flip-card:nth-of-type(4) {
		margin-right: 16px
	}
}

.team-cards .flip-card .flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform .6s;
	transform-style: preserve-3d;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2)
}

.team-cards .flip-card .flip-card-inner .flip-card-front,
.team-cards .flip-card .flip-card-inner .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.team-cards .flip-card .flip-card-inner .flip-card-front img {
	border-radius: 8px;
	object-position: center center;
	object-fit: cover;
	width: 100%;
	height: 100%
}

.team-cards .flip-card .flip-card-inner .flip-card-back {
	transform: rotateY(180deg)
}

.team-cards .flip-card .flip-card-inner .flip-card-back .details {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
	padding: 16px 16px 0 16px
}

@media (max-width: 767px) {
	.team-cards .flip-card .flip-card-inner .flip-card-back .details {
		flex-direction: column;
		align-items: flex-start;
		padding: 8px 4px
	}
}

.team-cards .flip-card .flip-card-inner .flip-card-back .details h4 {
	width: 50%;
	color: #ffffff
}

@media (max-width: 767px) {
	.team-cards .flip-card .flip-card-inner .flip-card-back .details h4 {
		width: 100%;
		font-size: 16px
	}
}

@media (max-width: 767px) {
	.team-cards .flip-card .flip-card-inner .flip-card-back .details .social {
		padding: 12px 8px 0 8px
	}
}

.team-cards .flip-card .flip-card-inner .flip-card-back .details .social ul {
	display: inline-block
}

.team-cards .flip-card .flip-card-inner .flip-card-back .details .social ul li {
	display: inline-block;
	margin-right: 16px
}

.team-cards .flip-card .flip-card-inner .flip-card-back .details .social ul li:last-of-type {
	margin-right: 0
}

.team-cards .flip-card .flip-card-inner .flip-card-back .interests {
	padding: 16px 16px 0 16px
}

@media (max-width: 767px) {
	.team-cards .flip-card .flip-card-inner .flip-card-back .interests {
		padding: 0 8px 0 8px;
		display: none
	}
}

.team-cards .flip-card .flip-card-inner .flip-card-back .interests .interest_ {
	display: flex
}

.team-cards .flip-card .flip-card-inner .flip-card-back .interests .interest_ .interest-icon {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	margin-right: 12px
}

.team-cards .flip-card .flip-card-inner .flip-card-back .interests .interest_ .body-text-secondary {
	color: #ffffff;
	text-align: left
}

.team-cards .flip-card .flip-card-inner .flip-card-back .interests .interest_ .body-text-secondary span {
	display: block;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8)
}

.team-cards .flip-card .flip-card-inner .flip-card-back .interests .interest_.superpower {
	margin-bottom: 16px;
	position: relative
}

.team-cards .flip-card:hover .flip-card-inner {
	transform: rotateY(180deg)
}

.team-cards .flip-card.empty {
	border: 1px solid #FD691F;
	border-radius: 8px;
	color: #ffffff;
	padding: 24px;
	position: relative;
	overflow: hidden
}

@media (max-width: 767px) {
	.team-cards .flip-card.empty {
		width: 95%;
		height: 231px;
		padding: 32px 32px 43px 32px;
		margin-right: 0
	}
}

.team-cards .flip-card.empty h4 {
	margin-bottom: 24px;
	letter-spacing: 2px
}

.team-cards .flip-card.empty p {
	color: rgba(255, 255, 255, 0.8)
}

@media (max-width: 767px) {
	.team-cards .flip-card.empty p {
		position: relative;
		z-index: 9
	}
}

.team-cards .flip-card.empty:before {
	position: absolute;
	content: "";
	height: 100px;
	width: 100px
}

.team-cards .flip-card.empty.empty-orange {
	background: rgba(253, 105, 31, 0.1)
}

.team-cards .flip-card.empty.empty-orange:before {
	background: url(../images/icons/shape1.svg) center center no-repeat;
	bottom: -10px;
	left: -10px
}

.team-cards .flip-card.empty.empty-gray {
	background: #262626;
	border: 1px solid #3D3D3D
}

.team-cards .flip-card.empty.empty-gray:before {
	background: url(../images/icons/shape2.svg) center center no-repeat;
	bottom: -10px;
	left: -10px
}

@media (max-width: 767px) {
	.team-cards .flip-card.empty.empty-gray.gray-2 {
		display: none
	}
}

@media (max-width: 767px) {
	.product-page .hero-section section.hero-wrapper .hero-section {
		margin-bottom: 40px
	}
}

@media (max-width: 767px) {
	.product-page .hero-section section.hero-wrapper .hero-section .slider-content {
		padding-bottom: 0
	}
}

.product-page .hero-section section.hero-wrapper .hero-section .slider-content .slide-cell {
	opacity: 1
}

.product-page .test-more-wrapper {
	background-color: #262626;
	position: relative;
	z-index: 9
}

.product-page .test-more-wrapper .test-more-content {
	position: relative
}

@media (max-width: 767px) {
	.product-page .test-more-wrapper .test-more-content {
		padding-top: 64px
	}
}

.product-page .test-more-wrapper .test-more-content .content-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
	height: 100%;
	padding-bottom: 64px;
	padding-top: 107px
}

@media (max-width: 767px) {
	.product-page .test-more-wrapper .test-more-content .content-wrapper {
		padding-top: 30px
	}
}

@media (max-width: 767px) {
	.product-page .test-more-wrapper .test-more-content .content-wrapper {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		padding-bottom: 0
	}
}

.product-page .test-more-wrapper .test-more-content .content-wrapper .content {
	max-width: 429px;
	width: 100%;
	margin-right: 70px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 24px
}

@media (max-width: 767px) {
	.product-page .test-more-wrapper .test-more-content .content-wrapper .content {
		max-width: 100%;
		margin-right: 0;
		margin-left: 0
	}
}

.product-page .test-more-wrapper .test-more-content .content-wrapper .content h1 {
	color: #ffffff
}

@media (max-width: 767px) {
	.product-page .test-more-wrapper .test-more-content .content-wrapper .content h1 {
		font-size: 32px;
		line-height: 40px;
		letter-spacing: 2px
	}
}

.product-page .test-more-wrapper .test-more-content .content-wrapper .content p {
	margin-top: 16px;
	color: rgba(255, 255, 255, 0.6)
}

@media (max-width: 767px) {
	.product-page .test-more-wrapper .test-more-content .content-wrapper .content p {
		font-size: 14px;
		line-height: 24px
	}
}

.product-page .test-more-wrapper .test-more-content .content-wrapper .content .product-cta {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 48px
}

.product-page .test-more-wrapper .test-more-content .content-wrapper .image {
	max-width: 588px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start
}

@media (max-width: 767px) {
	.product-page .test-more-wrapper .test-more-content .content-wrapper .image {
		max-width: 100%
	}
}

.product-page .test-more-wrapper .test-more-content .content-wrapper .image figure {
	width: 100%;
	border-radius: 20px;
	overflow: hidden
}

.product-page .test-more-wrapper .test-more-content .content-wrapper .image figure img {
	border-radius: 20px;
	width: 100%;
	height: auto
}

.product-page .test-more-wrapper .test-more-content .flexible-finder-content {
	display: none
}

.product-page .why-glitch-wrapper {
	background-color: #262626
}

@media (max-width: 767px) {
	.product-page .why-glitch-wrapper .container-1126 {
		padding-left: 0;
		padding-right: 0
	}
}

.product-page .why-glitch-wrapper .why-glitch-container {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding-top: 64px;
	padding-bottom: 56px
}

@media (max-width: 767px) {
	.product-page .why-glitch-wrapper .why-glitch-container {
		padding-bottom: 0;
		height: 630px
	}
}

.product-page .why-glitch-wrapper .why-glitch-container h1 {
	position: relative;
	text-align: center;
	width: 100%
}

.product-page .why-glitch-wrapper .why-glitch-container .details-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 auto;
	border-radius: 18px;
	border: 2px solid #2D2D2D;
	padding: 16px 32px;
	margin-top: 48px
}

@media (max-width: 767px) {
	.product-page .why-glitch-wrapper .why-glitch-container .details-wrapper {
		padding: 0;
		border: none
	}
}

@media (max-width: 991px) {
	.product-page .why-glitch-wrapper .why-glitch-container .details-wrapper {
		grid-template-columns: unset;
		width: 100%
	}
}

@media (max-width: 767px) {
	.product-page .why-glitch-wrapper .why-glitch-container .details-wrapper .slick-list {
		padding-left: 16px
	}
}

@media (max-width: 767px) {
	.product-page .why-glitch-wrapper .why-glitch-container .details-wrapper .slick-track {
		padding-bottom: 56px
	}
}

@media (max-width: 767px) {
	.product-page .why-glitch-wrapper .why-glitch-container .details-wrapper .slick-active {
		border: 1px solid #3D3D3D !important;
		box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), -24px 43px 25px rgba(0, 0, 0, 0.16), -16px 26px 13px rgba(0, 0, 0, 0.13), -9px 16px 6px rgba(0, 0, 0, 0.102074);
		transition: all .3s ease-in-out !important
	}
}

.product-page .why-glitch-wrapper .why-glitch-container .details-wrapper .detail-card {
	min-height: 359px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding: 32px 16px;
	border-radius: 8px;
	border: 1px solid transparent;
	background-color: #262626;
	transition: all .3s ease-in-out;
	cursor: pointer
}

@media (max-width: 767px) {
	.product-page .why-glitch-wrapper .why-glitch-container .details-wrapper .detail-card {
		min-height: 346px;
		min-height: auto;
		border: 2px solid #2D2D2D;
		margin-right: 24px
	}
}

.product-page .why-glitch-wrapper .why-glitch-container .details-wrapper .detail-card figure {
	height: 102px;
	width: 102px;
	text-align: center;
	transition: all .3s ease-in-out !important;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	border-radius: 100%
}

@media (max-width: 767px) {
	.product-page .why-glitch-wrapper .why-glitch-container .details-wrapper .detail-card figure {
		background: #1B1B1B
	}
}

.product-page .why-glitch-wrapper .why-glitch-container .details-wrapper .detail-card figure img {
	width: 48px;
	height: 48px
}

.product-page .why-glitch-wrapper .why-glitch-container .details-wrapper .detail-card h4 {
	color: #ffffff;
	margin-top: 32px;
	text-align: center
}

@media (max-width: 767px) {
	.product-page .why-glitch-wrapper .why-glitch-container .details-wrapper .detail-card h4 {
		font-size: 18px;
		line-height: 24px;
		margin-top: 40px
	}
}

.product-page .why-glitch-wrapper .why-glitch-container .details-wrapper .detail-card p {
	color: rgba(255, 255, 255, 0.7);
	margin-top: 24px;
	text-align: center
}

@media (max-width: 767px) {
	.product-page .why-glitch-wrapper .why-glitch-container .details-wrapper .detail-card p {
		margin-top: 32px
	}
}

.product-page .why-glitch-wrapper .why-glitch-container .details-wrapper .detail-card:hover {
	transition: all .3s ease-in-out
}

.product-page .why-glitch-wrapper .why-glitch-container .details-wrapper .detail-card:hover figure {
	background: #1B1B1B;
	transition: all .3s ease-in-out !important
}

@media (max-width: 767px) {
	.product-page .why-glitch-wrapper .why-glitch-container .details-wrapper .detail-card:hover {
		border: none;
		box-shadow: none;
		background-color: unset
	}
}

.product-page .testing-world-wrapper {
	background-color: #262626;
	padding: 136px 0;
	border-bottom: 1px solid #2D2D2D
}

@media (max-width: 767px) {
	.product-page .testing-world-wrapper {
		padding: 0;
		padding-bottom: 92px;
		background-color: transparent;
		border-bottom: none
	}
}

.product-page .testing-world-wrapper .testing-world-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	position: relative
}

@media (max-width: 767px) {
	.product-page .testing-world-wrapper .testing-world-content {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center
	}
}

.product-page .testing-world-wrapper .testing-world-content .content {
	max-width: 429px;
	width: 100%;
	margin-right: 70px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 40px
}

@media (max-width: 767px) {
	.product-page .testing-world-wrapper .testing-world-content .content {
		max-width: 100%;
		margin-right: 0;
		margin-left: 0
	}
}

.product-page .testing-world-wrapper .testing-world-content .content h1 {
	color: #ffffff
}

@media (max-width: 767px) {
	.product-page .testing-world-wrapper .testing-world-content .content h1 {
		font-size: 32px;
		line-height: 40px;
		letter-spacing: 2px
	}
}

.product-page .testing-world-wrapper .testing-world-content .content p {
	margin-top: 80px;
	color: rgba(255, 255, 255, 0.6);
	padding-right: 24px
}

@media (max-width: 767px) {
	.product-page .testing-world-wrapper .testing-world-content .content p {
		font-size: 14px;
		line-height: 24px;
		padding-right: 0;
		margin-top: 16px
	}
}

.product-page .testing-world-wrapper .testing-world-content .content .product-cta {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 56px
}

@media (max-width: 767px) {
	.product-page .testing-world-wrapper .testing-world-content .content .product-cta {
		position: absolute;
		bottom: -92px;
		align-items: initial;
		left: 16px;
		margin-top: 0
	}
}

.product-page .testing-world-wrapper .testing-world-content .content .product-cta a:first-child {
	margin-right: 32px
}

@media (max-width: 767px) {
	.product-page .testing-world-wrapper .testing-world-content .content .product-cta a:first-child {
		margin-right: 16px
	}
}

.product-page .testing-world-wrapper .testing-world-content .image {
	max-width: 588px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start
}

@media (max-width: 767px) {
	.product-page .testing-world-wrapper .testing-world-content .image {
		max-width: 100%;
		margin-top: 48px
	}
}

.product-page .testing-world-wrapper .testing-world-content .image figure {
	width: 100%;
	border: 1px solid #3D3D3D;
	border-radius: 8px;
	overflow: hidden
}

.product-page .testing-world-wrapper .testing-world-content .image figure img {
	width: 100%;
	height: auto
}

.product-page .also-checkout-container {
	width: 100%
}

@media (max-width: 767px) {
	.product-page .also-checkout-container .container-1126 {
		padding-left: 0;
		padding-right: 0
	}
}

.product-page .also-checkout-container .also-checkout-content {
	padding-top: 96px;
	padding-bottom: 96px;
	position: relative
}

@media (max-width: 767px) {
	.product-page .also-checkout-container .also-checkout-content {
		padding-top: 72px
	}
}

.product-page .also-checkout-container .also-checkout-content img.square-icon {
	position: absolute;
	left: -150px;
	top: -100px
}

@media (max-width: 991px) {
	.product-page .also-checkout-container .also-checkout-content img.square-icon {
		display: none
	}
}

.product-page .also-checkout-container .also-checkout-content h1 {
	text-align: center
}

.product-page .also-checkout-container .also-checkout-content .cards-wrapper {
	margin-top: 73px;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(325px, 1fr));
	column-gap: 32px;
	row-gap: 32px;
	padding-left: 24px;
	padding-right: 24px
}

@media (max-width: 991px) {
	.product-page .also-checkout-container .also-checkout-content .cards-wrapper {
		padding-left: 0;
		padding-right: 0;
		margin-top: 48px
	}
}

@media (max-width: 767px) {
	.product-page .also-checkout-container .also-checkout-content .cards-wrapper {
		display: flex;
		grid-template-columns: unset;
		width: 100%
	}
}

@media (max-width: 767px) {
	.product-page .also-checkout-container .also-checkout-content .cards-wrapper .slick-list {
		padding-left: 16px
	}
}

.product-page .also-checkout-container .also-checkout-content .cards-wrapper .cards {
	width: 100%;
	background-color: #1F1F1F;
	border-radius: 8px;
	border: 1px solid #3D3D3D;
	display: flex;
	flex-direction: column;
	cursor: pointer;
	transition: all .3s ease-in-out !important
}

@media (max-width: 767px) {
	.product-page .also-checkout-container .also-checkout-content .cards-wrapper .cards {
		margin-right: 16px;
		min-height: 442px
	}
}

.product-page .also-checkout-container .also-checkout-content .cards-wrapper .cards .image figure {
	border-radius: 8px 8px 0 0
}

.product-page .also-checkout-container .also-checkout-content .cards-wrapper .cards .image figure img {
	height: 208px;
	width: 100%;
	border-radius: 8px 8px 0 0;
	object-fit: cover;
	object-position: center center
}

.product-page .also-checkout-container .also-checkout-content .cards-wrapper .cards .content {
	padding: 36px
}

@media (max-width: 767px) {
	.product-page .also-checkout-container .also-checkout-content .cards-wrapper .cards .content {
		padding: 16px
	}
}

.product-page .also-checkout-container .also-checkout-content .cards-wrapper .cards .content p.tab {
	margin-bottom: 0;
	color: #ffffff;
	padding: 8px 16px;
	border-radius: 4px;
	background-color: rgba(253, 105, 31, 0.2);
	width: fit-content;
	font-family: "Inter-Medium";
	font-size: 16px;
	line-height: 20px;
	margin: 0
}

@media (max-width: 767px) {
	.product-page .also-checkout-container .also-checkout-content .cards-wrapper .cards .content p.tab {
		padding: 8px 16px
	}
}

.product-page .also-checkout-container .also-checkout-content .cards-wrapper .cards .content h3 {
	color: #ffffff;
	margin-top: 16px
}

@media (max-width: 767px) {
	.product-page .also-checkout-container .also-checkout-content .cards-wrapper .cards .content h3 {
		font-size: 24px
	}
}

.product-page .also-checkout-container .also-checkout-content .cards-wrapper .cards .content p.body-text-secondary {
	color: #9DA5AD;
	margin-top: 16px
}

.product-page .also-checkout-container .also-checkout-content .cards-wrapper .cards:hover {
	background: rgba(253, 105, 31, 0.1);
	border: 1px solid #FD691F;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), -24px 43px 25px rgba(0, 0, 0, 0.16), -16px 26px 13px rgba(0, 0, 0, 0.13), -9px 16px 6px rgba(0, 0, 0, 0.102074);
	transition: all .3s ease-in-out !important
}

.product-page .our-products-wrapper {
	position: relative;
	background: #1F1F1F;
	border-bottom: 1px solid #3D3D3D
}

.product-page .our-products-wrapper>.container-1128 {
	border: 1px solid #3D3D3D;
	border-bottom: 0
}

.product-page .our-products-wrapper .wrap_ {
	border-bottom: 0;
	padding: 40px 40px 82px 40px
}

@media (max-width: 767px) {
	.product-page .our-products-wrapper .wrap_ {
		padding: 40px 0 70px 0
	}
}

.product-page .our-products-wrapper .wrap_ h1 {
	color: #ffffff;
	margin-bottom: 56px;
	text-align: center
}

@media (max-width: 767px) {
	.product-page .our-products-wrapper .wrap_ h1 {
		margin-bottom: 32px
	}
}

.product-page .our-products-wrapper .wrap_ .product-slider .product-detail {
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	opacity: 0;
	transition: opacity .5s ease-out
}

@media (max-width: 767px) {
	.product-page .our-products-wrapper .wrap_ .product-slider .product-detail {
		flex-direction: column;
		padding-left: 0
	}
}

.product-page .our-products-wrapper .wrap_ .product-slider .product-detail .feature-visual {
	width: 566px;
	height: 386px;
	border-radius: 20px
}

.product-page .our-products-wrapper .wrap_ .product-slider .product-detail .feature-visual iframe {
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 20px
}

.product-page .our-products-wrapper .wrap_ .product-slider .product-detail .feature-visual figure {
	border-radius: 20px
}

.product-page .our-products-wrapper .wrap_ .product-slider .product-detail .feature-visual figure img {
	width: 566px;
	height: 386px;
	object-fit: cover;
	border-radius: 20px;
	background: #262626;
	object-position: center center
}

@media (max-width: 767px) {
	.product-page .our-products-wrapper .wrap_ .product-slider .product-detail .feature-visual figure img {
		width: 100%;
		height: auto;
		background: transparent
	}
}

.product-page .our-products-wrapper .wrap_ .product-slider .product-detail .content {
	width: 419px;
	margin-right: 48px
}

@media (max-width: 767px) {
	.product-page .our-products-wrapper .wrap_ .product-slider .product-detail .content {
		width: 100%;
		margin-right: 0;
		margin-bottom: 48px
	}
}

.product-page .our-products-wrapper .wrap_ .product-slider .product-detail .content span.product-title {
	display: inline-block;
	border-radius: 4px;
	background: rgba(253, 105, 31, 0.2);
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	padding: 8px 16px;
	margin-bottom: 24px
}

.product-page .our-products-wrapper .wrap_ .product-slider .product-detail .content h3 {
	color: #ffffff;
	margin-bottom: 16px
}

.product-page .our-products-wrapper .wrap_ .product-slider .product-detail .content .body-text-secondary {
	color: #ABABB6
}

.product-page .our-products-wrapper .wrap_ .product-slider .product-detail:nth-of-type(even) {
	flex-direction: row-reverse;
	padding-right: 0
}

@media (max-width: 767px) {
	.product-page .our-products-wrapper .wrap_ .product-slider .product-detail:nth-of-type(even) {
		flex-direction: column
	}
}

.product-page .our-products-wrapper .wrap_ .product-slider .product-detail:nth-of-type(even) iframe {
	padding-right: 48px;
	margin-left: 0
}

@media (max-width: 767px) {
	.product-page .our-products-wrapper .wrap_ .product-slider .product-detail:nth-of-type(even) iframe {
		padding-right: 0
	}
}

.product-page .our-products-wrapper .wrap_ .product-slider .product-detail:nth-of-type(even) figure {
	margin-right: 48px;
	margin-left: 0;
	border-radius: 20px
}

@media (max-width: 767px) {
	.product-page .our-products-wrapper .wrap_ .product-slider .product-detail:nth-of-type(even) figure {
		padding-right: 0
	}
}

.product-page .our-products-wrapper .wrap_ .product-slider .product-detail:nth-of-type(even) figure img {
	border-radius: 20px
}

.product-page .our-products-wrapper .wrap_ .product-slider .product-detail.slick-active {
	opacity: 1!important;
	transition: opacity .5s ease-in
}

@media (max-width: 767px) {
	.product-page .see-how-it-wrapper-wrapper {
		background: #262626;
		padding: 60px 0 48px 0
	}
}

.product-page .see-how-it-wrapper-wrapper #tab .tab-pane {
	transition-duration: .6s
}

.product-page .see-how-it-wrapper-wrapper #tab .tab-pane .content {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start
}

@media (max-width: 767px) {
	.product-page .see-how-it-wrapper-wrapper #tab .tab-pane .content {
		flex-direction: column
	}
}

.product-page .see-how-it-wrapper-wrapper #tab .tab-pane .content .how-it-works-visual {
	max-width: 470px;
	width: 100%;
	margin-right: 72px
}

.product-page .see-how-it-wrapper-wrapper #tab .tab-pane .content .how-it-works-visual .slick-dots {
	text-align: left;
	bottom: -50px;
	left: 32px
}

@media (max-width: 767px) {
	.product-page .see-how-it-wrapper-wrapper #tab .tab-pane .content .how-it-works-visual .howItWorksSlider .slide-cell {
		margin-bottom: 24px
	}
}

.product-page .see-how-it-wrapper-wrapper #tab .tab-pane .content .how-it-works-visual .howItWorksSlider .slide-cell img {
	object-fit: cover;
	object-position: center center
}

@media (max-width: 767px) {
	.product-page .see-how-it-wrapper-wrapper #tab .tab-pane .content .how-it-works-visual .howItWorksSlider .slide-cell img {
		width: 100%;
		height: 289px
	}
}

.product-page .see-how-it-wrapper-wrapper #tab .tab-pane .content .how-it-works-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start
}

.product-page .see-how-it-wrapper-wrapper #tab .tab-pane .content .how-it-works-content ul {
	height: 100%
}

.product-page .see-how-it-wrapper-wrapper #tab .tab-pane .content .how-it-works-content ul li {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .5px;
	position: relative;
	padding-left: 42px;
	color: #9DA5AD;
	font-family: "Inter-Regular";
	margin-bottom: 32px
}

.product-page .see-how-it-wrapper-wrapper #tab .tab-pane .content .how-it-works-content ul li:last-of-type {
	margin-bottom: 0
}

.product-page .see-how-it-wrapper-wrapper #tab .tab-pane .content .how-it-works-content ul li:before {
	position: absolute;
	content: "";
	background: #FD691F;
	height: 4px;
	width: 4px;
	transform: rotate(45deg);
	left: 4px;
	top: 12px
}

@media (max-width: 767px) {
	.product-page .see-how-it-wrapper-wrapper #tab .tab-pane .content .how-it-works-content ul li:before {
		left: 6px
	}
}

.product-page .see-how-it-wrapper-wrapper #tab .tab-pane .content .how-it-works-content ul li:after {
	position: absolute;
	content: "";
	background: transparent;
	height: 12px;
	width: 12px;
	transform: rotate(45deg);
	left: 0;
	border: 1px solid rgba(253, 105, 31, 0.5);
	top: 8px
}

@media (max-width: 767px) {
	.product-page .see-how-it-wrapper-wrapper #tab .tab-pane .content .how-it-works-content ul li:after {
		left: 2px
	}
}

.product-page .see-how-it-wrapper-wrapper #tab .tab-pane .content .how-it-works-content ul li strong {
	font-family: "Inter-Bold";
	color: #ffffff
}

.product-page .see-how-it-wrapper-wrapper #tab .tab-pane .content .how-it-works-content ul li strong:first-of-type {
	display: block;
	margin-bottom: 8px
}

.product-page .see-how-it-wrapper-wrapper #tab .tab-pane .content .how-it-works-content ul li br {
	display: none
}

.product-page .see-how-it-wrapper-wrapper #tab .tab-pane .content .how-it-works-content .buttons-wrapper {
	margin-top: 24px
}

.product-page .see-how-it-wrapper-wrapper #tab .tab-pane .content .how-it-works-content .buttons-wrapper .bttn-transparent {
	color: #ffffff
}

.product-page .how-it-works {
	background: #1F1F1F
}

.press-cards-container .row-grid {
	display: grid;
	grid-template-columns: auto auto auto
}

@media (max-width: 767px) {
	.press-cards-container .row-grid {
		grid-template-columns: auto;
		padding: 0 24px
	}
}

.press-cards-container .row-grid a {
	margin-right: 16px;
	margin-top: 16px;
	display: none
}

@media (max-width: 767px) {
	.press-cards-container .row-grid a {
		margin-right: 0
	}
}

.press-cards-container .row-grid a .press-card {
	padding: 24px;
	border-radius: 8px;
	min-height: 352px;
	border: 1px solid #3D3D3D
}

@media (max-width: 767px) {
	.press-cards-container .row-grid a .press-card {
		min-height: auto
	}
}

.press-cards-container .row-grid a .press-card .tags-wrapper {
	margin-bottom: 20px
}

.press-cards-container .row-grid a .press-card .tags-wrapper .post_tags li {
	color: #ffffff;
	border-radius: 4px;
	background: rgba(253, 105, 31, 0.2);
	font-size: 12px;
	line-height: 16px;
	font-family: "Inter-Regular";
	padding: 4px 8px;
	width: fit-content;
	width: -moz-fit-content
}

.press-cards-container .row-grid a .press-card .details h4 {
	color: #ffffff;
	margin-bottom: 24px;
	text-transform: inherit
}

.press-cards-container .row-grid a .press-card .details .body-text-main {
	color: #ABABB6
}

.press-cards-container .row-grid a:nth-of-type(3n+0) {
	margin-right: 0
}

.press-cards-container .button-wrapper {
	border-left: 1px solid #3D3D3D;
	border-right: 1px solid #3D3D3D;
	padding-top: 56px
}

@media (max-width: 767px) {
	.press-cards-container .button-wrapper {
		padding-top: 24px
	}
}

.press-cards-container .button-wrapper .bttn {
	color: #ffffff;
	margin: 0 auto
}

.roadmap-container {
	position: relative;
	z-index: 9
}

.roadmap-container .navroadmapslider {
	margin-bottom: 64px;
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(253, 105, 31, 0.24)
}

@media (max-width: 767px) {
	.roadmap-container .navroadmapslider {
		margin-bottom: 36px
	}
}

.roadmap-container .navroadmapslider .slick-list {
	padding: 0 !important;
	overflow: visible
}

@media (max-width: 767px) {}

.roadmap-container .navroadmapslider .slick-list .slick-track {
	margin: 0 !important;
	transform: unset !important
}

.roadmap-container .navroadmapslider .roadmap-card {
	transition-duration: .4s
}

.roadmap-container .navroadmapslider .roadmap-card h4 {
	font-family: "Antonio-Bold";
	font-size: 32px;
	line-height: 150%;
	text-align: center;
	cursor: pointer;
	transition-duration: .4s
}

@media (max-width: 767px) {
	.roadmap-container .navroadmapslider .roadmap-card h4 {
		font-size: 16px;
		line-height: 150%;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center
	}
}

.roadmap-container .navroadmapslider .roadmap-card h4:hover {
	color: rgba(253, 105, 31, 0.6);
	transition-duration: .4s
}

.roadmap-container .navroadmapslider .roadmap-card.slick-current {
	transition-duration: .4s
}

.roadmap-container .navroadmapslider .roadmap-card.slick-current.slick-center {
	position: relative
}

.roadmap-container .navroadmapslider .roadmap-card.slick-current.slick-center h4 {
	color: #FD691F
}

@media (max-width: 767px) {
	.roadmap-container .navroadmapslider .roadmap-card.slick-current.slick-center h4 {
		font-size: 24px;
		line-height: 150%
	}
}

.roadmap-container .navroadmapslider .roadmap-card.slick-current.slick-center:after {
	position: absolute;
	content: "";
	background: url(../images/global/square-icon.svg) center center no-repeat;
	height: 24px;
	width: 24px;
	background-size: contain;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: -34px
}

.roadmap-container .roadmapslider .roadmap-card {
	margin-right: 24px
}

@media (max-width: 767px) {
	.roadmap-container .roadmapslider .roadmap-card {
		margin-right: 0
	}
}

.roadmap-container .roadmapslider .roadmap-card .roadmap_ {
	display: flex;
	justify-content: center;
	align-items: center
}

@media (max-width: 767px) {
	.roadmap-container .roadmapslider .roadmap-card .roadmap_ {
		flex-direction: column
	}
}

.roadmap-container .roadmapslider .roadmap-card .roadmap_ .roadmap-visual {
	padding-right: 80px
}

@media (max-width: 767px) {
	.roadmap-container .roadmapslider .roadmap-card .roadmap_ .roadmap-visual {
		padding-right: 0;
		margin-bottom: 24px
	}
}

.roadmap-container .roadmapslider .roadmap-card .roadmap_ .roadmap-visual img {
	width: 470px;
	height: 300px;
	border-radius: 8px;
	object-fit: cover;
	object-position: center center
}

@media (max-width: 767px) {
	.roadmap-container .roadmapslider .roadmap-card .roadmap_ .roadmap-visual img {
		width: 100%
	}
}

.roadmap-container .roadmapslider .roadmap-card .roadmap_ .roadmap-content .details {
	font-size: 16px;
	line-height: 24px;
	color: #ABABB6
}

.roadmap-container .roadmapslider .roadmap-card .roadmap_ .roadmap-content .details h3 {
	color: #ffffff;
	font-size: 20px;
	line-height: 32px;
	font-family: "Inter-Bold";
	margin-bottom: 16px;
	letter-spacing: .5px;
	text-transform: unset
}

.roadmap-container .roadmapslider .slick-dots {
	bottom: 0;
	right: 37%;
	left: unset;
	text-align: right
}

@media (max-width: 767px) {
	.roadmap-container .roadmapslider .slick-dots {
		right: unset;
		left: 16px;
		bottom: -40px;
		text-align: left
	}
}

.roadmap-container .roadmapslider .slick-arrow {
	width: 64px;
	height: 56px;
	background: rgba(253, 105, 31, 0.1);
	border: 1px solid #FD691F;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition-duration: .4s;
	right: 0;
	bottom: -30px;
	left: unset;
	top: unset
}

@media (max-width: 767px) {
	.roadmap-container .roadmapslider .slick-arrow {
		bottom: -80px;
		right: 16px
	}
}

.roadmap-container .roadmapslider .slick-arrow.slick-prev {
	right: 88px
}

.roadmap-container .roadmapslider .slick-arrow.slick-disabled {
	background: #262626
}

.roadmap-container .roadmapslider .slick-arrow.slick-disabled:hover {
	background: #1F1F1F;
	transition-duration: .4s
}

.roadmap-container .roadmapslider .slick-arrow:hover {
	background: #FD691F;
	transition-duration: .4s
}

section.see-how-it-wrapper-wrapper {
	padding-top: 96px;
	position: relative
}

@media (max-width: 767px) {
	section.see-how-it-wrapper-wrapper {
		background: #262626;
		padding: 60px 0 48px 0
	}
}

section.see-how-it-wrapper-wrapper:before,
section.see-how-it-wrapper-wrapper:after {
	position: absolute;
	content: "";
	background: #2D2D2D;
	height: 1px;
	transform: rotate(-45deg)
}

section.see-how-it-wrapper-wrapper:before {
	width: 398px;
	top: 140px;
	left: -4%;
	z-index: -1
}

section.see-how-it-wrapper-wrapper:after {
	width: 660px;
	top: 232px;
	left: -7%;
	z-index: -1
}

@media (max-width: 767px) {
	section.see-how-it-wrapper-wrapper:after {
		width: 500px;
		top: 182px;
		left: -5%
	}
}

section.see-how-it-wrapper-wrapper .how-it-wrapper {
	padding: 48px 40px 48px 40px
}

@media (max-width: 767px) {
	section.see-how-it-wrapper-wrapper .how-it-wrapper {
		padding: 0
	}
}

section.see-how-it-wrapper-wrapper .how-it-wrapper h1 {
	color: #ffffff;
	margin-bottom: 48px
}

@media (max-width: 767px) {
	section.see-how-it-wrapper-wrapper .how-it-wrapper h1 {
		margin-bottom: 32px;
		position: relative;
		z-index: 9
	}
}

section.see-how-it-wrapper-wrapper .how-it-wrapper #tab .nav-tabs {
	border-bottom: 0;
	margin-bottom: 52px
}

@media (max-width: 767px) {
	section.see-how-it-wrapper-wrapper .how-it-wrapper #tab .nav-tabs {
		flex-wrap: nowrap;
		overflow: scroll
	}
}

section.see-how-it-wrapper-wrapper .how-it-wrapper #tab .nav-tabs li {
	margin-right: 16px
}

@media (max-width: 767px) {
	section.see-how-it-wrapper-wrapper .how-it-wrapper #tab .nav-tabs li {
		margin-right: 0
	}
}

section.see-how-it-wrapper-wrapper .how-it-wrapper #tab .nav-tabs li a {
	border-radius: 4px;
	border: 1px solid transparent;
	background: transparent;
	padding: 16px 28px;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	transition-duration: .4s;
	font-family: "Inter-Regular"
}

@media (max-width: 767px) {
	section.see-how-it-wrapper-wrapper .how-it-wrapper #tab .nav-tabs li a {
		display: block;
		width: max-content
	}
}

section.see-how-it-wrapper-wrapper .how-it-wrapper #tab .nav-tabs li a.active {
	background: rgba(253, 105, 31, 0.1);
	border: 1px solid #FD691F;
	transition-duration: .4s
}

section.see-how-it-wrapper-wrapper .how-it-wrapper #tab .nav-tabs li:last-of-type {
	margin-right: 0
}

section.see-how-it-wrapper-wrapper .how-it-wrapper #tab .tab-content .tab-pane {
	transition-duration: .6s
}

section.see-how-it-wrapper-wrapper .how-it-wrapper #tab .tab-content .tab-pane .content {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start
}

@media (max-width: 767px) {
	section.see-how-it-wrapper-wrapper .how-it-wrapper #tab .tab-content .tab-pane .content {
		flex-direction: column
	}
}

section.see-how-it-wrapper-wrapper .how-it-wrapper #tab .tab-content .tab-pane .content .how-it-works-visual {
	max-width: 470px;
	width: 100%;
	margin-right: 72px
}

@media (max-width: 767px) {
	section.see-how-it-wrapper-wrapper .how-it-wrapper #tab .tab-content .tab-pane .content .how-it-works-visual {
		max-width: 100%;
		margin-right: 0
	}
}

section.see-how-it-wrapper-wrapper .how-it-wrapper #tab .tab-content .tab-pane .content .how-it-works-visual .slick-dots {
	text-align: left;
	bottom: -50px;
	left: 32px
}

@media (max-width: 767px) {
	section.see-how-it-wrapper-wrapper .how-it-wrapper #tab .tab-content .tab-pane .content .how-it-works-visual .howItWorksSlider .slide-cell {
		margin-bottom: 24px
	}
}

section.see-how-it-wrapper-wrapper .how-it-wrapper #tab .tab-content .tab-pane .content .how-it-works-visual .howItWorksSlider .slide-cell img {
	object-fit: cover;
	object-position: center center
}

@media (max-width: 767px) {
	section.see-how-it-wrapper-wrapper .how-it-wrapper #tab .tab-content .tab-pane .content .how-it-works-visual .howItWorksSlider .slide-cell img {
		width: 100%;
		height: 289px
	}
}

section.see-how-it-wrapper-wrapper .how-it-wrapper #tab .tab-content .tab-pane .content .how-it-works-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start
}

section.see-how-it-wrapper-wrapper .how-it-wrapper #tab .tab-content .tab-pane .content .how-it-works-content ul {
	height: 100%
}

section.see-how-it-wrapper-wrapper .how-it-wrapper #tab .tab-content .tab-pane .content .how-it-works-content ul li {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .5px;
	position: relative;
	padding-left: 42px;
	color: #9DA5AD;
	font-family: "Inter-Regular";
	margin-bottom: 32px
}

section.see-how-it-wrapper-wrapper .how-it-wrapper #tab .tab-content .tab-pane .content .how-it-works-content ul li:last-of-type {
	margin-bottom: 0
}

section.see-how-it-wrapper-wrapper .how-it-wrapper #tab .tab-content .tab-pane .content .how-it-works-content ul li:before {
	position: absolute;
	content: "";
	background: #FD691F;
	height: 4px;
	width: 4px;
	transform: rotate(45deg);
	left: 4px;
	top: 12px
}

@media (max-width: 767px) {
	section.see-how-it-wrapper-wrapper .how-it-wrapper #tab .tab-content .tab-pane .content .how-it-works-content ul li:before {
		left: 16px
	}
}

section.see-how-it-wrapper-wrapper .how-it-wrapper #tab .tab-content .tab-pane .content .how-it-works-content ul li:after {
	position: absolute;
	content: "";
	background: transparent;
	height: 12px;
	width: 12px;
	transform: rotate(45deg);
	left: 0;
	border: 1px solid rgba(253, 105, 31, 0.5);
	top: 8px
}

@media (max-width: 767px) {
	section.see-how-it-wrapper-wrapper .how-it-wrapper #tab .tab-content .tab-pane .content .how-it-works-content ul li:after {
		left: 12px
	}
}

section.see-how-it-wrapper-wrapper .how-it-wrapper #tab .tab-content .tab-pane .content .how-it-works-content ul li strong {
	font-family: "Inter-Bold";
	color: #ffffff
}

section.see-how-it-wrapper-wrapper .how-it-wrapper #tab .tab-content .tab-pane .content .how-it-works-content ul li strong:first-of-type {
	display: block;
	margin-bottom: 8px
}

section.see-how-it-wrapper-wrapper .how-it-wrapper #tab .tab-content .tab-pane .content .how-it-works-content ul li br {
	display: none
}

section.see-how-it-wrapper-wrapper .how-it-wrapper #tab .tab-content .tab-pane .content .how-it-works-content .buttons-wrapper {
	margin-top: 24px
}

section.see-how-it-wrapper-wrapper .how-it-wrapper #tab .tab-content .tab-pane .content .how-it-works-content .buttons-wrapper .bttn-transparent {
	color: #ffffff
}

section.testimonial-wrapper {
	background: #1F1F1F;
	position: relative;
	overflow: hidden
}

section.testimonial-wrapper:before {
	position: absolute;
	content: "";
	background: url(../images/icons/q-pattern.svg) center center no-repeat;
	width: 240px;
	height: 240px;
	bottom: -160px;
	left: 80px;
	z-index: 9;
	background-size: contain
}

@media (max-width: 767px) {
	section.testimonial-wrapper:before {
		display: none
	}
}

section.testimonial-wrapper>.orange-radial-gradient {
	right: unset;
	left: 0;
	width: 200px
}

section.testimonial-wrapper .wrap_ {
	padding: 96px 0;
	display: flex;
	align-items: flex-start
}

@media (max-width: 767px) {
	section.testimonial-wrapper .wrap_ {
		padding: 56px 20px;
		flex-direction: column
	}
}

section.testimonial-wrapper .wrap_ .interview-wrapper {
	margin-right: 40px
}

@media (max-width: 767px) {
	section.testimonial-wrapper .wrap_ .interview-wrapper {
		margin: 0 auto;
		width: 100%
	}
}

section.testimonial-wrapper .wrap_ .interview-wrapper .interview {
	width: 380px;
	height: 412px;
	border: 1px solid #FD691F;
	background: rgba(253, 105, 31, 0.1);
	border-radius: 8px;
	position: relative;
	padding: 40px 40px 24px 40px;
	overflow: hidden
}

@media (max-width: 767px) {
	section.testimonial-wrapper .wrap_ .interview-wrapper .interview {
		width: 100%;
		height: 322px
	}
}

section.testimonial-wrapper .wrap_ .interview-wrapper .interview h3 {
	line-height: 48px;
	color: #ffffff;
	margin-bottom: 28px
}

section.testimonial-wrapper .wrap_ .interview-wrapper .interview p {
	letter-spacing: .5px
}

section.testimonial-wrapper .wrap_ .interview-wrapper .interview p.body-text-main {
	color: #ffffff;
	margin-bottom: 8px
}

section.testimonial-wrapper .wrap_ .interview-wrapper .interview p.body-text-secondary {
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 32px
}

section.testimonial-wrapper .wrap_ .interview-wrapper .interview .bttn {
	background: #1F1F1F;
	border-color: #1F1F1F;
	color: #ffffff;
	width: 205px;
	justify-content: center
}

section.testimonial-wrapper .wrap_ .interview-wrapper .interview .bttn span {
	margin-right: 32px
}

section.testimonial-wrapper .wrap_ .interview-wrapper .interview:after {
	position: absolute;
	content: "";
	background: url(../images/icons/ellipse.svg) center center no-repeat;
	top: 0;
	right: -10px;
	height: 120px;
	width: 140px;
	background-size: contain;
	z-index: 0;
	animation: floating-vector 3s infinite ease-in-out
}

section.testimonial-wrapper .wrap_ .interview-wrapper .interview:before {
	position: absolute;
	content: "";
	background: url(../images/icons/circle.svg) center center no-repeat;
	bottom: 0;
	left: 40px;
	height: 100px;
	width: 200px;
	background-size: contain;
	z-index: 0;
	animation: floating-vector-menu-horizontal 4s ease-in-out 2s infinite
}

section.testimonial-wrapper .wrap_ .client-testimonials {
	width: 100%
}

section.testimonial-wrapper .wrap_ .client-testimonials .slick-arrow {
	width: 64px;
	height: 56px;
	background: rgba(253, 105, 31, 0.1);
	border: 1px solid #FD691F;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition-duration: .4s;
	right: 48px;
	bottom: 0;
	left: unset;
	top: unset
}

@media (max-width: 767px) {
	section.testimonial-wrapper .wrap_ .client-testimonials .slick-arrow {
		bottom: 0;
		right: 16px
	}
}

section.testimonial-wrapper .wrap_ .client-testimonials .slick-arrow.slick-prev {
	right: 136px
}

@media (max-width: 767px) {
	section.testimonial-wrapper .wrap_ .client-testimonials .slick-arrow.slick-prev {
		right: 96px
	}
}

section.testimonial-wrapper .wrap_ .client-testimonials .slick-arrow.slick-disabled {
	background: #262626
}

section.testimonial-wrapper .wrap_ .client-testimonials .slick-arrow.slick-disabled:hover {
	background: #1F1F1F;
	transition-duration: .4s
}

section.testimonial-wrapper .wrap_ .client-testimonials .slick-arrow:hover {
	background: #FD691F;
	transition-duration: .4s
}

section.testimonial-wrapper .wrap_ .client-testimonials .testimonial-slider {
	width: 620px;
	background: #262626;
	border-radius: 8px;
	padding: 48px 48px 80px 48px;
	margin-bottom: 0;
	position: relative;
	overflow: hidden
}

@media (max-width: 767px) {
	section.testimonial-wrapper .wrap_ .client-testimonials .testimonial-slider {
		width: 100%;
		margin-top: 32px;
		max-width: 380px;
		height: 422px;
		padding: 24px 20px
	}
}

section.testimonial-wrapper .wrap_ .client-testimonials .testimonial-slider:after {
	position: absolute;
	content: "";
	background: url(../images/icons/gray-ellipse.svg) center center no-repeat;
	bottom: 0;
	right: 0;
	height: 160px;
	width: 160px;
	background-size: contain;
	z-index: 0;
	animation: floating-vector-menu-horizontal 4s ease-in-out 2s infinite
}

@media (max-width: 767px) {
	section.testimonial-wrapper .wrap_ .client-testimonials .testimonial-slider:after {
		bottom: unset;
		top: 0;
		display: none
	}
}

section.testimonial-wrapper .wrap_ .client-testimonials .testimonial-slider .slick-dots {
	bottom: 18px;
	left: unset;
	right: unset;
	text-align: left
}

section.testimonial-wrapper .wrap_ .client-testimonials .testimonial-slider .slide-cell .client-slide {
	padding-left: 10px
}

section.testimonial-wrapper .wrap_ .client-testimonials .testimonial-slider .slide-cell .client-slide p.body-text-main {
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 52px
}

section.testimonial-wrapper .wrap_ .client-testimonials .testimonial-slider .slide-cell .client-slide .client {
	display: flex
}

section.testimonial-wrapper .wrap_ .client-testimonials .testimonial-slider .slide-cell .client-slide .client img {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	margin-right: 24px
}

section.testimonial-wrapper .wrap_ .client-testimonials .testimonial-slider .slide-cell .client-slide .client figcaption h4 {
	font-size: 20px;
	line-height: 120%;
	color: #ffffff;
	font-family: "Inter-Bold";
	text-transform: initial
}

section.testimonial-wrapper .wrap_ .client-testimonials .testimonial-slider .slide-cell .client-slide .client figcaption h4 small {
	display: block;
	margin-top: 8px;
	font-size: 16px;
	line-height: 140%;
	color: rgba(255, 255, 255, 0.5);
	font-family: "Inter-Regular"
}

.lead-form-wrapper {
	position: relative;
	z-index: 99;
	margin-top: 56px;
	font-family: "Inter-Regular"
}

.lead-form-wrapper .hbspt-form form fieldset {
	max-width: 100%
}

.lead-form-wrapper .hbspt-form form fieldset .hs-form-field {
	width: 45%;
	margin-bottom: 16px
}

.lead-form-wrapper .hbspt-form form fieldset .hs-form-field:first-of-type {
	margin-right: 32px
}

.lead-form-wrapper .hbspt-form form fieldset .hs-form-field.hs_i_am_interested_in {
	width: 100%;
	margin-top: 60px
}

.lead-form-wrapper .hbspt-form form fieldset .hs-form-field.hs_i_am_interested_in>label span {
	color: #ffffff
}

@media (max-width: 767px) {
	.lead-form-wrapper .hbspt-form form fieldset .hs-form-field.hs_i_am_interested_in>label span {
		font-size: 18px;
		line-height: 32px
	}
}

.lead-form-wrapper .hbspt-form form fieldset .hs-form-field.hs_i_am_interested_in .inputs-list.multi-container {
	display: flex;
	flex-wrap: wrap;
	margin-top: 8px
}

.lead-form-wrapper .hbspt-form form fieldset .hs-form-field.hs_i_am_interested_in .inputs-list.multi-container li label {
	min-width: fit-content;
	background-color: transparent;
	border-radius: 8px;
	border: 2px solid #2D2D2D;
	overflow: hidden;
	cursor: pointer;
	margin-right: 16px;
	margin-top: 16px;
	height: fit-content
}

.lead-form-wrapper .hbspt-form form fieldset .hs-form-field.hs_i_am_interested_in .inputs-list.multi-container li label:hover {
	background: #2D2D2D
}

.lead-form-wrapper .hbspt-form form fieldset .hs-form-field.hs_i_am_interested_in .inputs-list.multi-container li label span {
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
	padding: 16px 32px;
	font-family: "Inter-SemiBold";
	font-size: 16px;
	line-height: 28px;
	color: #ffffff
}

@media (max-width: 767px) {
	.lead-form-wrapper .hbspt-form form fieldset .hs-form-field.hs_i_am_interested_in .inputs-list.multi-container li label span {
		padding: 14px 28px;
		font-size: 14px;
		line-height: 24px
	}
}

.lead-form-wrapper .hbspt-form form fieldset .hs-form-field.hs_i_am_interested_in .inputs-list.multi-container li label input {
	position: absolute;
	width: auto;
	height: auto
}

.lead-form-wrapper .hbspt-form form fieldset .hs-form-field.hs_i_am_interested_in .inputs-list.multi-container li label input:checked+span {
	background-color: #aeaeae;
	color: #1F1F1F
}

.lead-form-wrapper .hbspt-form form fieldset .hs-form-field.hs-fieldtype-booleancheckbox {
	width: 100%
}

.lead-form-wrapper .hbspt-form form fieldset .legal-consent-container .hs-richtext p {
	font-family: "Inter-Regular";
	font-size: 12px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.6)
}

.lead-form-wrapper .hbspt-form form fieldset .legal-consent-container .hs-dependent-field .input {
	width: 100%;
	margin-right: 0
}

.lead-form-wrapper .hbspt-form form fieldset .legal-consent-container .hs-dependent-field .input ul.inputs-list .hs-form-booleancheckbox label {
	position: relative
}

.lead-form-wrapper .hbspt-form form fieldset .legal-consent-container .hs-dependent-field .input ul.inputs-list .hs-form-booleancheckbox label span {
	display: block;
	position: relative;
	padding-left: 24px;
	margin-bottom: 0px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 116%;
	color: rgba(255, 255, 255, 0.6);
	margin-top: 0;
	font-family: "Inter-Regular";
	font-size: 16px;
	line-height: 24px
}

@media (max-width: 767px) {
	.lead-form-wrapper .hbspt-form form fieldset .legal-consent-container .hs-dependent-field .input ul.inputs-list .hs-form-booleancheckbox label span {
		font-size: 12px
	}
}

.lead-form-wrapper .hbspt-form form fieldset .legal-consent-container .hs-dependent-field .input ul.inputs-list .hs-form-booleancheckbox label input {
	cursor: pointer;
	height: 0;
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 24px;
	background-color: transparent;
	border-radius: 4px;
	border: 1px solid #aeaeae
}

.lead-form-wrapper .hbspt-form form fieldset .legal-consent-container .hs-dependent-field .input ul.inputs-list .hs-form-booleancheckbox label input:after {
	content: "";
	position: absolute;
	display: none
}

.lead-form-wrapper .hbspt-form form fieldset .legal-consent-container .hs-dependent-field .input ul.inputs-list .hs-form-booleancheckbox label input:checked {
	background-color: #aeaeae;
	color: #1F1F1F
}

.lead-form-wrapper .hbspt-form form fieldset .legal-consent-container .hs-dependent-field .input ul.inputs-list .hs-form-booleancheckbox label input:checked:after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 9px;
	width: 6px;
	height: 14px;
	border: 1px solid #1F1F1F;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg)
}

.lead-form-wrapper .hbspt-form form label {
	margin-bottom: 0
}

.lead-form-wrapper .hbspt-form form label span {
	font-family: "Inter-Regular";
	font-size: 16px;
	line-height: 38px;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 0;
	width: auto
}

.lead-form-wrapper .hbspt-form form label.hs-error-msg {
	font-size: 12px;
	line-height: 120%;
	color: #FF6666;
	opacity: .6
}

.lead-form-wrapper .hbspt-form form .input input {
	font-family: "Inter-Regular";
	font-size: 14px;
	line-height: 24px;
	-webkit-appearance: none;
	cursor: text;
	color: #ffffff;
	padding-bottom: 17px;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
	padding-bottom: 4px;
	width: 100%
}

.lead-form-wrapper .hbspt-form form .input input:focus {
	outline: none;
	background: transparent
}

.lead-form-wrapper .hbspt-form form label,
.lead-form-wrapper .hbspt-form form input,
.lead-form-wrapper .hbspt-form form textarea {
	transition: all .3s ease-in-out;
	touch-action: manipulation
}

.lead-form-wrapper .hbspt-form form input:focus,
.lead-form-wrapper .hbspt-form form textarea:focus {
	outline: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.lead-form-wrapper .hbspt-form form input:placeholder-shown+label,
.lead-form-wrapper .hbspt-form form textarea:placeholder-shown+label {
	cursor: text;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transform-origin: left bottom;
	transform: translate(0, 2.125rem) scale(1)
}

.lead-form-wrapper .hbspt-form form ::-webkit-input-placeholder {
	opacity: 0;
	transition: inherit
}

.lead-form-wrapper .hbspt-form form input:focus::-webkit-input-placeholder,
.lead-form-wrapper .hbspt-form form textarea:focus::-webkit-input-placeholder {
	opacity: 0
}

.lead-form-wrapper .hbspt-form form input:not(:placeholder-shown)+label,
.lead-form-wrapper .hbspt-form form input:focus+label,
.lead-form-wrapper .hbspt-form form textarea:not(:placeholder-shown)+label,
.lead-form-wrapper .hbspt-form form textarea:focus+label {
	transform: translate(0, 0);
	font-size: 14px;
	cursor: pointer
}

.lead-form-wrapper .hbspt-form form textarea {
	line-height: 16px
}

.lead-form-wrapper .hbspt-form form span.hs-form-required {
	display: inline !important;
	padding: 0 !important;
	color: #FD691F !important;
	margin-left: 6px
}

.lead-form-wrapper .hbspt-form form .hs_submit {
	margin-top: 60px;
	border: 0;
	cursor: pointer
}

.lead-form-wrapper .hbspt-form form .hs_submit input[type=submit] {
	background: #FD691F;
	color: #ffffff;
	border: 0;
	width: 180px;
	min-width: fit-content;
	padding: 15px 20px;
	font-family: "Inter-SemiBold";
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	border-radius: 8px;
	cursor: pointer;
	border: 1px solid #FD691F
}

.lead-form-wrapper .hbspt-form form .hs_submit input[type=submit]:hover {
	background: transparent;
	color: #ffffff;
	transition-duration: .4s
}

.lead-form-wrapper .hbspt-form form ul.no-list.hs-error-msgs {
	color: rgba(255, 102, 102, 0.6);
	font-family: "Inter-Regular";
	font-size: 16px;
	line-height: 24px
}

.lead-form-wrapper .submitted-message {
	background: #1B1B1B;
	border: 1px solid #FD691F;
	border-radius: 8px;
	width: 433px;
	padding: 104px 40px 40px 40px
}

.lead-form-wrapper .submitted-message p {
	font-size: 16px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.6)
}

.lead-form-wrapper .submitted-message p strong {
	position: relative;
	font-size: 32px;
	line-height: 135%;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 14px
}

.lead-form-wrapper .submitted-message p strong:before {
	width: 46px;
	height: 40px;
	position: absolute;
	content: "";
	background: url('../images/global/glossy.png') center center no-repeat;
	top: -60px
}

header.header {
	position: fixed;
	top: 0;
	width: 100%;
	background: #1F1F1F;
	z-index: 999
}

header.header .logo {
	position: relative;
	z-index: 999;
	padding: 0 0 0 40px;
	float: left;
	width: 15%
}

@media (max-width: 767px) {
	header.header .logo {
		position: fixed;
		top: 10px;
		left: 10px;
		z-index: 999
	}
}

header.header .logo figure img {
	width: 140px;
	height: 32px
}

header.header nav {
	position: relative;
	width: 1160px;
	margin: 0 auto
}

header.header nav#navigationMenu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 0;
	list-style: none;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 88px;
	border-left: 1px solid #3D3D3D;
	border-right: 1px solid #3D3D3D
}

@media (max-width: 767px) {
	header.header nav#navigationMenu {
		height: 70px;
		position: fixed;
		width: 100%;
		top: 0;
		background: #1F1F1F;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
	}
}

header.header nav#navigationMenu>.radial-gradient {
	background: radial-gradient(33.52% 33.52% at 50% 50%, rgba(9, 93, 255, 0.3) 0%, rgba(191, 9, 255, 0) 100%);
	width: 880px;
	height: 880px;
	position: absolute;
	left: -430px;
	top: -450px;
	z-index: -1;
	transition-duration: .4s
}

@media (max-width: 767px) {
	header.header nav#navigationMenu>.radial-gradient {
		display: none
	}
}

header.header nav#navigationMenu .main-list {
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: -120px;
	transition-duration: .7s
}

@media (max-width: 767px) {
	header.header nav#navigationMenu .main-list {
		margin-right: 0;
		flex-direction: column;
		background: #1B1B1B;
		height: 100vh;
		padding-top: 96px;
		top: 0px;
		position: fixed;
		overflow: hidden;
		z-index: 99;
		transform: translateX(100%)
	}
}

header.header nav#navigationMenu .main-list li {
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

header.header nav#navigationMenu .main-list li a {
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

header.header nav#navigationMenu .main-list li.has-sub.active:hover {
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease
}

header.header nav#navigationMenu .main-list li.has-sub:before {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	height: 40px;
	width: 40px;
	background: url('../images/icons/up.svg') center center no-repeat;
	content: '';
	display: none
}

@media (max-width: 767px) {
	header.header nav#navigationMenu .main-list li.has-sub:before {
		display: block
	}
}

header.header nav#navigationMenu .main-list li .sublist {
	position: absolute;
	left: -9999px;
	background: #1B1B1B
}

header.header nav#navigationMenu .main-list li .sublist li {
	height: 0;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	background: #1B1B1B;
	transition: all .25s ease
}

header.header nav#navigationMenu .main-list li .sublist li a {
	padding: 11px 20px;
	width: 190px;
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
	color: #ffffff;
	font-weight: 400;
	transition-duration: .4s;
	margin-bottom: 16px
}

header.header nav#navigationMenu .main-list li .sublist li a:hover {
	color: #FD691F;
	background: #32231B;
	transition-duration: .4s
}

@media (max-width: 767px) {
	header.header nav#navigationMenu .main-list li .sublist li a {
		padding: 0px 20px;
		width: 100%
	}
}

header.header nav#navigationMenu .main-list li .sublist li:last-child>a {
	border-bottom: 0
}

header.header nav#navigationMenu .main-list li .sublist ul {
	margin-left: 100%;
	top: 0
}

header.header nav#navigationMenu .main-list li .sublist ul li.active a {
	border-left: 1px solid #333
}

header.header nav#navigationMenu .main-list li .sublist li.last-item>a {
	border-bottom: 0
}

header.header nav#navigationMenu .main-list li .sublist li.has-sub>a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}

header.header nav#navigationMenu .main-list li .sublist li.has-sub>a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}

header.header nav#navigationMenu .main-list li .sublist li.has-sub:hover {
	background: #363636
}

header.header nav#navigationMenu .main-list li .sublist>li.has-sub:hover>a:before {
	top: 17px;
	height: 0
}

header.header nav#navigationMenu .main-list li.bttn-wrapper {
	margin-left: 172px
}

@media (max-width: 767px) {
	header.header nav#navigationMenu .main-list li.bttn-wrapper {
		margin-left: 0;
		display: none
	}
}

header.header nav#navigationMenu .main-list li.bttn-wrapper a.bttn-border {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	min-width: fit-content;
	padding: 18px 20px;
	color: #ffffff;
	font-family: "Inter-Regular";
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	border-radius: 8px;
	background-color: rgba(253, 105, 31, 0.1);
	border: 1px solid #FD691F;
	display: block;
	transition-duration: .4s;
	height: fit-content
}

@media (max-width: 991px) {
	header.header nav#navigationMenu .main-list li.bttn-wrapper a.bttn-border {
		font-size: 14px;
		line-height: 24px;
		padding: 12px 16px
	}
}

header.header nav#navigationMenu .main-list li.bttn-wrapper a.bttn-border:hover {
	color: #ffffff;
	transition-duration: .4s;
	background-color: rgba(253, 105, 31, 0.2)
}

header.header nav#navigationMenu .main-list li.bttn-wrapper a.bttn-border img {
	margin-left: 24px
}

@media (max-width: 991px) {
	header.header nav#navigationMenu .main-list li.bttn-wrapper a.bttn-border img {
		margin-left: 16px
	}
}

header.header nav#navigationMenu .main-list li.has-sub ul li.has-sub ul li:hover {
	background: #363636
}

header.header nav#navigationMenu .main-list.open {
	transform: translateX(0)
}

header.header nav#navigationMenu #head-mobile {
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none
}

header.header nav#navigationMenu:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

header.header nav#navigationMenu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

header.header nav#navigationMenu>ul>li {
	float: left
}

header.header nav#navigationMenu>ul>li>a {
	padding: 20px;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	color: #ffffff;
	font-family: "Inter-Regular";
	transition-duration: .4s
}

header.header nav#navigationMenu>ul>li:hover>a {
	color: #FD691F
}

header.header nav#navigationMenu>ul ul>li.has-sub>ul>li.active>a {
	border-top: 1px solid #333
}

header.header nav#navigationMenu li:hover>.sublist {
	animation: unset;
	height: auto;
	padding-top: 0px;
	left: auto
}

@media (max-width: 767px) {
	header.header nav#navigationMenu li:hover>.sublist {
		position: relative
	}
}

header.header nav#navigationMenu li:hover>.sublist>li {
	height: 56px;
	display: flex;
	align-items: center
}

header.header .phone-social {
	display: none;
	position: absolute;
	bottom: 50px;
	padding: 0 24px
}

@media (max-width: 767px) {
	header.header .phone-social {
		display: flex;
		justify-content: center;
		align-items: center
	}
}

header.header .phone-social a {
	color: #ffffff
}

header.header .phone-social a h3 {
	font-size: 32px;
	line-height: 40px
}

header.header .phone-social .list ul {
	display: flex !important
}

header.header .phone-social .list ul li {
	margin-right: 0;
	transition-duration: .4s;
	background: transparent
}

header.header .phone-social .list ul li a svg {
	border: 1px solid rgba(253, 105, 31, 0.4);
	padding: 6px;
	transition-duration: .4s;
	height: 40px;
	width: 40px
}

header.header .phone-social .list ul li a:hover {
	transition-duration: .4s
}

header.header .phone-social .list ul li a:hover svg {
	border: 1px solid #FD691F;
	background: rgba(253, 105, 31, 0.1);
	transition-duration: .4s
}

header.header .phone-social .list ul li a:hover svg path {
	fill: #FD691F;
	color: #FD691F
}

header.header .phone-social .list ul li:last-of-type {
	margin-right: 0
}

header.scrolled .radial-gradient {
	display: none
}

@media screen and (max-width:1000px) {
	.logo {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 46px;
		text-align: center;
		padding: 10px 0 0 0;
		float: none
	}
	.logo2 {
		display: none
	}
	nav {
		width: 100%
	}
	#navigationMenu {
		width: 100%
	}
	#navigationMenu ul {
		width: 100%;
		display: none
	}
	#navigationMenu ul li {
		width: 100%
	}
	#navigationMenu ul li:hover {
		background: #32231B
	}
	#navigationMenu ul li a {
		width: 100%;
		border-bottom: 0
	}
	#navigationMenu ul ul {
		position: relative;
		left: 0;
		width: 100%;
		margin: 0;
		text-align: left
	}
	#navigationMenu ul ul li {
		height: auto
	}
	#navigationMenu ul ul li a {
		width: 100%;
		border-bottom: 0;
		padding-left: 25px;
		color: #ddd;
		background: none
	}
	#navigationMenu ul ul li:hover {
		background: #363636 !important
	}
	#navigationMenu ul ul li:hover>a {
		color: #fff
	}
	#navigationMenu ul ul ul {
		position: relative;
		left: 0;
		width: 100%;
		margin: 0;
		text-align: left
	}
	#navigationMenu ul ul ul li a {
		padding-left: 35px
	}
	#navigationMenu ul ul ul li.active a {
		border-left: none
	}
	#navigationMenu ul ul li.active>a {
		color: #fff
	}
	#navigationMenu ul ul>li.has-sub>a:after {
		display: none
	}
	#navigationMenu ul ul>li.has-sub>a:before {
		display: none
	}
	#navigationMenu ul ul .submenu-button {
		height: 34px;
		width: 34px
	}
	#navigationMenu ul ul .submenu-button:after {
		top: 15px;
		right: 13px
	}
	#navigationMenu ul ul .submenu-button:before {
		top: 12px;
		right: 16px
	}
	#navigationMenu li:hover>ul>li {
		height: auto
	}
	#navigationMenu>ul>li {
		float: none
	}
	#navigationMenu>ul>li.has-sub>a:after {
		display: none
	}
	#navigationMenu>ul>li.has-sub>a:before {
		display: none
	}
	#navigationMenu>ul>li.has-sub>ul>li.active>a {
		border-top: none
	}
	#navigationMenu>ul ul>li.has-sub>ul>li.active>a {
		border-top: none
	}
	#navigationMenu #head-mobile {
		display: block;
		padding: 23px;
		color: #ddd;
		font-size: 12px;
		font-weight: 700
	}
	#navigationMenu .submenu-button {
		position: absolute;
		z-index: 99;
		right: 0;
		top: 0;
		display: block;
		height: 46px;
		width: 46px;
		cursor: pointer
	}
	#navigationMenu .submenu-button:before {
		position: absolute;
		top: 10px;
		right: 10px;
		display: block;
		height: 40px;
		width: 40px;
		background: url('../images/icons/up.svg') center center no-repeat;
		content: ''
	}
	#navigationMenu .submenu-button.submenu-opened {
		background: #32231B
	}
	#navigationMenu .submenu-button.submenu-opened:after {
		background: #ffffff
	}
	#navigationMenu .submenu-button.submenu-opened:before {
		position: absolute;
		top: 10px;
		right: 10px;
		display: block;
		height: 40px;
		width: 40px;
		background: url('../images/icons/up.svg') center center no-repeat;
		content: '';
		transform: rotate(180deg)
	}
	.button {
		width: 55px;
		height: 46px;
		position: absolute;
		right: 0;
		top: 0;
		cursor: pointer;
		z-index: 999
	}
	.button span {
		background: #ffffff;
		height: 3px;
		width: 20px;
		border-radius: 20px
	}
	.button:after {
		position: absolute;
		top: 36px;
		right: 20px;
		display: block;
		height: 3px;
		width: 30px;
		border-top: 3px solid #ffffff;
		content: '';
		border-radius: 20px
	}
	.button:before {
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		position: absolute;
		top: 26px;
		right: 20px;
		display: block;
		height: 3px;
		width: 30px;
		background: #ffffff;
		border-radius: 20px;
		content: ''
	}
	.button .spanbttn {
		cursor: pointer;
		border-radius: 20px;
		height: 3px;
		width: 15px;
		background: #fff;
		position: absolute;
		display: inline-block;
		content: "";
		transition: all 300ms cubic-bezier(.645, .045, .355, 1) 0s;
		right: 43px;
		bottom: 20px;
		display: none
	}
	.button.menu-opened:after {
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		top: 23px;
		border: 0;
		height: 2px;
		width: 19px;
		background: #fff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	.button.menu-opened:before {
		top: 23px;
		background: #fff;
		width: 19px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	.button.menu-opened .spanbttn {
		display: none
	}
}

@media screen and (max-width:1000px) and (max-width: 767px) {
	.button {
		cursor: pointer;
		width: 70px;
		height: 70px;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		transition: all 300ms cubic-bezier(.645, .045, .355, 1) 0s
	}
}

.secondary-header-wrapper {
	width: 100%;
	height: auto;
	background-color: #1B1B1B;
	padding: 24px;
	position: sticky;
	top: 0;
	height: 92px;
	z-index: 9999
}

@media (max-width: 767px) {
	.secondary-header-wrapper {
		height: auto;
		z-index: 99
	}
}

.secondary-header-wrapper .secondary-header-content {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	max-width: 1068px;
	margin: 0 auto;
	height: 100%
}

@media (max-width: 767px) {
	.secondary-header-wrapper .secondary-header-content {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start
	}
}

.secondary-header-wrapper .secondary-header-content a {
	display: block;
	color: rgba(255, 255, 255, 0.6);
	font-family: "Inter-Medium";
	font-style: normal;
	transition: all .3s ease-in-out;
	font-size: 14px;
	line-height: 24px
}

.secondary-header-wrapper .secondary-header-content a:hover {
	color: #FD691F;
	transition: all .3s ease-in-out
}

.secondary-header-wrapper .secondary-header-content ul {
	display: flex;
	flex-direction: row;
	width: auto
}

@media (max-width: 767px) {
	.secondary-header-wrapper .secondary-header-content ul {
		margin-top: 16px
	}
}

.secondary-header-wrapper .secondary-header-content ul a {
	margin-left: 48px
}

@media (max-width: 767px) {
	.secondary-header-wrapper .secondary-header-content ul a {
		margin-left: 0;
		margin-right: 28px;
		color: #ffffff
	}
}

.secondary-header-wrapper .secondary-header-content ul a:last-child:hover {
	color: rgba(255, 255, 255, 0.6)
}

.secondary-header-wrapper .secondary-header-content ul a.active {
	color: #FD691F
}

footer {
	position: relative;
	padding: 24px 0 0 0
}

footer .wrap_ {
	border-top: 1px solid #3D3D3D
}

footer .wrap_ .footer-content {
	color: #ffffff;
	padding: 36px 0
}

footer .wrap_ .footer-content:first-child {
	border-left: 1px solid #3D3D3D;
	border-right: 1px solid #3D3D3D;
	padding: 36px
}

@media (max-width: 767px) {
	footer .wrap_ .footer-content:first-child {
		padding: 0 36px;
		border: 1px solid #3D3D3D;
		border-left: 0;
		border-right: 0
	}
}

footer .wrap_ .footer-content:nth-of-type(2) {
	padding-left: 56px
}

@media (max-width: 767px) {
	footer .wrap_ .footer-content:nth-of-type(2) {
		padding-left: 36px
	}
}

footer .wrap_ .footer-content .footer-links ul {
	display: flex;
	margin-bottom: 24px
}

@media (max-width: 767px) {
	footer .wrap_ .footer-content .footer-links ul {
		flex-direction: column
	}
}

footer .wrap_ .footer-content .footer-links ul li {
	margin-right: 64px
}

@media (max-width: 767px) {
	footer .wrap_ .footer-content .footer-links ul li {
		margin-right: 0;
		margin-bottom: 24px
	}
}

footer .wrap_ .footer-content .footer-links ul li a {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .5px;
	color: #ABABB6;
	transition-duration: .4s
}

footer .wrap_ .footer-content .footer-links ul li a:hover {
	color: #FD691F;
	transition-duration: .4s
}

footer .wrap_ .footer-content .footer-links ul li:last-of-type {
	margin-right: 0
}

footer .wrap_ .footer-content .social-links ul {
	display: flex
}

footer .wrap_ .footer-content .social-links ul li {
	margin-right: 32px;
	transition-duration: .4s
}

footer .wrap_ .footer-content .social-links ul li a svg {
	border: 1px solid rgba(253, 105, 31, 0.4);
	padding: 6px;
	transition-duration: .4s;
	height: 40px;
	width: 40px
}

footer .wrap_ .footer-content .social-links ul li a:hover {
	transition-duration: .4s
}

footer .wrap_ .footer-content .social-links ul li a:hover svg {
	border: 1px solid #FD691F;
	background: rgba(253, 105, 31, 0.1);
	transition-duration: .4s
}

footer .wrap_ .footer-content .social-links ul li a:hover svg path {
	fill: #FD691F;
	color: #FD691F
}

footer .wrap_ .footer-content .social-links ul li:last-of-type {
	margin-right: 0
}

footer .wrap_ .footer-content.col-md-3 a {
	color: #ffffff;
	transition-duration: .4s
}

footer .wrap_ .footer-content.col-md-3 a h1 {
	display: inline
}

@media (max-width: 767px) {
	footer .wrap_ .footer-content.col-md-3 a h1 {
		display: inline-block
	}
}

@media (max-width: 767px) {
	footer .wrap_ .footer-content.col-md-3 a h1 br {
		display: none
	}
}

footer .wrap_ .footer-content.col-md-3 a:hover {
	color: #FD691F;
	transition-duration: .4s
}

@media (max-width: 767px) {
	footer .wrap_ .footer-content.col-md-5 {
		padding: 0 40px 36px
	}
}

footer .wrap_ p {
	color: #ABABB6
}

@media (max-width: 767px) {
	footer .wrap_ p {
		padding: 36px;
		border-left: 1px solid #3D3D3D;
		border-right: 1px solid #3D3D3D
	}
}

footer .wrap_ .copyright-wrapper {
	border-top: 1px solid #3D3D3D;
	padding: 24px 32px
}

footer .wrap_ .copyright-wrapper p {
	padding-left: 154px
}

@media (max-width: 767px) {
	footer .wrap_ .copyright-wrapper p {
		padding: 0;
		border-left: 0;
		border-right: 0
	}
}

.home__page {
	overflow: hidden;
	position: relative;
	z-index: 99
}

.home__page .orange-radial-gradient {
	position: absolute;
	content: "";
	background: linear-gradient(325.04deg, #F56F54 21.01%, #FC2A00 92.91%);
	opacity: .12;
	filter: blur(140px);
	width: 426px;
	height: 426px;
	right: -15%;
	top: 50%;
	z-index: 99;
	border-radius: 100%
}

@media (max-width: 767px) {
	.home__page .orange-radial-gradient {
		display: none
	}
}

@media (max-width: 767px) {
	.home__page .brands-section {
		padding-top: 96px
	}
}

.home__page section {
	position: relative;
	z-index: 9
}

@media (max-width: 767px) {
	.home__page section.hero-wrapper .hero-content-wrap .slider-content {
		width: 350px;
		padding-bottom: 0
	}
}

@media (max-width: 767px) {
	.home__page section.hero-wrapper .hero-content-wrap .slider-content .slide-cell {
		margin-right: 0
	}
}

.home__page section.hero-wrapper .hero-content-wrap .slick-dots {
	bottom: -175px;
	text-align: left
}

@media (max-width: 991px) {
	.home__page section.hero-wrapper .hero-content-wrap .slick-dots {
		bottom: -150px;
		width: 100%;
		z-index: 9
	}
}

.home__page section.our-products-wrapper {
	position: relative;
	background: #1F1F1F;
	border-bottom: 1px solid #3D3D3D
}

.home__page section.our-products-wrapper>.container-1128 {
	border: 1px solid #3D3D3D;
	border-bottom: 0
}

.home__page section.our-products-wrapper .wrap_ {
	border-bottom: 0;
	padding: 40px 40px 16px 40px
}

@media (max-width: 767px) {
	.home__page section.our-products-wrapper .wrap_ {
		padding: 40px 0 70px 0
	}
}

.home__page section.our-products-wrapper .wrap_ h1 {
	color: #ffffff;
	margin-bottom: 56px
}

@media (max-width: 767px) {
	.home__page section.our-products-wrapper .wrap_ h1 {
		margin-bottom: 32px
	}
}

.home__page section.our-products-wrapper .wrap_ .product-slider .slick-dots {
	right: -20px;
	bottom: unset;
	top: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 10px;
	height: 100%;
	align-items: flex-start
}

@media (max-width: 767px) {
	.home__page section.our-products-wrapper .wrap_ .product-slider .slick-dots {
		display: block;
		height: auto;
		width: 100%;
		top: unset;
		bottom: -40px;
		text-align: left
	}
}

.home__page section.our-products-wrapper .wrap_ .product-slider .slick-dots li {
	margin-right: 0;
	margin-bottom: 24px
}

@media (max-width: 767px) {
	.home__page section.our-products-wrapper .wrap_ .product-slider .slick-dots li {
		margin-bottom: 0;
		margin-right: 24px
	}
}

.home__page section.our-products-wrapper .wrap_ .product-slider .slick-dots li:last-of-type {
	margin-bottom: 0
}

@media (max-width: 767px) {
	.home__page section.our-products-wrapper .wrap_ .product-slider .slick-dots li:last-of-type {
		margin-right: 0
	}
}

.home__page section.our-products-wrapper .wrap_ .product-slider .product-detail {
	margin-bottom: 24px;
	display: flex;
	padding-right: 32px;
	opacity: 0;
	transition: opacity .5s ease-out
}

@media (max-width: 767px) {
	.home__page section.our-products-wrapper .wrap_ .product-slider .product-detail {
		flex-direction: column;
		padding-right: 0
	}
}

.home__page section.our-products-wrapper .wrap_ .product-slider .product-detail figure {
	margin-right: 48px
}

@media (max-width: 767px) {
	.home__page section.our-products-wrapper .wrap_ .product-slider .product-detail figure {
		margin-right: 0
	}
}

.home__page section.our-products-wrapper .wrap_ .product-slider .product-detail figure img {
	width: 469px;
	height: 486px;
	object-fit: cover;
	border-radius: 20px;
	object-position: center center
}

@media (max-width: 767px) {
	.home__page section.our-products-wrapper .wrap_ .product-slider .product-detail figure img {
		width: 100%;
		height: auto;
		background: transparent
	}
}

.home__page section.our-products-wrapper .wrap_ .product-slider .product-detail .content {
	width: 100%
}

.home__page section.our-products-wrapper .wrap_ .product-slider .product-detail .content span.product-title {
	display: inline-block;
	border-radius: 4px;
	background: rgba(253, 105, 31, 0.2);
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	padding: 16px 24px;
	margin-bottom: 24px
}

.home__page section.our-products-wrapper .wrap_ .product-slider .product-detail .content h3 {
	color: #ffffff;
	margin-bottom: 20px
}

.home__page section.our-products-wrapper .wrap_ .product-slider .product-detail .content .product-feature-list {
	margin-bottom: 44px
}

.home__page section.our-products-wrapper .wrap_ .product-slider .product-detail .content .product-feature-list ul li {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .5px;
	position: relative;
	padding-left: 42px;
	color: #9DA5AD;
	font-family: "Inter-Regular";
	margin-bottom: 20px
}

.home__page section.our-products-wrapper .wrap_ .product-slider .product-detail .content .product-feature-list ul li:last-of-type {
	margin-bottom: 0
}

.home__page section.our-products-wrapper .wrap_ .product-slider .product-detail .content .product-feature-list ul li:before {
	position: absolute;
	content: "";
	background: #FD691F;
	height: 4px;
	width: 4px;
	transform: rotate(45deg);
	left: 4px;
	top: 12px
}

.home__page section.our-products-wrapper .wrap_ .product-slider .product-detail .content .product-feature-list ul li:after {
	position: absolute;
	content: "";
	background: transparent;
	height: 12px;
	width: 12px;
	transform: rotate(45deg);
	left: 0;
	border: 1px solid rgba(253, 105, 31, 0.5);
	top: 8px
}

.home__page section.our-products-wrapper .wrap_ .product-slider .product-detail .content .product-feature-list ul li strong {
	font-family: "Inter-Bold";
	color: #ffffff;
	margin-bottom: 16px;
	display: block
}

@media (max-width: 767px) {
	.home__page section.our-products-wrapper .wrap_ .product-slider .product-detail .content .bttn {
		padding: 0 16px
	}
}

.home__page section.our-products-wrapper .wrap_ .product-slider .product-detail:nth-of-type(even) {
	flex-direction: row-reverse;
	padding-right: 0
}

@media (max-width: 767px) {
	.home__page section.our-products-wrapper .wrap_ .product-slider .product-detail:nth-of-type(even) {
		flex-direction: column
	}
}

.home__page section.our-products-wrapper .wrap_ .product-slider .product-detail:nth-of-type(even) figure {
	margin-left: 48px;
	margin-right: 0
}

@media (max-width: 767px) {
	.home__page section.our-products-wrapper .wrap_ .product-slider .product-detail:nth-of-type(even) figure {
		margin-left: 0
	}
}

.home__page section.our-products-wrapper .wrap_ .product-slider .product-detail.slick-active {
	opacity: 1!important;
	transition: opacity .5s ease-in
}

.home__page section.why-modl-products {
	position: relative;
	overflow-x: hidden;
	padding-top: 96px
}

@media (max-width: 767px) {
	.home__page section.why-modl-products {
		padding-top: 56px
	}
}

.home__page section.why-modl-products .wrap_ h1 {
	text-align: center;
	color: #ffffff;
	margin-bottom: 56px
}

@media (max-width: 767px) {
	.home__page section.why-modl-products .wrap_ h1 {
		width: 50%;
		margin: 0 auto;
		margin-bottom: 32px
	}
}

.home__page section.why-modl-products .wrap_ .modl-cards-wrapper {
	grid-template-columns: auto auto auto auto
}

@media (max-width: 767px) {
	.home__page section.why-modl-products .wrap_ .modl-cards-wrapper {
		grid-template-columns: auto;
		border: 0;
		margin-bottom: 40px
	}
	.home__page section.why-modl-products .wrap_ .modl-cards-wrapper .modl-card {
		border: 1px solid #3D3D3D;
		border-radius: 8px;
		margin-right: 24px;
		height: 353px
	}
	.home__page section.why-modl-products .wrap_ .modl-cards-wrapper .modl-card.slick-active figure {
		background: #1B1B1B
	}
}

.home__page section.faq-warpper {
	background: #262626;
	padding: 96px 0;
	position: relative
}

@media (max-width: 767px) {
	.home__page section.faq-warpper {
		padding: 56px 0
	}
}

.home__page section.faq-warpper:before,
.home__page section.faq-warpper:after {
	position: absolute;
	content: "";
	background: #2D2D2D;
	height: 1px;
	transform: rotate(-45deg)
}

@media (max-width: 767px) {
	.home__page section.faq-warpper:before,
	.home__page section.faq-warpper:after {
		display: none
	}
}

.home__page section.faq-warpper:before {
	width: 329px;
	top: 116px;
	left: -4%;
	z-index: 0
}

.home__page section.faq-warpper:after {
	width: 564px;
	top: 198px;
	left: -7%;
	z-index: 0
}

@media (max-width: 767px) {
	.home__page section.faq-warpper:after {
		top: 180px;
		width: 514px
	}
}

.home__page section.faq-warpper .wrap_ .heading-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin-bottom: 56px
}

@media (max-width: 767px) {
	.home__page section.faq-warpper .wrap_ .heading-container {
		align-items: flex-start;
		margin-bottom: 32px
	}
}

.home__page section.faq-warpper .wrap_ .heading-container h3 {
	color: #ffffff;
	position: relative;
	z-index: 9
}

.home__page section.faq-warpper .wrap_ .heading-container .bttn {
	width: fit-content;
	width: -moz-fit-content;
	padding: 29px 25px;
	color: #ffffff;
	font-family: "Inter-Bold";
	border: 0
}

.home__page section.faq-warpper .wrap_ .heading-container .bttn:focus {
	outline: none;
	box-shadow: none
}

.home__page section.faq-warpper .wrap_ .heading-container .tooltip-faq {
	display: none;
	padding: 16px;
	border-radius: 8px;
	border: 1px solid #FD691F;
	background: #35261F;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), -24px 43px 25px rgba(0, 0, 0, 0.16), -16px 26px 13px rgba(0, 0, 0, 0.13), -9px 16px 6px rgba(0, 0, 0, 0.102074);
	z-index: 9;
	position: absolute;
	right: 0;
	bottom: -150px;
	transition-duration: .4s
}

@media (max-width: 767px) {
	.home__page section.faq-warpper .wrap_ .heading-container .tooltip-faq {
		bottom: -150px
	}
}

.home__page section.faq-warpper .wrap_ .heading-container .tooltip-faq .body-text-main {
	color: #ffffff
}

.home__page section.faq-warpper .wrap_ .heading-container .tooltip-faq .body-text-main:first-of-type {
	margin-bottom: 32px
}

.home__page section.faq-warpper .wrap_ .accordion--wrapper .accordions {
	display: flex;
	flex-wrap: wrap;
	flex: 0 0 48%;
	justify-content: space-between;
	align-items: flex-start
}

@media (max-width: 767px) {
	.home__page section.faq-warpper .wrap_ .accordion--wrapper .accordions {
		flex-direction: column;
		flex: 0 0 100%
	}
}

.home__page section.faq-warpper .wrap_ .accordion--wrapper .accordions .accordion-item {
	margin-bottom: 32px;
	border-radius: 4px;
	flex-wrap: wrap;
	flex: 0 0 48%;
	border: 1px solid #3D3D3D;
	transition-duration: .4s
}

@media (max-width: 767px) {
	.home__page section.faq-warpper .wrap_ .accordion--wrapper .accordions .accordion-item {
		margin-bottom: 16px;
		width: 100%;
		flex: 0 0 100%
	}
}

.home__page section.faq-warpper .wrap_ .accordion--wrapper .accordions .accordion-item.active {
	transition: background-color .1s ease-in;
	border: 1px solid #FD691F;
	background: rgba(253, 105, 31, 0.1)
}

.home__page section.faq-warpper .wrap_ .accordion--wrapper .accordions .accordion-item:hover {
	border: 1px solid #FD691F;
	transition-duration: .4s
}

.home__page section.faq-warpper .wrap_ .accordion--wrapper .accordions .accordion-item .title_tab {
	padding: 32px 32px 32px 24px;
	cursor: pointer;
	height: 128px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative
}

@media (max-width: 767px) {
	.home__page section.faq-warpper .wrap_ .accordion--wrapper .accordions .accordion-item .title_tab {
		justify-content: flex-start
	}
}

@media (max-width: 767px) {
	.home__page section.faq-warpper .wrap_ .accordion--wrapper .accordions .accordion-item .title_tab {
		padding: 20px 24px;
		height: 88px;
		width: 100%
	}
}

.home__page section.faq-warpper .wrap_ .accordion--wrapper .accordions .accordion-item .title_tab .sub-title-main {
	color: #aeaeae;
	font-family: "Inter-Bold"
}

@media (max-width: 767px) {
	.home__page section.faq-warpper .wrap_ .accordion--wrapper .accordions .accordion-item .title_tab .sub-title-main {
		font-size: 16px;
		line-height: 24px;
		width: 90%
	}
}

.home__page section.faq-warpper .wrap_ .accordion--wrapper .accordions .accordion-item .title_tab .sub-title-main .icon {
	position: absolute;
	right: 20px;
	top: 50%;
	width: 16px;
	height: 16px;
	background-color: transparent;
	transform: rotate(-90deg);
	transition: transform .1s ease-in
}

.home__page section.faq-warpper .wrap_ .accordion--wrapper .accordions .accordion-item .title_tab .sub-title-main .icon:before,
.home__page section.faq-warpper .wrap_ .accordion--wrapper .accordions .accordion-item .title_tab .sub-title-main .icon:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 2px;
	background-color: #aeaeae
}

.home__page section.faq-warpper .wrap_ .accordion--wrapper .accordions .accordion-item .title_tab .sub-title-main .icon:before {
	top: 0;
	left: 12px;
	transform: rotate(180deg)
}

.home__page section.faq-warpper .wrap_ .accordion--wrapper .accordions .accordion-item .title_tab .sub-title-main .icon:after {
	top: 0;
	right: 2px;
	transform: rotate(90deg)
}

.home__page section.faq-warpper .wrap_ .accordion--wrapper .accordions .accordion-item .title_tab.active {
	padding: 32px 32px 0 24px;
	background: rgba(253, 105, 31, 0.1)
}

.home__page section.faq-warpper .wrap_ .accordion--wrapper .accordions .accordion-item .title_tab.active .sub-title-main {
	color: #ffffff
}

.home__page section.faq-warpper .wrap_ .accordion--wrapper .accordions .accordion-item .title_tab.active .sub-title-main .icon {
	transform: rotate(0deg);
	transition: transform .1s ease-in
}

.home__page section.faq-warpper .wrap_ .accordion--wrapper .accordions .accordion-item .title_tab.active .sub-title-main .icon:before {
	display: none
}

.home__page section.faq-warpper .wrap_ .accordion--wrapper .accordions .accordion-item .inner_content {
	display: none
}

.home__page section.faq-warpper .wrap_ .accordion--wrapper .accordions .accordion-item .inner_content p {
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
	margin-bottom: 0;
	padding: 32px 32px 32px 24px
}

.home__page .how-it-works section.see-how-it-wrapper-wrapper {
	background: #1F1F1F
}

.home__page .how-it-works section.see-how-it-wrapper-wrapper:before,
.home__page .how-it-works section.see-how-it-wrapper-wrapper:after {
	z-index: 0
}

.home__page .how-it-works section.see-how-it-wrapper-wrapper:before {
	top: 60px;
	width: 150px;
	left: -60px
}

.home__page .how-it-works section.see-how-it-wrapper-wrapper:after {
	top: 110px;
	width: 290px;
	left: -100px
}

.about_us_wrapper {
	position: relative
}

.about_us_wrapper .orange-radial-gradient {
	position: absolute;
	content: "";
	background: linear-gradient(325.04deg, #F56F54 21.01%, #FC2A00 92.91%);
	opacity: .2;
	filter: blur(140px);
	width: 426px;
	height: 426px;
	left: -15%;
	top: 70%;
	z-index: 99;
	border-radius: 100%
}

.about_us_wrapper .orange-radial-gradient.roadmap {
	left: unset;
	right: -10%;
	z-index: 0
}

@media (max-width: 767px) {
	.about_us_wrapper .orange-radial-gradient {
		display: none
	}
}

@media (max-width: 767px) {
	.about_us_wrapper .hero-section section.hero-wrapper .hero-section {
		margin-bottom: 40px
	}
}

@media (max-width: 767px) {
	.about_us_wrapper .hero-section section.hero-wrapper .hero-section .slider-content {
		padding-bottom: 0
	}
}

.about_us_wrapper .hero-section section.hero-wrapper .hero-section .slider-content .slide-cell {
	opacity: 1
}

.about_us_wrapper .brands-section section.brands-wrapper .slider-cta-wrapper>.container-1128 {
	border: 0;
	padding-bottom: 0
}

.about_us_wrapper .brands-section section.brands-wrapper .slider-cta-wrapper:after {
	content: unset
}

.about_us_wrapper .page-nav-wrapper {
	background: #1B1B1B;
	padding: 34px 0;
	position: relative;
	z-index: 99
}

.about_us_wrapper .page-nav-wrapper .page-nav {
	display: flex;
	justify-content: space-around;
	align-items: center
}

.about_us_wrapper .page-nav-wrapper .page-nav .page-brand {
	width: 50%
}

.about_us_wrapper .page-nav-wrapper .page-nav .page-brand span {
	font-size: 14px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.6)
}

.about_us_wrapper .page-nav-wrapper .page-nav .nav-list {
	width: 50%
}

.about_us_wrapper .page-nav-wrapper .page-nav .nav-list ul {
	display: flex;
	justify-content: flex-end
}

.about_us_wrapper .page-nav-wrapper .page-nav .nav-list ul li {
	margin-right: 24px
}

.about_us_wrapper .page-nav-wrapper .page-nav .nav-list ul li a {
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	transition-duration: .4s
}

.about_us_wrapper .page-nav-wrapper .page-nav .nav-list ul li:last-of-type {
	margin-right: 0
}

.about_us_wrapper .page-nav-wrapper .page-nav .nav-list ul li:hover a {
	color: #FD691F;
	transition-duration: .4s
}

.about_us_wrapper .page-nav-wrapper.scrolled {
	position: fixed;
	top: 88px;
	width: 100%;
	background: yellow
}

.about_us_wrapper section.about-welcome-wrapper {
	background: #1F1F1F;
	position: relative
}

.about_us_wrapper section.about-welcome-wrapper>.container-1128 {
	padding: 0
}

.about_us_wrapper section.about-welcome-wrapper .wrap_ {
	padding-top: 48px
}

.about_us_wrapper section.about-welcome-wrapper .wrap_ h1 {
	text-align: center;
	color: #ffffff;
	margin-bottom: 56px
}

@media (max-width: 767px) {
	.about_us_wrapper section.about-welcome-wrapper .wrap_ h1 {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 32px
	}
}

@media (max-width: 767px) {
	.about_us_wrapper section.about-welcome-wrapper .wrap_ h1 br {
		display: none
	}
}

.about_us_wrapper section.about-welcome-wrapper .wrap_ .modl-cards-wrapper {
	grid-template-columns: auto auto auto
}

@media (max-width: 767px) {
	.about_us_wrapper section.about-welcome-wrapper .wrap_ .modl-cards-wrapper {
		grid-template-columns: auto;
		border: 0;
		margin-bottom: 64px;
		padding: 0 16px
	}
	.about_us_wrapper section.about-welcome-wrapper .wrap_ .modl-cards-wrapper .modl-card {
		border: 1px solid #3D3D3D;
		border-radius: 8px;
		margin-right: 24px;
		height: 382px
	}
	.about_us_wrapper section.about-welcome-wrapper .wrap_ .modl-cards-wrapper .modl-card.slick-active figure {
		background: #1B1B1B
	}
}

.about_us_wrapper section.about-introduction-wrapper {
	border-top: 1px solid #3D3D3D;
	border-bottom: 1px solid #3D3D3D;
	margin-top: 48px
}

.about_us_wrapper section.about-introduction-wrapper>.container-1128 {
	padding: 0
}

.about_us_wrapper section.about-introduction-wrapper .wrap_ {
	padding: 96px 40px 96px 40px
}

@media (max-width: 767px) {
	.about_us_wrapper section.about-introduction-wrapper .wrap_ {
		padding: 64px 24px
	}
}

.about_us_wrapper section.about-introduction-wrapper .wrap_ .wrap-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}

@media (max-width: 767px) {
	.about_us_wrapper section.about-introduction-wrapper .wrap_ .wrap-row {
		flex-direction: column
	}
}

.about_us_wrapper section.about-introduction-wrapper .wrap_ .wrap-row .left-col {
	width: 52%;
	margin-right: 64px
}

@media (max-width: 767px) {
	.about_us_wrapper section.about-introduction-wrapper .wrap_ .wrap-row .left-col {
		width: 100%;
		margin-right: 0
	}
}

.about_us_wrapper section.about-introduction-wrapper .wrap_ .wrap-row .left-col h1 {
	color: #ffffff;
	margin-bottom: 16px
}

.about_us_wrapper section.about-introduction-wrapper .wrap_ .wrap-row .left-col p {
	color: #ABABB6;
	font-size: 16px;
	line-height: 24px
}

.about_us_wrapper section.about-introduction-wrapper .wrap_ .wrap-row .left-col .bttn {
	color: #ffffff;
	justify-content: space-evenly
}

@media (max-width: 767px) {
	.about_us_wrapper section.about-introduction-wrapper .wrap_ .wrap-row .left-col .bttn {
		margin-bottom: 48px
	}
}

.about_us_wrapper section.about-introduction-wrapper .wrap_ .wrap-row .left-col ul {
	margin-bottom: 64px
}

@media (max-width: 767px) {
	.about_us_wrapper section.about-introduction-wrapper .wrap_ .wrap-row .left-col ul {
		margin-bottom: 32px
	}
}

.about_us_wrapper section.about-introduction-wrapper .wrap_ .wrap-row .left-col ul li {
	position: relative;
	margin-bottom: 0
}

.about_us_wrapper section.about-introduction-wrapper .wrap_ .wrap-row .left-col ul li span {
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	display: block;
	padding-left: 24px;
	margin-bottom: 16px
}

.about_us_wrapper section.about-introduction-wrapper .wrap_ .wrap-row .left-col ul li:before {
	position: absolute;
	content: "";
	background: #FD691F;
	height: 4px;
	width: 4px;
	transform: rotate(45deg);
	left: 4px;
	top: 12px
}

.about_us_wrapper section.about-introduction-wrapper .wrap_ .wrap-row .left-col ul li:after {
	position: absolute;
	content: "";
	background: transparent;
	height: 12px;
	width: 12px;
	transform: rotate(45deg);
	left: 0;
	border: 1px solid rgba(253, 105, 31, 0.5);
	top: 8px
}

.about_us_wrapper section.about-introduction-wrapper .wrap_ .wrap-row .right-col {
	width: 52%
}

@media (max-width: 767px) {
	.about_us_wrapper section.about-introduction-wrapper .wrap_ .wrap-row .right-col {
		width: 100%
	}
}

.about_us_wrapper section.about-introduction-wrapper .wrap_ .wrap-row .right-col .introduction-gallery-container figure img {
	width: 100%;
	border-radius: 8px;
	height: 100%;
	object-fit: cover
}

.about_us_wrapper section.about-introduction-wrapper .wrap_ .wrap-row .right-col .introduction-gallery-container .top-gallery {
	margin-bottom: 40px
}

@media (max-width: 767px) {
	.about_us_wrapper section.about-introduction-wrapper .wrap_ .wrap-row .right-col .introduction-gallery-container .top-gallery {
		margin-bottom: 24px
	}
}

.about_us_wrapper section.about-introduction-wrapper .wrap_ .wrap-row .right-col .introduction-gallery-container .bottom-gallery {
	display: flex
}

.about_us_wrapper section.about-introduction-wrapper .wrap_ .wrap-row .right-col .introduction-gallery-container .bottom-gallery figure {
	margin-right: 40px
}

@media (max-width: 767px) {
	.about_us_wrapper section.about-introduction-wrapper .wrap_ .wrap-row .right-col .introduction-gallery-container .bottom-gallery figure {
		margin-right: 24px
	}
}

.about_us_wrapper section.about-introduction-wrapper .wrap_ .wrap-row .right-col .introduction-gallery-container .bottom-gallery figure:last-of-type {
	margin-right: 0
}

.about_us_wrapper section.roadmap-wrapper {
	background: #1F1F1F;
	padding: 40px 0;
	position: relative;
	overflow: hidden
}

.about_us_wrapper section.roadmap-wrapper:before,
.about_us_wrapper section.roadmap-wrapper:after {
	position: absolute;
	content: "";
	background: #2D2D2D;
	height: 1px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg)
}

.about_us_wrapper section.roadmap-wrapper:before {
	width: 329px;
	top: 116px;
	left: -4%;
	z-index: 0
}

@media (max-width: 767px) {
	.about_us_wrapper section.roadmap-wrapper:before {
		width: 269px;
		left: -14%;
		top: 0
	}
}

.about_us_wrapper section.roadmap-wrapper:after {
	width: 564px;
	top: 198px;
	left: -7%;
	z-index: 0
}

@media (max-width: 767px) {
	.about_us_wrapper section.roadmap-wrapper:after {
		left: -29%;
		top: 0
	}
}

.about_us_wrapper section.roadmap-wrapper .wrap_ {
	padding: 40px 0
}

@media (max-width: 767px) {
	.about_us_wrapper section.roadmap-wrapper .wrap_ {
		padding: 24px 0
	}
}

.about_us_wrapper section.roadmap-wrapper .wrap_ h1 {
	color: #ffffff;
	margin-bottom: 56px;
	position: relative;
	z-index: 9
}

@media (max-width: 767px) {
	.about_us_wrapper section.roadmap-wrapper .wrap_ h1 {
		margin-bottom: 32px;
		text-align: center
	}
}

.about_us_wrapper section.team-wrapper {
	background: #262626;
	padding: 64px 0;
	position: relative
}

.about_us_wrapper section.team-wrapper:before,
.about_us_wrapper section.team-wrapper:after {
	position: absolute;
	content: "";
	background: #2D2D2D;
	height: 1px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg)
}

@media (max-width: 767px) {
	.about_us_wrapper section.team-wrapper:before,
	.about_us_wrapper section.team-wrapper:after {
		display: none
	}
}

.about_us_wrapper section.team-wrapper:before {
	width: 329px;
	top: 116px;
	left: -4%;
	z-index: 0
}

.about_us_wrapper section.team-wrapper:after {
	width: 564px;
	top: 198px;
	left: -7%;
	z-index: 0
}

.about_us_wrapper section.team-wrapper .wrap_ h1 {
	text-align: center;
	color: #ffffff;
	margin-bottom: 56px
}

@media (max-width: 767px) {
	.about_us_wrapper section.team-wrapper .wrap_ h1 {
		width: 80%;
		margin: 0 auto;
		margin-bottom: 32px
	}
}

.about_us_wrapper section.in-the-press-section {
	padding-top: 56px;
	position: relative
}

@media (max-width: 767px) {
	.about_us_wrapper section.in-the-press-section {
		padding: 64px 0
	}
}

.about_us_wrapper section.in-the-press-section:before {
	position: absolute;
	content: "";
	background: url(../images/icons/q-pattern.svg) center center no-repeat;
	width: 270px;
	height: 270px;
	top: -82px;
	left: 47px;
	z-index: 99;
	background-size: contain
}

@media (max-width: 767px) {
	.about_us_wrapper section.in-the-press-section:before {
		display: none
	}
}

.about_us_wrapper section.in-the-press-section>.container-1128 {
	padding: 0
}

.about_us_wrapper section.in-the-press-section .wrap_ h1 {
	color: #ffffff;
	text-align: center;
	margin-bottom: 40px
}

@media (max-width: 767px) {
	.about_us_wrapper section.in-the-press-section .wrap_ h1 {
		margin-bottom: 32px
	}
}

.about_us_wrapper section.in-the-press-section .wrap_ .press-cards-wrapper .noContent {
	display: none
}

.about_us_wrapper section.culture-wrapper {
	margin-top: 0
}

.about_us_wrapper section.culture-wrapper .wrap_ h1 {
	color: #ffffff;
	margin-bottom: 56px
}

.about_us_wrapper section.culture-wrapper .wrap_ .wrap-row .left-col ul li {
	margin-bottom: 24px
}

.about_us_wrapper section.culture-wrapper .wrap_ .wrap-row .left-col ul li .list-info {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 16px
}

.about_us_wrapper section.culture-wrapper .wrap_ .wrap-row .left-col ul li .list-info span {
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 150%;
	font-family: "Antonio-Bold"
}

.about_us_wrapper section.culture-wrapper .wrap_ .wrap-row .left-col ul li:before {
	content: unset
}

.about_us_wrapper section.culture-wrapper .wrap_ .wrap-row .left-col ul li:after {
	content: unset
}

.about_us_wrapper section.culture-wrapper .wrap_ .wrap-row .left-col ul li:last-of-type {
	margin-bottom: 0
}

.about_us_wrapper section.culture-wrapper .wrap_ .wrap-row .right-col .introduction-gallery-container .top-gallery {
	margin-bottom: 0;
	margin-top: 14px
}

.about_us_wrapper section.culture-wrapper .wrap_ .wrap-row .right-col .introduction-gallery-container .bottom-gallery figure {
	margin-right: 14px
}

.get-in-touch-wrapper .touch-hero-wrapper .hero-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between
}

@media (max-width: 767px) {
	.get-in-touch-wrapper .touch-hero-wrapper .hero-content {
		flex-direction: column-reverse;
		padding-bottom: 64px
	}
}

.get-in-touch-wrapper .touch-hero-wrapper .hero-content .left {
	width: 50%;
	padding-top: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding-left: 24px
}

@media (max-width: 767px) {
	.get-in-touch-wrapper .touch-hero-wrapper .hero-content .left {
		width: 100%;
		margin-top: 0;
		padding-left: 0
	}
}

.get-in-touch-wrapper .touch-hero-wrapper .hero-content .left h1 {
	color: #ffffff
}

@media (max-width: 767px) {
	.get-in-touch-wrapper .touch-hero-wrapper .hero-content .left h1 {
		font-size: 32px;
		line-height: 40px
	}
}

.get-in-touch-wrapper .touch-hero-wrapper .hero-content .left>p {
	color: rgba(255, 255, 255, 0.8);
	margin-top: 24px
}

@media (max-width: 767px) {
	.get-in-touch-wrapper .touch-hero-wrapper .hero-content .left>p {
		font-size: 14px;
		line-height: 24px;
		margin-top: 16px
	}
}

.get-in-touch-wrapper .touch-hero-wrapper .hero-content .left .mail,
.get-in-touch-wrapper .touch-hero-wrapper .hero-content .left .mobile {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-top: 24px
}

@media (max-width: 767px) {
	.get-in-touch-wrapper .touch-hero-wrapper .hero-content .left .mail,
	.get-in-touch-wrapper .touch-hero-wrapper .hero-content .left .mobile {
		margin-top: 16px
	}
}

.get-in-touch-wrapper .touch-hero-wrapper .hero-content .left .mail a,
.get-in-touch-wrapper .touch-hero-wrapper .hero-content .left .mobile a {
	color: rgba(255, 255, 255, 0.6);
	cursor: pointer;
	margin-left: 16px
}

.get-in-touch-wrapper .touch-hero-wrapper .hero-content .left .mail a:hover,
.get-in-touch-wrapper .touch-hero-wrapper .hero-content .left .mobile a:hover {
	color: rgba(255, 255, 255, 0.6)
}

.get-in-touch-wrapper .touch-hero-wrapper .hero-content .left .mail img,
.get-in-touch-wrapper .touch-hero-wrapper .hero-content .left .mobile img {
	width: auto
}

@media (max-width: 767px) {
	.get-in-touch-wrapper .touch-hero-wrapper .hero-content .left .mail img,
	.get-in-touch-wrapper .touch-hero-wrapper .hero-content .left .mobile img {
		width: 40px
	}
}

@media (max-width: 767px) {
	.get-in-touch-wrapper .touch-hero-wrapper .hero-content .left .mail {
		margin-top: 32px
	}
}

.get-in-touch-wrapper .touch-hero-wrapper .hero-content .right {
	width: 50%;
	margin-top: 88px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

@media (max-width: 767px) {
	.get-in-touch-wrapper .touch-hero-wrapper .hero-content .right {
		width: 100%;
		margin-top: 0
	}
}

.get-in-touch-wrapper .touch-hero-wrapper .hero-content .right img {
	width: 100%;
	height: auto
}

.get-in-touch-wrapper .contact-form-wrapper {
	width: 100%;
	padding: 96px 0;
	background-color: #262626;
	position: relative
}

@media (max-width: 767px) {
	.get-in-touch-wrapper .contact-form-wrapper {
		padding: 64px 0
	}
}

.get-in-touch-wrapper .contact-form-wrapper .contact-form-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	width: auto
}

.get-in-touch-wrapper .contact-form-wrapper .contact-form-content .left {
	max-width: 592px;
	width: 100%
}

@media (max-width: 767px) {
	.get-in-touch-wrapper .contact-form-wrapper .contact-form-content .left {
		max-width: 100%;
		width: 100%
	}
}

.get-in-touch-wrapper .contact-form-wrapper .contact-form-content .left h1 {
	color: #ffffff
}

@media (max-width: 767px) {
	.get-in-touch-wrapper .contact-form-wrapper .contact-form-content .left h1 {
		font-size: 32px;
		line-height: 40px
	}
}

.get-in-touch-wrapper .contact-form-wrapper .contact-form-content .left>p {
	color: #ABABB6;
	margin-top: 16px;
	max-width: 450px;
	width: 100%
}

@media (max-width: 767px) {
	.get-in-touch-wrapper .contact-form-wrapper .contact-form-content .left>p {
		max-width: 100%
	}
}

.get-in-touch-wrapper .contact-form-wrapper .contact-form-content .right {
	margin-left: 48px;
	width: auto
}

@media (max-width: 767px) {
	.get-in-touch-wrapper .contact-form-wrapper .contact-form-content .right {
		display: none
	}
}

.get-in-touch-wrapper .contact-form-wrapper .contact-form-content .right figure img {
	width: 100%;
	height: auto
}

.get-in-touch-wrapper .contact-form-wrapper .top-grad {
	position: absolute;
	top: -290px;
	left: 0;
	z-index: 0
}

@media (max-width: 767px) {
	.get-in-touch-wrapper .contact-form-wrapper .top-grad {
		display: none
	}
}

.get-in-touch-wrapper .contact-form-wrapper .bottom-grad {
	position: absolute;
	bottom: -460px;
	right: 0;
	transform: rotate(180deg)
}

@media (max-width: 767px) {
	.get-in-touch-wrapper .contact-form-wrapper .bottom-grad {
		display: none
	}
}

.get-in-touch-wrapper .office-wrapper {
	background-color: #262626;
	padding: 120px 0
}

@media (max-width: 767px) {
	.get-in-touch-wrapper .office-wrapper {
		padding: 64px 0
	}
}

.get-in-touch-wrapper .office-wrapper .office-content {
	position: relative
}

.get-in-touch-wrapper .office-wrapper .office-content .tabs-wrapper {
	top: 0
}

.get-in-touch-wrapper .office-wrapper .office-content .content-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
	min-height: 600px;
	height: 100%
}

@media (max-width: 767px) {
	.get-in-touch-wrapper .office-wrapper .office-content .content-wrapper {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		padding-bottom: 0;
		padding-top: 30px;
		min-height: auto
	}
}

.get-in-touch-wrapper .office-wrapper .office-content .content-wrapper .content {
	max-width: 429px;
	width: 100%;
	margin-right: 70px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 24px
}

@media (max-width: 767px) {
	.get-in-touch-wrapper .office-wrapper .office-content .content-wrapper .content {
		max-width: 100%;
		margin-right: 0;
		margin-left: 0
	}
}

.get-in-touch-wrapper .office-wrapper .office-content .content-wrapper .content h1 {
	color: #ffffff
}

@media (max-width: 767px) {
	.get-in-touch-wrapper .office-wrapper .office-content .content-wrapper .content h1 {
		font-size: 32px;
		line-height: 40px;
		letter-spacing: 2px
	}
}

.get-in-touch-wrapper .office-wrapper .office-content .content-wrapper .content p {
	margin-top: 16px;
	color: rgba(255, 255, 255, 0.6)
}

@media (max-width: 767px) {
	.get-in-touch-wrapper .office-wrapper .office-content .content-wrapper .content p {
		font-size: 14px;
		line-height: 24px
	}
}

.get-in-touch-wrapper .office-wrapper .office-content .content-wrapper .content h5 {
	color: #ffffff;
	font-family: "Inter-Medium";
	font-size: 20px;
	line-height: 32px;
	margin-top: 24px
}

@media (max-width: 767px) {
	.get-in-touch-wrapper .office-wrapper .office-content .content-wrapper .content h5 {
		font-size: 14px;
		line-height: 24px;
		margin-top: 16px
	}
}

.get-in-touch-wrapper .office-wrapper .office-content .content-wrapper .content .mail,
.get-in-touch-wrapper .office-wrapper .office-content .content-wrapper .content .mobile {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-top: 24px
}

@media (max-width: 767px) {
	.get-in-touch-wrapper .office-wrapper .office-content .content-wrapper .content .mail,
	.get-in-touch-wrapper .office-wrapper .office-content .content-wrapper .content .mobile {
		margin-top: 16px
	}
}

.get-in-touch-wrapper .office-wrapper .office-content .content-wrapper .content .mail a,
.get-in-touch-wrapper .office-wrapper .office-content .content-wrapper .content .mobile a {
	color: rgba(255, 255, 255, 0.6);
	cursor: pointer;
	margin-left: 16px
}

.get-in-touch-wrapper .office-wrapper .office-content .content-wrapper .content .mail a:hover,
.get-in-touch-wrapper .office-wrapper .office-content .content-wrapper .content .mobile a:hover {
	color: rgba(255, 255, 255, 0.6)
}

.get-in-touch-wrapper .office-wrapper .office-content .content-wrapper .content .mail img,
.get-in-touch-wrapper .office-wrapper .office-content .content-wrapper .content .mobile img {
	width: auto
}

@media (max-width: 767px) {
	.get-in-touch-wrapper .office-wrapper .office-content .content-wrapper .content .mail img,
	.get-in-touch-wrapper .office-wrapper .office-content .content-wrapper .content .mobile img {
		width: 40px
	}
}

@media (max-width: 767px) {
	.get-in-touch-wrapper .office-wrapper .office-content .content-wrapper .content .mail {
		margin-top: 32px
	}
}

.get-in-touch-wrapper .office-wrapper .office-content .content-wrapper .map {
	max-width: 588px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start
}

@media (max-width: 767px) {
	.get-in-touch-wrapper .office-wrapper .office-content .content-wrapper .map {
		max-width: 100%;
		margin-top: 32px
	}
}

.get-in-touch-wrapper .office-wrapper .office-content .content-wrapper .map figure {
	width: 100%;
	border-radius: 8px;
	overflow: hidden
}

.get-in-touch-wrapper .office-wrapper .office-content .content-wrapper .map figure img {
	width: 100%;
	height: auto
}

.get-in-touch-wrapper .office-wrapper .office-content .content-wrapper .map .map-frame {
	width: 520px;
	height: 489px;
	filter: grayscale(100%) invert(92%) contrast(83%);
	border-radius: 8px
}

@media (max-width: 767px) {
	.get-in-touch-wrapper .office-wrapper .office-content .content-wrapper .map .map-frame {
		width: 100%;
		height: 300px
	}
}

.get-in-touch-wrapper .office-wrapper .office-content .office_2_content {
	display: none
}

.get-in-touch-wrapper .our-details-wrapper .details-content {
	padding: 106px 16px 96px 16px
}

.get-in-touch-wrapper .our-details-wrapper .details-content h1 {
	text-align: center;
	margin-bottom: 56px;
	color: #ffffff
}

.get-in-touch-wrapper .our-details-wrapper .details-content .modl-cards-wrapper {
	border: 0;
	grid-template-columns: auto auto auto;
	justify-content: space-between
}

@media (max-width: 767px) {
	.get-in-touch-wrapper .our-details-wrapper .details-content .modl-cards-wrapper {
		justify-content: center
	}
}

.get-in-touch-wrapper .our-details-wrapper .details-content .modl-cards-wrapper .modl-card {
	max-width: 354px;
	width: 354px;
	border-radius: 8px;
	height: 436px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center
}

@media (max-width: 767px) {
	.get-in-touch-wrapper .our-details-wrapper .details-content .modl-cards-wrapper .modl-card {
		border: 1px solid #2D2D2D;
		margin-right: 24px
	}
}

.get-in-touch-wrapper .our-details-wrapper .details-content .modl-cards-wrapper .modl-card .orange {
	display: block;
	color: #FD691F
}

.get-in-touch-wrapper .our-details-wrapper .details-content .modl-cards-wrapper .modl-card .bttn {
	color: #ffffff;
	margin: 0 auto;
	transition-duration: .4s
}

.get-in-touch-wrapper .our-details-wrapper .details-content .modl-cards-wrapper .modl-card:hover {
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), -24px 43px 25px rgba(0, 0, 0, 0.16), -16px 26px 13px rgba(0, 0, 0, 0.13), -9px 16px 6px rgba(0, 0, 0, 0.102074)
}

.get-in-touch-wrapper .our-details-wrapper .details-content .modl-cards-wrapper .modl-card:hover .bttn {
	color: #ffffff;
	background: #FD691F;
	transition-duration: .4s
}

.get-in-touch-wrapper.contact-page-single .right .contact-details {
	background: #262626;
	padding: 40px 32px
}

.get-in-touch-wrapper.contact-page-single .right .contact-details h3 {
	color: #ffffff;
	margin-bottom: 16px
}

.get-in-touch-wrapper.contact-page-single .right .contact-details p {
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 48px
}

.get-in-touch-wrapper.contact-page-single .right .contact-details .contact_ img {
	margin-right: 16px
}

.get-in-touch-wrapper.contact-page-single .right .contact-details .contact_ a {
	color: rgba(255, 255, 255, 0.6);
	transition-duration: .4s
}

.get-in-touch-wrapper.contact-page-single .right .contact-details .contact_ a:hover {
	color: #FD691F;
	transition-duration: .4s
}

.get-in-touch-wrapper.contact-page-single .right .contact-details .contact_.mail {
	margin-bottom: 24px
}

.get-in-touch-wrapper.contact-page-single .right .contact-details .contact_.mobile {
	margin-bottom: 40px
}

.get-in-touch-wrapper.contact-page-single .right .contact-details .social-url {
	padding-top: 40px;
	border-top: 1px solid #ffffff
}

.get-in-touch-wrapper.contact-page-single .right .contact-details .social-url ul {
	display: flex;
	justify-content: flex-start;
	align-items: center
}

.get-in-touch-wrapper.contact-page-single .right .contact-details .social-url ul li {
	margin-right: 20px
}

.get-in-touch-wrapper.contact-page-single .right .contact-details .social-url ul li a svg {
	border: 1px solid rgba(253, 105, 31, 0.4);
	padding: 6px;
	transition-duration: .4s;
	height: 40px;
	width: 40px
}

.get-in-touch-wrapper.contact-page-single .right .contact-details .social-url ul li a:hover {
	transition-duration: .4s
}

.get-in-touch-wrapper.contact-page-single .right .contact-details .social-url ul li a:hover svg {
	border: 1px solid #FD691F;
	background: rgba(253, 105, 31, 0.1);
	transition-duration: .4s
}

.get-in-touch-wrapper.contact-page-single .right .contact-details .social-url ul li a:hover svg path {
	fill: #FD691F;
	color: #FD691F
}

.get-in-touch-wrapper.contact-page-single .right .contact-details .social-url ul li:last-of-type {
	margin-right: 0
}

.get-in-touch-wrapper.contact-page-single .contact-form-wrapper {
	background: #1F1F1F;
	padding: 0
}

.get-in-touch-wrapper.contact-page-single .contact-form-wrapper .contact-form-content {
	padding: 167px 24px 0 24px;
	border-left: 1px solid #3D3D3D;
	border-right: 1px solid #3D3D3D
}

.page-template-contact-us header .navigation_>.radial-gradient {
	display: none
}

.glitch-finder-product .product-page .hero-section {
	border: 0
}

.glitch-finder-product .product-page .test-more-wrapper .test-more-content .content-wrapper {
	flex-direction: column;
	padding-bottom: 0
}

.glitch-finder-product .product-page .test-more-wrapper .test-more-content .content-wrapper .main-tab-content {
	display: flex;
	margin: 48px 0 64px 0
}

@media (max-width: 767px) {
	.glitch-finder-product .product-page .test-more-wrapper .test-more-content .content-wrapper .main-tab-content {
		flex-direction: column;
		margin: 32px 0 48px 0
	}
}

@media (max-width: 767px) {
	.glitch-finder-product .product-page .test-more-wrapper .test-more-content .content-wrapper .main-tab-content .image {
		padding-top: 32px
	}
}

.glitch-finder-product .product-page .test-more-wrapper .tabs-wrapper {
	left: 130px;
	padding: 0 !important
}

@media (max-width: 767px) {
	.glitch-finder-product .product-page .test-more-wrapper .tabs-wrapper {
		left: initial;
		padding: 0 16px !important
	}
}

.glitch-finder-product .product-page .see-how-it-wrapper-wrapper {
	padding: 96px 0
}

.glitch-finder-product .product-page .see-how-it-wrapper-wrapper #tab .tab-pane .content {
	flex-direction: row;
	max-width: 100%;
	margin: 0 auto
}

@media (max-width: 767px) {
	.glitch-finder-product .product-page .see-how-it-wrapper-wrapper #tab .tab-pane .content {
		flex-direction: column
	}
}

.glitch-finder-product .templates-part {
	width: 100%
}

.glitch-finder-product section.why-glitch-wrapper,
.glitch-finder-product section.our-products-wrapper,
.glitch-finder-product section.see-how-it-wrapper-wrapper,
.glitch-finder-product section.testimonial-wrapper {
	width: 100%
}

.glitch-finder-product section.why-glitch-wrapper:before,
.glitch-finder-product section.our-products-wrapper:before,
.glitch-finder-product section.see-how-it-wrapper-wrapper:before,
.glitch-finder-product section.testimonial-wrapper:before {
	content: unset
}

.glitch-finder-product section.our-products-wrapper>.container-1126 {
	border: 1px solid #3D3D3D;
	border-top: 0
}

.glitch-finder-product section.also-checkout-container {
	background: #1F1F1F
}

.glitch-finder-product section.also-checkout-container .square-icon {
	display: none
}

.glitch-finder-product section.brands-wrapper {
	background: #1F1F1F
}


.legal-consent-container .hs-field-desc.checkbox-desc {
	margin: 0 !important;

}

.legal-consent-container .hs-field-desc.checkbox-desc p {
 	font-size: 16px;
    line-height: 24px;
    color: rgba(255,255,255,0.6);
 }

.privacy_wrapper {
	color: #ffffff
}

.privacy_wrapper h1,
.privacy_wrapper h2,
.privacy_wrapper h3,
.privacy_wrapper h4 {
	font-family: "NBGrotesk-Bold";
	text-transform: initial;
	letter-spacing: 0
}

.privacy_wrapper section.privacy-banner {
	padding: 120px 16px 80px 16px
}

.privacy_wrapper section.privacy-banner h1 {
	color: #ffffff
}

.privacy_wrapper section.content-container .content_text h2 {
	margin-bottom: 32px
}

.privacy_wrapper section.content-container .content_text h3 {
	margin-top: 48px;
	margin-bottom: 24px;
	position: relative;
	display: inline-block;
	padding-bottom: 10px
}

.privacy_wrapper section.content-container .content_text h3:after {
	position: absolute;
	content: "";
	background: #FD691F;
	height: 2px;
	width: 100%;
	left: 0;
	bottom: 0
}

.privacy_wrapper section.content-container .content_text ul {
	list-style: none;
	padding: 24px 0 24px 40px
}

.privacy_wrapper section.content-container .content_text ul li {
	list-style: none;
	position: relative;
	margin-bottom: 16px
}

.privacy_wrapper section.content-container .content_text ul li:before {
	position: absolute;
	content: "";
	background: url(../images/global/square-icon.svg) center center no-repeat;
	height: 18px;
	width: 18px;
	background-size: contain;
	left: -40px;
	margin: 0 auto;
	top: 0
}

.privacy_wrapper section.content-container .content_text a {
	color: #FD691F;
	transition-duration: .4s
}

.privacy_wrapper section.content-container .content_text a:hover {
	color: rgba(253, 105, 31, 0.8);
	transition-duration: .4s
}

.product-page .see-how-it-wrapper-wrapper #tab .tab-pane .content .how-it-works-content ul {
    height: 100%;
    margin-top: 0 !important;
}

.product-page .see-how-it-wrapper-wrapper #tab .tab-pane .content .how-it-works-content .buttons-wrapper {
    margin-bottom: -12px !important;
}

/*# sourceMappingURL=custom-style.min.css.map */