/*!
Theme Name: iline
Theme URI: http://ilineapp.com/
Author: DevsX
Author URI: https://devsx.net/
Version: 1.2.0

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/



:root {
	/* Surface */
	--bg: #08090F;
	--on-bg: #171924;

	/* White */
	--white-00: #FFFFFF;
	--white-100: #EBECF0;
	--white-80: rgba(235, 236, 240, 0.8);
	--white-64: rgba(235, 236, 240, 0.64);
	--white-40: rgba(235, 236, 240, 0.4);

	/* Black */
	--black-50: #E7E7E7;
	--black-100: #B3B3B3;
	--black-200: #8E8E8E;
	--black-900: #040404;
}


/**
 * Remove the margin in all browsers.
 */
body {

	font-family: 'Switzer-Regular';
	background-color: #010101;
	color: var(--white-00);
	margin: 0;
	-webkit-font-smoothing: antialiased;
}



/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}



/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

figure {
	margin: 0;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	font-size: 16px;
	line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
}

p {
	margin: 0;
}

h1,
.h1 {
	font-family: 'Switzer-Medium';
	font-weight: 500;
	font-size: 80px;
	line-height: 88px;
}

h2,
.h2 {
	font-family: 'Switzer-Medium';
	font-weight: 500;
	font-size: 56px;
	line-height: 64px;
}

h3,
.h3 {
	font-family: 'Switzer-Medium';
	font-weight: 500;
	font-size: 48px;
	line-height: 56px;
}

h4,
.h4 {
	font-family: 'Switzer-Medium';
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
}

.font-24-medium {
	font-family: 'Switzer-Medium';
	font-weight: 500;
	font-size: 24px;
	line-height: 130%;
}

.font-18-regular {
	font-family: 'Switzer-Regular';
	font-weight: 400;
	font-size: 18px;
	line-height: 145%;
}

.font-18-semibold {
	font-family: 'Switzer-Semibold';
	font-weight: 600;
	font-size: 18px;
	line-height: 145%;
}

.font-16-regular {
	font-family: 'Switzer-Regular';
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.font-16-semibold {
	font-family: 'Switzer-Semibold';
	font-weight: 600;
	font-size: 16px;
	line-height: 145%;
}

.font-14-medium {
	font-family: 'Switzer-Medium';
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}

.font-12-light {
	font-family: 'Switzer-Light';
	font-weight: 300;
	font-size: 12px;
	line-height: auto;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}


hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}


table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	text-decoration: none;
	color: var(--white-40);
}

a:visited {
	color: var(--white-40);
}

a:hover,
a:focus,
a:active {
	color: var(--white-40);
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wc-block-components-button:not(.is-link) {
	border: none;
	background-color: var(--white-100);
	color: var(--black-900);
	height: 55px;
	border-radius: 40px;
	text-transform: uppercase;
	font-family: 'Switzer-Semibold';
	font-weight: 600;
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	-webkit-appearance: none;
	margin: 0;
	padding: 0 24px;
	line-height: 21px;
	cursor: pointer;
	justify-content: center;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wc-block-components-button:not(.is-link):hover {
	background-color: var(--white-80);
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	background-color: var(--white-80);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=email], 
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=number], 
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=password], 
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=tel], 
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=text], 
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=url], 
.woocommerce-page .wc-block-components-text-input input[type=email], 
.woocommerce-page .wc-block-components-text-input input[type=number], 
.woocommerce-page .wc-block-components-text-input input[type=password], 
.woocommerce-page .wc-block-components-text-input input[type=tel], 
.woocommerce-page .wc-block-components-text-input input[type=text], 
.woocommerce-page .wc-block-components-text-input input[type=url],
.woocommerce-page .wc-block-checkout__add-note .wc-block-components-textarea {
	font-family: 'Switzer-Regular';
	width: 100%;
	border: none;
	background: #08090F;
	border-radius: 24px;
	color: var(--white-40);
	padding: 0 16px;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
	height: 56px;
}

.woocommerce-page .wc-block-checkout__add-note .wc-block-components-textarea {
	height: 120px;
	padding-top: 16px;
	resize: vertical;
}

.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=email]:focus, 
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=number]:focus, 
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=password]:focus, 
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus, 
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=text]:focus, 
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=url]:focus, 
.woocommerce-page .wc-block-components-text-input input[type=email]:focus, 
.woocommerce-page .wc-block-components-text-input input[type=number]:focus, 
.woocommerce-page .wc-block-components-text-input input[type=password]:focus, 
.woocommerce-page .wc-block-components-text-input input[type=tel]:focus, 
.woocommerce-page .wc-block-components-text-input input[type=text]:focus, 
.woocommerce-page .wc-block-components-text-input input[type=url]:focus,
.woocommerce-page .wc-block-checkout__add-note .wc-block-components-textarea:focus{
	background: #08090F;
	color: var(--white-40);
}
.woocommerce-page .wc-block-components-form .wc-block-components-text-input label, 
.woocommerce-page .wc-block-components-text-input label{
	color: var(--white-40);
	left: 16px;
	top: 27px;
}

.woocommerce-page .wc-blocks-components-select .wc-blocks-components-select__label{
	top: 4px;
	color: var(--white-40);
	left: 16px;
}

.woocommerce-page .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill, 
.woocommerce-page .wc-block-components-form .wc-block-components-text-input.is-active input[type=email], 
.woocommerce-page .wc-block-components-form .wc-block-components-text-input.is-active input[type=number], 
.woocommerce-page .wc-block-components-form .wc-block-components-text-input.is-active input[type=password], 
.woocommerce-page .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel], 
.woocommerce-page .wc-block-components-form .wc-block-components-text-input.is-active input[type=text],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input.is-active input[type=url],
.woocommerce-page .wc-block-components-text-input input:-webkit-autofill, 
.woocommerce-page .wc-block-components-text-input.is-active input[type=email],
.woocommerce-page .wc-block-components-text-input.is-active input[type=number], 
.woocommerce-page .wc-block-components-text-input.is-active input[type=password], 
.woocommerce-page .wc-block-components-text-input.is-active input[type=tel], 
.woocommerce-page .wc-block-components-text-input.is-active input[type=text], 
.woocommerce-page .wc-block-components-text-input.is-active input[type=url] {
    padding: 9px 16px 0px;
}
.woocommerce-page .wc-block-components-form .wc-block-components-text-input.is-active input:focus,
.woocommerce-page .wc-block-components-text-input input[type=text]:focus{
	outline: none;
	border: none;
}
.woocommerce-page .wc-block-components-form .wc-block-components-text-input.is-active input:focus-visible,
.woocommerce-page .wc-block-components-text-input input[type=text]:focus-visible{
	outline: 1px solid var(--white-40);
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill, .wc-block-components-form .wc-block-components-text-input.is-active input[type=email], .wc-block-components-form .wc-block-components-text-input.is-active input[type=number], .wc-block-components-form .wc-block-components-text-input.is-active input[type=password], .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-form .wc-block-components-text-input.is-active input[type=text], .wc-block-components-form .wc-block-components-text-input.is-active input[type=url], .wc-block-components-text-input input:-webkit-autofill, .wc-block-components-text-input.is-active input[type=email], .wc-block-components-text-input.is-active input[type=number], .wc-block-components-text-input.is-active input[type=password], .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-text-input.is-active input[type=text], .wc-block-components-text-input.is-active input[type=url] {
    padding: 9px 16px 0px;
}

.woocommerce-page .wc-blocks-components-select .wc-blocks-components-select__select,
select{
	font-family: 'Switzer-Regular';
	width: 100%;
	border: none;
	background: #08090F;
	border-radius: 24px;
	color: var(--white-40);
	padding: 0 16px;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
	height: 56px;
	padding-top: 9px;
}

.woocommerce-page .wc-blocks-components-select .wc-blocks-components-select__container{
	background: transparent;
}


.woocommerce-page .wc-block-components-form .wc-block-components-text-input input::placeholder{
	color: var(--white-100);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: var(--white-40);
}

/* Background */
.bg-surface {
	background-color: var(--bg);
}

.bg-on-surface {
	background-color: var(--on-bg);
}

.bg-white-00 {
	background-color: var(--white-00);
}

.bg-white-100 {
	background-color: var(--white-100);
}

.bg-white-80 {
	background-color: var(--white-80);
}

.bg-white-64 {
	background-color: var(--white-64);
}

.bg-white-40 {
	background-color: var(--white-40);
}

.bg-black-50 {
	background-color: var(--black-50);
}

.bg-black-100 {
	background-color: var(--black-100);
}

.bg-black-200 {
	background-color: var(--black-200);
}

.bg-black-900 {
	background-color: var(--black-900);
}

/* Text */
.text-surface {
	color: var(--bg);
}

.text-on-surface {
	color: var(--on-bg);
}

.text-white-00 {
	color: var(--white-00);
}

.text-white-100 {
	color: var(--white-100);
}

.text-white-80 {
	color: var(--white-80);
}

.text-white-64 {
	color: var(--white-64);
}

.text-white-40 {
	color: var(--white-40);
}

.text-black-50 {
	color: var(--black-50);
}

.text-black-100 {
	color: var(--black-100);
}

.text-black-200 {
	color: var(--black-200);
}

.text-black-900 {
	color: var(--black-900);
}

.uppercase{
	text-transform: uppercase;
}

.font-gradient {
	background: linear-gradient(180deg, #EBECF0 0%, rgba(235, 236, 240, 0) 117.05%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}

.container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
}

.flex {
	display: flex;
}

.flex>.col-50 {
	width: 50%;
}

#page {
	padding-top: 64px;
	overflow: hidden;
}

.wow {
    visibility: hidden;
}

.site-header {
	height: 64px;
	position: absolute;
	width: 100%;
	top: 0;
}

.site-header>.flex {
	justify-content: space-between;
}

.site-header .site-logo {
	margin-top: 22px;
}

.site-header .cta-header button {
	width: 120px;
	margin-top: 12px;
	height: 40px;
	padding: 0 6px;
	letter-spacing: 0.4px;
}

.main-navigation ul {
	margin: 0;
	margin-top: 22px;
	margin-left: 36px;
	padding: 0;
	display: flex;
	align-items: center;
	list-style: none;
	gap: 48px;
}

.main-navigation ul li a {
	text-transform: uppercase;
	color: var(--white-100);
	letter-spacing: 0.5px;
}

.main-navigation ul li a:hover{
	color: var(--white-64);
}

.home-hero {
	/* height: 836px; */
	height: calc(100vh - 64px);
	position: relative;
}

.home-hero .home-hero-video{
	position: absolute;
	inset: 0;
  overflow: hidden;
  z-index: -1;
}

.home-hero  .home-hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.home-hero>.container {
	position: absolute;
	bottom: 48px;
	left: 0;
	width: 100%;
}

.home-hero > .container {
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.home-hero .col-title {
	width: 68.1%;
}

.home-hero .col-text {
	width: 31%;
	position: relative;
}

.home-hero .col-text p {
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
}

.home-features .features__head {
	position: relative;
	margin-bottom: 24px;
}

.home-features {
	padding-top: 120px;
	position: relative;
	z-index: 1;
}

.home-features .features__eyebrow {
	margin-bottom: 12px;
}

.home-features .features__title {
	padding-right: 2%;
}

.home-features .features__intro {
	position: absolute;
	width: 453px;
	bottom: 6px;
	right: 0;
}

.home-features .features__grid {
	margin: 0;
	padding: 0 24px;
	list-style: none;
	display: flex;
	gap: 8px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.home-features .features__grid::-webkit-scrollbar {
	display: none;
}

.home-features .features__grid .feature-card {
	width: 400px;
	height: 480px;
	border-radius: 24px;
	flex: none;
	text-align: center;
}

.home-features .feature-card .feature-card__media img {
	width: 350px;
	height: 263px;
	object-fit: contain;
	margin-top: 32px;
}

.home-features .feature-card .feature-card__title {
	margin-top: 18px;
	margin-bottom: 8px;
	letter-spacing: -0.5px;
}

.home-features .feature-card .feature-card__text {
	padding: 0 32px;
}

.home .techspecs {
	margin-top: -40px;
	margin-bottom: 130px;
}

.techspecs-video-container{
	width: 100%;
}

.techspecs-video-container video{
	width: 100%;
	width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.home .techspecs .techspecs__table {
	margin-top: 1px;
}

.home .techspecs .techspecs__head {
	margin-top: 2px;
	max-width: 513px;
}

.home .techspecs .techspecs__title {
	margin-top: 16px;
	margin-bottom: 16px;
}

.home .techspecs .techspecs__intro {
	max-width: 370px;
}

.home .techspecs .techspecs__row {
	display: flex;
	border-top: 1px solid #171924;
	padding-top: 16px;
	padding-bottom: 15px;
}

.home .techspecs .techspecs__row:last-child {
	border-bottom: 1px solid #171924;
}

.home .techspecs .techspecs__cell--name {
	text-transform: uppercase;
	width: 238px;
	display: flex;
	align-items: center;
	flex: none;
}

.home .setup-steps {
	margin-bottom: 206px;
}

.home .setup-steps .setup-steps__head {
	margin-bottom: 37px;
}

.home .setup-steps .setup-steps__head .col-50:first-child {
	padding-right: 8%;
}

.home .setup-steps .setup-steps__head .col-50:last-child {
	position: relative;
}

.home .setup-steps .setup-steps__eyebrow {
	text-transform: uppercase;
	margin-bottom: 12px;
}

.home .setup-steps .setup-steps__head .setup-steps__intro {
	position: absolute;
	bottom: 6px;
	left: 8px;
}

.home .setup-steps .setup-card {
	border-radius: 24px;
	margin-bottom: 16px;
}

.home .setup-steps .setup-card--xl {
	align-items: center;
	padding: 32px;
	padding-top: 32px;
	padding-bottom: 25px;
}

.home .setup-steps .setup-card__text {
	margin-bottom: 6px;
}

.home .setup-steps .setup-card__text p {
	margin-bottom: 8px;
}

.home .setup-steps .setup-card__title {
	margin-bottom: 9px;
	padding-right: 11%;
}

.home .setup-steps .setup-card__text p:last-child {
	margin-bottom: 0;
}

.home .setup-steps .setup-card__media {
	text-align: center;
}

.home .setup-steps .setup-card_2-col {
	gap: 16px;
}

.home .setup-steps .setup-card_2-col .setup-card {
	padding: 32px;
	padding-bottom: 26px;
	text-align: center;
}

.home .setup-steps .setup-card_2-col .setup-card__media {
	height: 290px;
	margin: 0 auto;
}

.home .setup-steps .setup-card_2-col .setup-card__media img {
	height: 100%;
}

.home .setup-steps .setup-card_2-col .setup-card__body {
	margin-top: 41px;
}

.home .setup-steps .setup-card_2-col .setup-card__title {
	padding: 0;
	letter-spacing: -0.5px;
	margin-bottom: 8px;
}

.home .setup-steps .step-4 {
	padding-top: 36px;
}

.home .setup-steps .step-4 .setup-card__media {
	height: 417px;
	width: 204px;
}

.home .setup-steps .step-4 .setup-card__media img {
	height: 100%;
}

.home .setup-steps .step-4 .setup-card__media-group {
	justify-content: center;
	gap: 24px;
	padding-left: 40px;
	margin-top: -4px;
}

.home .setup-steps .step-4 .setup-card__text {
	padding-right: 20%;
	margin-bottom: 24px;
}

.home .setup-steps .step-4 .store-badge {
	display: inline-flex;
	width: 143px;
	height: 48px;
	border-radius: 12px;
	margin-right: 7px;
}

.home .setup-steps .step-4 .store-badge--apple {
	background-image: url(assets/img/appstore.svg);
	background-size: 100px 28px;
	background-position: 13px 11px;
	background-repeat: no-repeat;
}

.home .setup-steps .step-4 .store-badge--google {
	background-image: url(assets/img/googleplay.svg);
	background-size: 120px 29px;
	background-position: 12px 10px;
	background-repeat: no-repeat;
}

.home-faq {
	margin-bottom: 129px;
}

.home-faq .faq__intro {
	width: 36.8%;
}

.home-faq .faq__list {
	width: 63.2%;
}

.home-faq .faq__kicker {
	text-transform: uppercase;
	margin-bottom: 12px;
}

.home-faq .faq__text {
	margin-top: 16px;
	max-width: 430px;
	margin-bottom: 16px;
}

.home-faq .faq__link button {
	text-transform: none;
	color: var(--white-100);
	width: 208px;
}

.home-faq .faq__link button .icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(assets/img/arrow_back.svg);
	margin-left: -4px;
	position: relative;
	right: -8px;
	top: -1px;
}

.home-faq .acc__content {
	overflow: hidden;
	max-height: 0;
	transition: max-height .3s ease;
}

.home-faq .acc__item {
	border-top: 1px solid #171924;
}

.home-faq .acc__item:last-child {
	border-bottom: 1px solid #171924;
}

.home-faq .acc__head {
	width: 100%;
	text-align: left;
	border: 0;
	padding: 25px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	letter-spacing: -0.5px;
}

.home-faq .acc__icon {
	width: 48px;
	height: 48px;
	border-radius: 100%;
	position: relative;
	flex: none;
	background-color: var(--white-100);
}

.home-faq .is-open .acc__icon {
	background-color: var(--on-bg);
}

.home-faq .acc__icon:before,
.home-faq .acc__icon:after {
	content: "";
	position: absolute;
	inset: 50% auto auto 50%;
	width: 14px;
	height: 2px;
	background: var(--black-900);
	transform: translate(-50%, -50%);
}

.home-faq .is-open .acc__icon:before,
.home-faq .is-open .acc__icon:after {
	background-color: var(--white-100);
}

.home-faq .acc__icon:after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.home-faq .acc__item.is-open .acc__icon:after {
	opacity: 0;
}

.home-faq .acc__content {
	overflow: hidden;
	max-height: 0;
	transition: max-height .3s ease;
}

.home-faq .acc__inner {
	padding: 3px 30px 31px 0px;
}

.home-testimonials{
	margin-bottom: 131px;
	overflow: hidden;
}

.home-testimonials .container {
	padding: 0 40px;
}

.home-testimonials .col-head{
	width: 42%;
}

.home-testimonials .col-text{
	width: 58%;
	position: relative;
}

.home-testimonials .col-text .testimonials__intro{
	position: absolute;
	bottom: -1px;
    left: -1px;
}

.home-testimonials .testimonials__subtitle {
	text-transform: uppercase;
	margin-bottom: 12px;
}

.home-testimonials .slick-track {
	display: flex;
	gap: 8px;
	margin: 0 -8px;
}

.home-testimonials .testimonials__wrap {
	position: relative;
	padding-left: 40px;
	margin-top: 24px;
}

.home-testimonials .t-card {
	border-radius: 24px;
	padding: 40px;
	min-height: 545px;
	position: relative;
}

.home-testimonials .t-card__text {
	margin: 0;
	letter-spacing: -0.5px;
}

.home-testimonials .t-card__meta {
	position: absolute;
	bottom: 40px;
}

.home-testimonials .t-card__name {
	margin-bottom: 3px;
}

.home-testimonials .t-card__role {
	letter-spacing: 0.5px;
}

.home-testimonials .testimonials__controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: -14px;
	padding-right: 40px;
}

.home-testimonials .t-prev,
.home-testimonials .t-next {
	width: 48px;
	height: 48px;
	border-radius: 999px;
	border: 0;
	background-color: var(--on-bg);
}

.home-testimonials .t-prev{
	background-image: url(assets/img/arrow_back_right.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.home-testimonials .t-next{
	background-image: url(assets/img/arrow_back_left.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.home-testimonials .t-prev:hover,
.home-testimonials .t-next:hover {
	background-color: var(--white-100);
}

.home-testimonials .t-next:hover{
    background-image: url(assets/img/arrow_back_left_black.svg);	
}

.home-testimonials .t-prev:hover{
    background-image: url(assets/img/arrow_back_right_black.svg);	
}

.home-testimonials .slick-dots{
	position: relative;
	bottom: 6px;
}

.home-testimonials .slick-dots li button:before{
	display: none;
}

.home-testimonials .slick-dots li{
	width: auto;
	height: auto;
	margin: 0px 4px;
}

.home-testimonials .slick-dots li button{
	background: var(--on-bg);
	width: 86px;
	height: 2px;
	border-radius: 0;
    padding: 0;
}

.home-testimonials .slick-dots .slick-active button{
	background: var(--white-100);
}

.home-testimonials .slick-list {
	overflow: visible;
	padding-right: 32px;
	
}

@media (max-width: 767px) {
	.home-testimonials .slick-list {
		padding-right: 0;
	}
}

.site-footer {
	padding-bottom: 46px;
}

.site-footer a:hover {
	text-decoration: underline;
}

.site-footer .footer__main {
	justify-content: space-between;
}

.site-footer .footer__image_text {
	margin-top: 50px;
	margin-bottom: 97px;
}

.site-footer #footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 48px;
	margin-bottom: 140px;
}

.site-footer #footer-menu a {
	text-transform: uppercase;
}

.site-footer .footer__contacts {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 64px;
	margin-bottom: 31px;
}

.site-footer .footer__contacts .title {
	text-transform: uppercase;
	margin-bottom: 5px;
}

.site-footer .footer__contacts a {
	color: var(--white-00);
}

.site-footer .footer__form {
	width: 453px;

}

.site-footer .form_subscribe {
	border-radius: 24px;
	padding: 32px;
}

.site-footer .form_subscribe h4 {
	letter-spacing: -0.5px;
	margin-bottom: 13px;
}

.site-footer .form_subscribe input[type="submit"] {
	width: 100%;
	text-transform: none;
}

.site-footer .footer_desktop{
	display: flex;
}

.site-footer .footer_mobile{
	display: none;
}

.mobile-menu{
	display: none;
}

.open-menu{
	display: none;
}

.hero-cta{
	display: none;
}

.product-hero{
	height: 836px;
	position: relative;
	display: flex;
    /* align-items: end; */
    justify-content: center;
}

.product-hero__content{
	text-align: center;
	margin-top: 557px;
}

.product-hero__text {
    max-width: 508px;
    width: 100%;
    margin: 0 auto;
    margin-top: 8px;
}

.product-hero__btn button{
	margin-top: 8px;
	max-width: 336px;
	width: 100%;
}

.product-value {
    margin-top: 81px;
}

.product-value  .product-value__inner {
  display: grid;
  grid-template-columns: 469px 1fr;
  gap: 59px;
}

.product-value .product-value__left {
  width: 100%;
}

.product-value .product-value__feature {
    border-bottom: 1px solid #EBECF014;
}

.product-value .product-value__title {
    margin-top: 10px;
    margin-bottom: 3px;
}

.product-value .product-value__right {
  width: 100%;
}

.product-value .product-value__features{
	padding: 0;
	margin: 0;
	list-style: none;
}
.product-value li.product-value__feature {
    border-bottom: 1px solid #EBECF014;
    padding-bottom: 40px;
    margin-bottom: 41px;
}

.product-value .product-value__headline {
    margin-bottom: 30px;
}

.product-value  .product-value__sub {
    letter-spacing: -0.48px;
}

.product-tech {
    margin-top: 78px;
}

.product-tech .product-tech__head{
	position: relative;
}

.product-tech .product-tech__eyebrow{
	margin-bottom: 12px;
}

.product-tech .product-tech__lead{
	position: absolute;
	right: 0;
	bottom: 8px;
	max-width: 453px;
	width: 100%;
}

.product-tech .product-tech__visual{
  margin: 48px auto 0;
  width: 1151px;
  height: 243px;
  position: relative;
  scrollbar-width: none;        /* Firefox */
  -ms-overflow-style: none;     /* IE/Edge */
  -webkit-overflow-scrolling: touch; /* iOS momentum */
}
.product-tech .product-tech__visual::-webkit-scrollbar{ display:none; } /* WebKit */

.product-tech .product-tech__visual img{

  height: 100%;

}
.product-tech__hotspots{
	padding: 0;
	margin: 0;
	list-style: none;
	top: 0;
}

.product-tech .product-tech__hotspot{
	position: relative;
}

.product-tech .product-tech__hotspot:nth-child(1){
	position: absolute;
    top: 156px;
    left: 129px;
}

.product-tech .product-tech__hotspot:nth-child(2){
	position: absolute;
    top: 156px;
    left: 712px;
}

.product-tech .product-tech__hotspot:nth-child(3){
	position: absolute;
    top: 32px;
    left: 311px;
}

.product-tech .product-tech__hotspot:nth-child(4){
	position: absolute;
    top: 67px;
    right: -103px;
}

.product-tech .product-tech__hotspot button{
	color: var(--white-64);
	font-size: 16px;
	height: 48px;
	border-radius: 40px;
	background-color: transparent;
	padding: 0 8px;
	font-family: 'Switzer-Regular';
}

.product-tech .product-tech__hotspot button.is-active{
	background-color: #EBECF014;
	backdrop-filter: blur(15px);
}

.product-tech .product-tech__hotspot .specs-nav__dot-circle{
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	background: linear-gradient(180deg, #EBECF0 0%, rgba(235, 236, 240, 0) 117.05%);
	backdrop-filter: blur(40px);
	margin-right: 12px;
	flex: none;
}

.product-tech .product-tech__specs{
	border-radius: 24px;
	padding: 32px;
	margin-top: 24px;
}

.product-tech .specs-panel__title{
	padding-bottom: 24px;
	border-bottom: 1px solid #FFFFFF14;
	letter-spacing: -0.5px;
}
.product-tech .specs-panel__grid{
	margin-top: 24px;
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.product-tech .specs-item__label{
	letter-spacing: 0.5px;
	margin-bottom: 4px;
}

.product-box {
    margin-top: 242px;
}

.product-box .product-box__head{
	position: relative;
}

.product-box .product-box__eyebrow{
	margin-bottom: 12px;
}

.product-box .product-box__headline {
    max-width: 590px;
}

.product-box .product-box__lead {
	position: absolute;
	right: 0;
	bottom: 8px;
	max-width: 512px;
	width: 100%;
}

.product-box  .product-box__grid{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 40px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 16px;
}

.product-box  .product-box__grid .product-box__card{
	padding: 32px;
	border-radius: 24px;
	text-align: center;
}

.product-box .product-box__icon {
    width: 100%;
    text-align: center;
}

.product-box  .product-box__grid img{
	height: 355px;
}

.product-box__title{
	letter-spacing: -0.5px;
	margin-top: -6px;
	margin-bottom: 8px;
}

.product-3d {
    margin-top: 160px;
}

.product-3d > .container{
	max-width: 1391px;
}

.product-3d .product-3d__head{
	position: relative;
	margin-bottom: 40px;
}

.product-3d .product-3d__eyebrow{
	margin-bottom: 12px;
}

.product-3d h2{
    max-width: 590px;
}

.product-3d .product-box__lead {
	position: absolute;
    right: 0;
    bottom: 0px;
    max-width: 439px;
    width: 100%;
}

.product-compat{
	margin-top: -42px;
    position: relative;
    z-index: 1;
}

.product-compat .product-compat__eyebrow{	
	margin-bottom: 12px;
}

.product-compat h2{
    max-width: 590px;
}

.product-compat  .product-compat__head{
	position: relative;
}

.product-compat .product-box__lead {
	position: absolute;
    right: 0;
    bottom: 8px;
    max-width: 512px;
    width: 100%;
}

.product-compat .product-compat__gallery{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 59px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 0;
	overflow-x: auto;
	justify-content: center;
	pointer-events: none;
}

.product-compat .product-compat__gallery .product-compat__item{
	width: 384px;
}

.product-compat .product-compat__gallery .product-compat__item img{ 
	transform: scale(1.14);
}

.woocommerce-cart .page-content > .container{
	margin-top: 64px;
	max-width: 960px;
}

.woocommerce-cart .entry-content{
	margin-top: 32px;
}

.woocommerce-cart .wc-block-cart-items__header{
	border-bottom: 1px solid #EBECF014;
}

.woocommerce-cart .wc-block-cart__main .wc-block-cart-items td,
.woocommerce-cart .wc-block-components-totals-wrapper{
	border-top: 1px solid #EBECF014;
}

.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__header th,
.woocommerce-cart .wc-block-cart .wc-block-cart__totals-title{
	font-size: 18px;
	padding-top: 0;
}

.woocommerce-cart .wc-block-components-quantity-selector {
    display: flex;
    align-items: center;
}

.woocommerce-cart .wc-block-cart {
    display: grid;
    gap: 24px;
    grid-template-columns: 2fr 1fr;
	margin-bottom: 100px;
}

.woocommerce-cart .wc-block-components-main,
.woocommerce-cart .wc-block-components-sidebar{
	border-radius: 24px;
	background-color: var(--on-bg);
	width: 100% !important;
	padding: 24px;
}

.woocommerce-cart .wc-block-cart-item__quantity button,
.woocommerce-cart  input[type="number"]{
	height: 32px;
}

.woocommerce-cart .wc-block-components-product-name{
	font-size: 18px;
}

.woocommerce-cart  .wc-block-components-product-metadata__description{
	font-size: 14px;
	line-height: 20px;
	color: var(--white-64);
}

.woocommerce-cart  .wc-block-cart__main .wc-block-cart-items td.wc-block-cart-item__image {
    padding-left: 0;
	padding-top: 16px;
}

.woocommerce-cart  .wc-block-cart__main .wc-block-cart-items td.wc-block-cart-item__product{
	padding-top: 16px;
}

.woocommerce-cart  .wc-block-cart__main .wc-block-cart-items td.wc-block-cart-item__total{
	padding-top: 16px;
}

.woocommerce-cart .wc-block-cart__main .wc-block-cart-items{
	margin-bottom: 0;
}

.woocommerce-cart .wc-block-cart__main .wc-block-cart-items__header-total,
.woocommerce-cart .wc-block-cart__main .wc-block-cart-item__total{
	padding-right: 0 !important;
}

.woocommerce-cart .wc-block-cart .wc-block-components-sidebar{
	position: relative;
}

.woocommerce-cart .wc-block-cart .wc-block-cart__submit{
	position: absolute;
    bottom: 24px;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 0 24px;
}

.woocommerce-checkout  .page-content{
	margin-top: 64px;
}
.woocommerce-checkout  .entry-content{
	margin-top: 32px;
}

.woocommerce-checkout .wc-block-checkout.wc-block-components-sidebar-layout {
	display: grid;
    gap: 24px;
    grid-template-columns: 2fr 1fr;
	margin-bottom: 100px;
}

.woocommerce-checkout .wc-block-checkout__sidebar{
	border-radius: 24px;
	background-color: var(--on-bg);
	padding: 32px 24px !important;
	width: 100% !important;
}

.woocommerce-checkout .wc-block-checkout__main{
	border-radius: 24px;
	background-color: var(--on-bg);
	width: 100% !important;
	padding: 32px 24px !important;
}

.woocommerce-checkout .wc-block-checkout__contact-fields .wc-block-components-checkout-step__heading{
	margin-top: 0;
}

.woocommerce-checkout .wc-block-components-title.wc-block-components-title{
	font-size: 24px;
	line-height: 120%;
}

.woocommerce-checkout .wc-block-components-checkout-step__description{
	color: var(--white-64);
}

.woocommerce-checkout #wc-guest-checkout-notice,
.woocommerce-checkout .wc-block-checkout__terms.wc-block-checkout__terms--with-separator{
	display: none;
}

.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step{
	margin-bottom: 16px;
}

.woocommerce-checkout .wc-block-checkout__actions{
	padding: 0;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title{
	font-size: 24px;
	line-height: 120%;
	margin-top: 0;
}

.woocommerce-checkout .wc-block-components-product-metadata__description{
	color: var(--white-64);
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
    border: none;
}

.woocommerce-checkout .wc-block-components-totals-wrapper {
    border-top: 1px solid #EBECF014;
    padding: 16px 0;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: auto !important;
    height: 56px;
}

.woocommerce-checkout .wc-block-components-order-summary,
.woocommerce-checkout .wc-block-components-totals-coupon.wc-block-components-panel,
.woocommerce-checkout .wc-block-components-totals-item,
.woocommerce-checkout .wc-block-components-totals-item.wc-block-components-totals-footer-item {
	padding: 0 !important;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-subtotal-block.wc-block-components-totals-wrapper{
 border-top: 1px solid #EBECF014 !important;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text{
	margin: 0;
    margin-bottom: 12px;
}

.woocommerce-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row{
	align-items: end;
}

.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button{
	color: var(--white-64);
}

.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button:hover{
	text-decoration: underline;
}

.wp-block-woocommerce-empty-cart-block .wp-block-separator,
.wp-block-woocommerce-empty-cart-block .wp-block-heading:not(.with-empty-cart-icon),
.wp-block-woocommerce-empty-cart-block .wc-block-grid{
	display: none;
}

.page-faq {
    padding-top: 46px;
}

.page-faq .home-faq > .grid{
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.page-faq .home-faq .faq__intro{
	width: 100%;
	padding-right: 16px;
}

.page-faq .home-faq .faq__list{
	width: 100%;
}

.page-faq .faq__groups {
    min-width: 880px;
	padding-top: 55px;
}

.page-faq .faq__group-title{
	padding-bottom: 24px;
}

.page-faq .home-faq .acc__head{
	padding: 14px 0 16px;
}

.page-faq .home-faq .acc__item:last-child {
    margin-bottom: 88px;
}

.page-faq .home-faq .faq__text{
	margin-bottom: 32px;
}

.page-contact-us {
    padding-top: 46px;
}
.contact-us-hero .contacts-grid{
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 8px;
	margin-top: 24px;
	margin-bottom: 292px;
}

.contact-us-hero .contacts-info{
	width: 453px;
}

.contact-us-hero .contacts-info .item{
	padding: 32px;
	border-radius: 24px;
	margin-bottom: 7px;
}

.contact-us-hero .contacts-info .item label{
	display: block;
	margin-bottom: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.contact-us-hero .contacts-info .item a{
	display: block;
	letter-spacing: -0.5px;
}

.contact-us-hero .contact-form {
    border-radius: 24px;
    padding: 32px;
    padding-top: 30px;
    height: fit-content;
    padding-bottom: 35px;
}

.contact-us-hero .wpcf7-form{
	position: relative;
}

.contact-us-hero .wpcf7-form label{
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Switzer-Medium';
	letter-spacing: 0.5px;
}

.contact-us-hero .wpcf7-form input:not(.wpcf7-submit),
.contact-us-hero .wpcf7-form textarea {
    border-bottom: 1px solid #FFFFFF14;
    border-radius: 0;
    height: 43px;
    margin-bottom: 35px;
    background: transparent;
	font-size: 24px;
	padding-left: 0;
	letter-spacing: -0.5px;
}

.contact-us-hero .wpcf7-form textarea {
    margin-top: 7px;
    height: 36px;
	resize: none;
}

.contact-us-hero .wpcf7-form input:focus-visible,
.contact-us-hero .wpcf7-form textarea:focus-visible{
	outline: none;
}

.contact-us-hero .wpcf7-form .wpcf7-submit {
    margin-top: 5px;
    height: 52px;
    width: 219px;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.contact-us-hero .wpcf7-form .wpcf7-not-valid-tip{
	font-size: 12px;
	position: absolute;
    bottom: -24px;
}

.contact-us-hero .wpcf7-form .wpcf7-response-output {
    position: absolute;
    right: 0;
    bottom: -10px;
    max-width: 60%;
    padding: 8px;
    border-radius: 8px;
	color: var(--white-64);
}

.contact-us-hero .wpcf7-form .wpcf7-spinner{
	top: 7px;
    left: -60px;
}

@media(min-width: 1670px){

	.home-features .features__grid{
		justify-content: center;
	}

}

@media(min-width: 1600px){

	.home-hero{
		background-size: 90% !important;
	}
	.product-compat .product-compat__gallery .product-compat__item{
		width: 100%;
	}
	
}

@media(max-width:1440px){
	.product-compat .product-compat__gallery .product-compat__item{
		width: 100%;
	}
}

@media(max-width:1366px){
	.product-tech .product-tech__hotspot:nth-child(4){
		left: 960px;
	}
}


@media(max-width:1280px){

	.product-tech__head h2,
	.product-box .product-box__headline,
	.product-compat h2{
		max-width: 50%;
	}

	.site-footer #footer-menu{
		gap: 16px;
	}

	.site-footer .footer__content{
		padding-right: 16px;
	}

	.home .setup-steps .setup-card__text{
		padding-right: 32px;
	}

	.page-faq .faq__groups{
		min-width: 600px;
	}

	.contact-us-hero .wpcf7-form .wpcf7-response-output {
		right: -16px;
		bottom: -15px;
		font-size: 14px;
		line-height: 120%;
		max-width: calc(100% - 220px);
	}

}

@media(max-width:1151px){
	.product-tech .product-tech__visual{
		overflow-x: auto;
		width: 100%;
	}
	.product-tech .product-tech__visual img{
		display: block;
		height: 100%;
		width: 1151px;     /* > 1151px, щоб з’явився горизонтальний скрол */
		max-width: none;   /* перекриває глобальні стилі типу img{max-width:100%} */
	}
}


@media(max-width:1023px){

	.main-navigation ul{
		gap: 16px;
	}

	.home-features .features__intro{
		width: 45%;
	}

	.techspecs .techspecs__content{
		flex-direction: column;
	}
	
	.home .techspecs .techspecs__head{
		margin-bottom: 32px;
	}

	.home-faq > .container{
		flex-direction: column;
	}

	.home-faq .faq__intro{
		margin-bottom: 32px;
		width: 50%;
	}

	.home-faq .faq__list {
    	width: 100%;
	}

	.site-footer .footer_desktop{
		display: none;
	}

	.site-footer .footer_mobile{
		display: flex;
	}

	.site-footer #footer-menu{
		margin-bottom: 32px;
		margin-top: 32px;
	}

	.product-value .product-value__inner{
		grid-template-columns: 1fr;
		gap: 0;
	}
	.product-tech .product-tech__lead,
	.product-box .product-box__lead,
	.product-3d .product-box__lead,
	.product-compat .product-box__lead{
		position: relative;
		bottom: 0;
		margin-top: 12px;
	}

	.product-box,
	.product-3d {
		margin-top: 100px;
	}
	.product-compat{
		margin-top: 0;
	}

	.woocommerce-checkout .wc-block-checkout.wc-block-components-sidebar-layout{
		grid-template-columns: 1fr;
	}

	.woocommerce-checkout .wc-block-checkout__main{
		order: 2;
	}

	.woocommerce-checkout .wc-block-checkout__sidebar{
		order: 1;
	}

	.woocommerce-cart .wc-block-cart{
		grid-template-columns: 1fr;
	}

	.woocommerce-cart .wc-block-cart .wc-block-cart__submit{
		position: relative;
    	bottom: unset;
	}

	.page-faq .home-faq > .grid {
		grid-template-columns: 1fr;
	}

	.page-faq .faq__groups{
		padding-top: 32px;
		min-width: auto;
		width: 100%;
	}

	.contact-us-hero .contacts-grid{
		grid-template-columns: 1fr;
		margin-bottom: 80px;
	}

	.contact-us-hero .contacts-info{
		width: 100%;
	}

	.contact-us-hero .wpcf7-form .wpcf7-response-output{
		position: relative;
		top: unset;
		right: unset;
		bottom: unset;
		max-width: 100%;
        margin: 0 auto;
		margin-bottom: 32px;
		margin-top: 12px;
	}

	.contact-us-hero .wpcf7-form p{
		position: relative;
	}



	.contact-us-hero .wpcf7-form .wpcf7-spinner {
        top: 8px;
        left: unset;
        right: 63px;
    }


}

@media(max-width:767px){

	h1,
	.h1 {
		font-family: 'Switzer-Medium';
		font-weight: 500;
		font-size: 32px;
		line-height: 44px;
	}

	h2,
	.h2 {
		font-family: 'Switzer-Medium';
		font-weight: 500;
		font-size: 24px;
		line-height: 32px;
	}

	h3,
	.h3 {
		font-family: 'Switzer-Medium';
		font-weight: 500;
		font-size: 18px;
		line-height: 32px;
	}

	h4,
	.h4 {
		font-family: 'Switzer-Medium';
		font-weight: 500;
		font-size: 16px;
		line-height: 120%;
	}

	.container{
		padding-left: 16px;
		padding-right: 16px;
	}

	.nav-desktop,
	.cta-header{
		display: none;
	}

	.open-menu{
		display: block;
		background-color: transparent;
		width: 32px;
		height: 32px;
		background-image: url(assets/img/menu.svg);
		background-position: center;
		background-repeat: no-repeat;
		padding: 0;
		position: relative;
        top: 16px;
        right: 8px;
	}

	.open-menu:hover,
	.open-menu:active,
	.open-menu:focus{
		background-color: transparent;
	}

	.open-menu.active{
		position: fixed;
        top: 16px;
        right: 24px;
		z-index: 9;
	}
	.mobile-menu{
		position: absolute;
    	z-index: 9;
		width: 100%;
        padding: 0 16px;
	}

	.mobile-menu.active{
		display: block;
		position: fixed;
	}

	.mobile-menu .main-navigation{
		border-radius: 16px;
	}

	.mobile-menu .main-navigation ul{
		flex-direction: column;
		align-items: baseline;
		padding-top: 22px;
		padding-bottom: 22px;
		margin-left: 24px;
		margin-top: 24px;
		gap: 36px;
	}

	.mobile-menu .main-navigation ul li a{
		color: var(--white-64);
	}

	.home-hero{
		height: 677px;
		background-size: contain !important;
    	background-position: center 56px !important;
    	background-repeat: no-repeat !important;
	}

	.home-hero .home-hero-video video{
		object-fit: contain;
	}

	.home-hero .home-hero-video{
		top: -110px;
	}

	.home-hero .flex{
		flex-direction: column;
	}

	.home-hero .flex > div{
		width: 100%;
	}

	.home-hero>.container{
		position: absolute;
    	top: 341px;
	}

	.home-hero .col-text p{
		position: relative;
		bottom: unset;
		margin-top: 9px;
	}

	.hero-cta{
		display: block;
		width: 100%;
    	margin-top: 24px;
    	letter-spacing: 0.5px;
	}

	.home-features{
		padding-top: 40px;
	}

	.home-features .features__inner{
		padding-right: 12px;
	}

	.home-features .features__head{
		flex-direction: column;
	}

	.home-features .features__head > div{
		width: 100%;
	}

	.home-features .features__intro{
		position: relative;
        width: 100%;
        margin-top: 16px;
        bottom: unset;
	}

	.home-features .features__eyebrow {
    	margin-bottom: 8px;
	}

	.home-features .features__grid{
		flex-direction: column;
		overflow: hidden;
		padding: 0 16px;
		margin-top: 32px;
	}

	.home-features .features__grid .feature-card{
		width: 100%;
		height: auto;
		padding-bottom: 24px;
	}

	.home-features .feature-card .feature-card__media img {
		width: 295px;
		height: 220px;
		margin-top: 24px;
	}

	.home-features .feature-card .feature-card__title {
		margin-top: 20px;
		margin-bottom: 9px;
		letter-spacing: 0.7px;
	}

	.home-features .feature-card .feature-card__text {
		padding: 0 24px;
	}

	.home .techspecs {
		margin-top: 79px;
		margin-bottom: 103px;
	}

	.techspecs .techspecs__content{
		margin-top: 86px;
	}

	.home .techspecs .techspecs__title {
		margin-top: 12px;
		margin-bottom: 12px;
		letter-spacing: 0.4px;
	}

	.home .techspecs .techspecs__title br{
		display: none;
	}

	.home .techspecs .techspecs__cell--name{
		width: 144px;
		align-items: baseline;
	}

	.home .techspecs .techspecs__head {
        margin-bottom: 23px;
    }

	.home .techspecs .techspecs__row{
		padding-top: 15px;
    	padding-bottom: 16px;
	}

	.home .setup-steps {
		margin-bottom: 82px;
	}

	.home .setup-steps .setup-card--xl{
		flex-direction: column;
		padding: 24px;
        padding-top: 30px;
		margin-bottom: 8px;
	}

	.home .setup-steps .setup-card--xl .col-50{
		width: 100%;
	}

	.home .setup-steps .setup-card__body{
		order: 2;
	}

	.home .setup-steps .setup-card__media{
		order: 1;
	}

	.home .setup-steps .setup-steps__head{
		flex-direction: column;
		margin-bottom: 32px;
	}

	.home .setup-steps .setup-steps__head .col-50{
		width: 100%;
	}

	.home .setup-steps .setup-steps__head .setup-steps__intro{
		position: relative;
		bottom: unset;
		left: unset;
	}

	.home .setup-steps .setup-steps__eyebrow {
    	margin-bottom: 8px;
	}

	.home .setup-steps .setup-steps__head .col-50:first-child {
    	padding-right: 25%;
		margin-bottom: 16px;
	}

	.home .setup-steps .setup-card__title {
		margin-bottom: 7px;
		text-align: center;
		padding: 0 13%;
		margin-top: 25px;
		line-height: 22px;
		letter-spacing: -0.2px;
	}

	.home .setup-steps .setup-card__text {
        padding-right: 0;
		text-align: center;
		margin-bottom: 0px;
    }

	.home .setup-steps .setup-card_2-col{
		flex-direction: column;
		gap: 0;
	}

	.home .setup-steps .setup-card_2-col .col-50{
		width: 100%;
		padding-top: 35px;
		padding-bottom: 24px;
		margin-bottom: 8px;
	}

	.home .setup-steps .setup-card_2-col .setup-card__media {
		height: 266px;
		margin: 0 auto;
	}

	.home .setup-steps .setup-card_2-col .setup-card__title {
		padding: 0;
		letter-spacing: 0.4px;
		margin-bottom: 8px;
		margin-top: -4px;
	}
	.home .setup-steps .step-4 .setup-card__media-group{
		padding: 0;
		margin: 0;
	}

	.home .setup-steps .step-4 .setup-card__body{
		order: 1;
	}

	.home .setup-steps .step-4 .setup-card__media-group{
		order: 2;
		gap: 0px;
	}

	.home .setup-steps .step-4 .setup-card__title {
        margin: 0;
        padding: 0;
        text-align: left;
        line-height: 32px;
        letter-spacing: 0.2px;
        margin-bottom: 8px;
    }

	.home .setup-steps .step-4 {
    	padding-top: 24px !important;
	}

	.home .setup-steps .step-4 .setup-card__text {
		padding-right: 0;
		margin-bottom: 16px;
		text-align: left;
	}

	.home .setup-steps .setup-card__stores {
		display: flex;
		justify-content: space-between;
		margin-bottom: 38px;
	}

	.home .setup-steps .step-4 .store-badge{
		margin-right: 0;
	}

	.home .setup-steps .step-4 .setup-card__media {
    	height: 299px;
	}

	.home-faq {
		margin-bottom: 80px;
	}

	.home-faq .faq__kicker {
		margin-bottom: 8px;
	}

	.home-faq .faq__intro{
		width: 100%;
		margin-bottom: 41px;
	}

	.home-faq .faq__link button{
		width: 100%;
	}

	.home-faq .acc__head {
        font-size: 18px;
        line-height: 120%;
        gap: 32px;
		padding: 29px 0;
    }

	.home-testimonials {
		margin-bottom: 71px;
	}

	.home-testimonials .container{
		padding-left: 16px;
        padding-right: 16px;
		flex-direction: column;
	}

	.home-testimonials .container > div{
		width: 100%;
	}

	.home-testimonials .col-text .testimonials__intro{
		position: relative;
		left: unset;
		bottom: unset;
		margin-top: 16px;
	}

	.home-testimonials .testimonials__subtitle {
		margin-bottom: 8px;
	}

	.home-testimonials .testimonials__title {
		padding-right: 30%;
	}
	
	.home-testimonials .testimonials__wrap{
		padding-right: 16px;
		padding-left: 16px;
		margin-top: 9px;
	}

	.home-testimonials .t-card{
		padding: 24px;
		min-height: 236px;
		margin-bottom: 8px;
	}

	.home-testimonials .t-card__text{
		font-family: 'Switzer-Semibold';
		font-size: 16px;
		line-height: 145%;
		letter-spacing: normal;
	}

	.home-testimonials .t-card__name{
		font-size: 16px;
	}

	.home-testimonials .t-card__meta {
		bottom: 25px;
	}

	.home-testimonials .testimonials__controls{
		display: none;
	}

	.site-footer .footer_mobile {
		flex-direction: column;
	}

	.site-footer .footer__content {
        padding-right: 0;
    }

	.site-footer .footer__image_text{
		margin-bottom: 42px;
	}

	.site-footer .footer__contacts{
		gap: 23px;
   	 	margin-bottom: 48px;
    	flex-direction: column;
	}

	.site-footer .form_subscribe{
		padding: 24px;
	}
	
	.site-footer .footer__form {
		width: 100%;
	}

	.site-footer .form_subscribe h4{
		font-size: 18px;
		line-height: 120%;
		letter-spacing: -0.4px;
	}

	.site-footer #footer-menu{
		margin-top: 40px;
		flex-wrap: wrap;
		gap: 24px;
		row-gap: 16px;
		align-items: center;
        justify-content: center;
	}

	.site-footer .footer__copyright{
		text-align: center;
		margin-top: 36px;
	}

	.product-hero{
		height: auto;
		background-size: contain !important;
    	background-position: center 24px !important;
    	background-repeat: no-repeat !important ;
	}

	.product-hero__content{
		margin-top: 278px;
	}

	.product-hero__text{
		padding: 0 16px;
	}

	.product-hero__btn button {
		margin-top: 0;
		max-width: calc(100% - 32px);
		width: 100%;
		letter-spacing: 0.5px;
        font-size: 14px;
	}

	.product-value {
		margin-top: 104px;
	}
	
	.product-value .product-value__title{
		font-size: 16px;
	}

	.product-value li.product-value__feature{
		padding-bottom: 25px;
		margin-bottom: 24px;
	}

	.product-value .product-value__headline{
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 14px;
	}

	.product-value .product-value__right{
		margin-top: -2px;
	}

	.product-value .product-value__sub{
		font-size: 18px;
		line-height: 120%;
		letter-spacing: -0.4px;
	}

	.product-tech {
    	margin-top: 104px;
	}

	.product-tech .product-tech__eyebrow {
		margin-bottom: 8px;
	}
	.product-tech__head h2, 
	.product-box .product-box__headline, 
	.product-compat h2 {
        max-width: 100%;
		letter-spacing: 0.3px;
    }

	.product-tech .product-tech__lead, 
	.product-box .product-box__lead, 
	.product-3d .product-box__lead, 
	.product-compat .product-box__lead{
		margin-top: 16px;
	}

	.product-tech .product-tech__visual{
		margin-top: 37px;
		height: 232px;
	}

	.product-tech .specs-nav__dot-label{
		display: none;
	}

	.product-tech .product-tech__hotspot button.is-active{
		background: transparent;
		backdrop-filter: none;
	}

	.product-tech .product-tech__specs{
		margin-top: 11px;
		padding: 15px;
        padding-right: 11px;
        padding-bottom: 12px;
	}

	.product-tech .specs-panel__title{
		position: relative;
		font-size: 16px;
		text-transform: uppercase;
		letter-spacing: normal;
		padding-bottom: 18px;
	}

	.product-tech .specs-panel{
		position: relative;
		padding-left: 40px;
	}

	.specs-panel::before{
		content: '';
		display: inline-block;
		width: 32px;
		height: 32px;
		border-radius: 100%;
		background: linear-gradient(180deg, #EBECF0 0%, rgba(235, 236, 240, 0) 117.05%);
		backdrop-filter: blur(40px);
		position: absolute;
        left: -3px;
        top: -3px;
	}

	.product-tech .specs-panel__grid{
		margin-top: 16px;
		grid-template-columns: 1fr 1fr;
	}

	.product-box {
        margin-top: 104px;
    }

	.product-box .product-box__eyebrow {
    	margin-bottom: 8px;
	}

	.product-box .product-box__headline{
		letter-spacing: normal;
	}

	.product-box .product-box__grid{
		margin-top: 32px;
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.product-box .product-box__grid .product-box__card{
		padding: 24px;
	}

	.product-box .product-box__grid img{
		height: 220px;
	}
	
	.product-box .product-box__icon{
		margin-bottom: 25px;
	}

	.product-box .product-box__title{
		font-size: 18px;
		line-height: 120%;
	}

	.product-3d{
		margin-top: 78px;
	}

	.product-3d .product-3d__eyebrow{
		margin-bottom: 8px;
	}

	.product-3d .product-3d__head {
		margin-bottom: 24px;
	}

	.product-compat {
        margin-top: 74px;
    }

	.product-compat .product-compat__eyebrow {
		margin-bottom: 8px;
	}

	.product-compat h2{
		letter-spacing: normal;
	}

	.product-compat .product-compat__gallery{
		grid-template-columns: 1fr;
		overflow: hidden;
	}

	.product-compat .product-compat__gallery .product-compat__item {
        max-width: 343px;
        height: 343px;
		margin: 0 auto;
    }

	.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title{
		padding: 0 !important;
	}

	.woocommerce-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row{
		align-items: center;
	}

	.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button{
		font-size: 12px;
		margin-bottom: 0 !important;
    	margin-top: 24px !important;
    	transform: translateX(-9px);
	}

	.woocommerce-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{
		width: 100%;
	}

	.wc-block-components-form .wc-block-components-checkout-step:after{
		display: none !important;
	}

	.wc-block-components-form .wc-block-components-checkout-step{
		padding-top: 0 !important;
	}

	.woocommerce-checkout .wc-block-checkout__sidebar,
	.woocommerce-checkout .wc-block-checkout__main{
		padding: 16px !important;
	}

	.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text{
		margin-bottom: 0;
    	padding-right: 12px;
	}

	.woocommerce-cart .wc-block-components-main, .woocommerce-cart .wc-block-components-sidebar{
		padding: 16px !important;
	}

	.woocommerce-cart .wc-block-cart__main .wc-block-cart-items td, .woocommerce-cart .wc-block-components-totals-wrapper{
		border: none;
	}

	.woocommerce-cart .is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row{
		padding: 0 !important;
	}

	.woocommerce-cart .wc-block-cart__main .wc-block-cart-items td.wc-block-cart-item__image{
		padding-top: 0;
	}

	.wc-block-cart__submit-container.wc-block-cart__submit-container--sticky{
		display: none;
	}
	.woocommerce-cart .wc-block-cart__main .wc-block-cart-items td.wc-block-cart-item__product,
	.woocommerce-cart .wc-block-cart__main .wc-block-cart-items td.wc-block-cart-item__image,
	.woocommerce-cart .wc-block-cart__main .wc-block-cart-items td.wc-block-cart-item__total{
		margin-bottom: 0 !important;
	}

	.woocommerce-cart .wc-block-cart__main .wc-block-cart-items td.wc-block-cart-item__total{
		padding-top: 0;
	}

	.woocommerce-cart .wc-block-cart .wc-block-cart__submit{
		width: 100%;
        padding: 0;
	}

	.woocommerce-cart .wc-block-cart .wc-block-components-sidebar{
		padding-top: 6px !important;
	}

	.woocommerce-cart .wc-block-components-product-metadata__description {
		font-size: 12px;
		line-height: 16px;
	}

	.page-faq{
		padding-top: 19px;
	}

	.page-faq .home-faq .faq__intro{
		text-align: center;
		padding-right: 0;
		margin-bottom: 74px;
	}

	.page-faq .home-faq .faq__text {
		margin-bottom: 24px;
		margin-top: 9px;
	}

	.page-faq .faq__group-title {
		padding-bottom: 31px;
	}

	.page-contact-us {
		padding-top: 19px;
	}

	.page-contact-us h1{
		text-align: center;
	}

	.contact-us-hero .contacts-grid{
		margin-top: 17px;
	}

	.contact-us-hero .contacts-info .item{
		padding: 24px;
	}

	.contact-us-hero .contact-form{
		margin-top: 10px;
		padding-bottom: 4px;
	}

	.contact-us-hero .wpcf7-form .wpcf7-submit{
		width: 100%;
		margin-top: 4px;
    	height: 54px;
	}

	.contact-us-hero .wpcf7-form .wpcf7-spinner {
		top: -39px;
		left: unset;
		right: 9px;
	}

}