/* ================================================
   Inter — self-hosted variable font
   ================================================ */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter-cyrillic-ext.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ================================================
   normalize.css
   ================================================ */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}


/* ================================================
   style.css
   ================================================ */

@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format('truetype');
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.background-video--control > [hidden] {
  display: none !important;
}


/* ================================================
   rvstudio.css
   ================================================ */

:root {
  --black-900: #030306;
  --global-font: Inter, sans-serif;
  --white-200: #94979e;
  --white-0: white;
  --white-100: #ffffffe6;
  --red: #e80032;
  --orange: #f85408;
  --white: white;
  --black-700: #1d1d26;
  --blue: #071e36;
  --black-800: #0d0d13;
  --gray-600: #45454f;
  --white-300: #61616b;
}


body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  background-color: var(--black-900);
  font-family: var(--global-font);
  color: var(--white-200);
  font-size: 1rem;
  line-height: 1.5rem;
}

.header-bg-wrapper {
  position: relative;
  overflow: hidden;
}

.navbar {
  position: relative;
  z-index: 2;
  background-color: #0000;
  padding: .75rem 1.5rem;
}

.nav-menu-button {
  display: none;
}

.nav-overlay {
  display: none;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-brand-logo {
  width: 6.3rem;
}

.nav-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #0e0e1299;
  border-radius: .625rem;
  padding: 1rem;
  display: flex;
}

.nav-link {
  background-image: linear-gradient(180deg, var(--white-0), var(--white-100));
  color: var(--white-0);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-decoration: none;
  padding: .375rem 1rem;
  font-weight: 500;
  line-height: 1rem;
}

.nav-link:visited {
  background-color: var(--red);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 6px;
}

.nav-link.is-current {
  background-color: var(--orange);
  color: var(--white-0);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: padding-box;
  border-radius: 6px;
}

.main-wrapper {
  position: static;
}

.header-bg-tracker {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  opacity: .5;
  display: flex;
  position: absolute;
  top: 1.5625rem;
}

.header-bg-tracker-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: none;
  display: flex;
}

.header-bg-tracker-list-item-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.header-background-video {
  width: 48.5rem;
  height: 26.875rem;
  overflow: hidden;
}

.header-background-video._01 {
  border-radius: .625rem;
  width: 48.5rem;
  height: 26.875rem;
  padding-bottom: 0;
  overflow: hidden;
}

.header-background-video._03 {
  border-radius: .625rem;
  width: 38.75rem;
  height: 55.125rem;
  padding-bottom: 0;
  overflow: hidden;
}

.header-background-video._02 {
  border-radius: .625rem;
  width: 45.25rem;
  height: 17.375rem;
}

.section-hero {
  position: relative;
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 51.5rem;
  display: flex;
}

.padding-global {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-component {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  align-items: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-top-content-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  text-align: center;
  background-color: #0d0d1333;
  border-radius: .625rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 1.875rem;
  display: flex;
}

.heading-style-h1 {
  color: var(--white-0);
  letter-spacing: -.32px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 4.375rem;
}

.max-width-small {
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
}

.text-size-regular {
  background-image: linear-gradient(180deg, var(--white), var(--white-100));
  color: var(--white-200);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  text-align: center;
}

.text-size-regular.left {
  text-align: left;
}

.text-size-regular.team {
  color: var(--white);
}

.hero-button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid var(--black-700);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--white);
  background-color: #0d0d1333;
  border-radius: 3.75rem;
  padding: .875rem 1.375rem;
  font-weight: 500;
  line-height: 1rem;
  text-decoration: none;
  display: flex;
}

.text-block {
  color: var(--white-0);
  text-decoration: none;
}

.padding-section-medium {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.padding-section-medium.padding-top-large {
  padding-top: 3.7rem;
}

.padding-section-medium.is-header {
  padding-top: 2.55rem;
  padding-bottom: 0;
}

.brand-component {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  padding-top: .625rem;
  padding-bottom: .625rem;
  display: flex;
}

.brand-left-content-wrapper {
  flex: none;
  max-width: 17.12rem;
}

.heading-style-h6 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.heading-style-h6.is-service {
  justify-content: flex-start;
  align-items: flex-end;
  position: absolute;
  inset: auto auto 5% 7%;
}

.heading-style-h6.faq {
  width: 571px;
}

.text-color-brand {
  color: var(--orange);
}

.brand-right-content-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brand-tracker {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  opacity: .4;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brand-tracker-list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brand-overlay {
  background-image: linear-gradient(#000, #0000);
  width: 2.75rem;
  height: 3.5rem;
  position: absolute;
  bottom: 0;
  left: auto;
}

.brand-overlay._01 {
  background-image: linear-gradient(90deg, #000, #0000);
  height: 4.8rem;
  top: 20.1094px;
}

.brand-overlay._02 {
  background-image: linear-gradient(90deg, #0000, #000);
  top: 33.1094px;
  left: auto;
  right: 0;
}

.section-about.is-about {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 41.3rem;
  display: flex;
  position: relative;
}

.about-component {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.about-component.is-about {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.about-left-content-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-left-content-wrapper.is-about {
  max-width: 27rem;
}

.about-left-top-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-left-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.about-left-content.is-about {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.about-header {
  border-left: 1px solid var(--orange);
  background-color: var(--blue);
  color: var(--orange);
  border-radius: .625rem;
  padding: .25rem 1.25rem;
  font-size: .75rem;
  line-height: 1.25rem;
}

.heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
}

.button {
  background-color: var(--orange);
  color: var(--white-0);
  letter-spacing: -.32px;
  border-radius: 3.75rem;
  padding: .875rem 1.375rem;
  line-height: 1rem;
  text-decoration: none;
  transition: background-color .4s, border-color .4s, color .3s;
}

.button.is-secondary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--black-700);
  color: var(--white-0);
  background-color: #75757529;
  border-radius: 3.75rem;
  justify-content: flex-start;
  align-items: center;
  padding: .875rem 1.375rem;
  font-weight: 500;
  line-height: 1rem;
  text-decoration: none;
  display: flex;
}

.about-right-contetnt-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 39.375rem;
  height: 28.6875rem;
  display: flex;
  position: relative;
}

.about-bg-light {
  background-color: var(--orange);
  filter: blur(60px);
  border-radius: .625rem;
  width: 10.81rem;
  height: 6.375rem;
  position: absolute;
  bottom: 183px;
  left: 155px;
}

.about-image-wrapper {
  border-radius: .625rem;
  width: 19.12rem;
  height: 23.625rem;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.about-image-wrapper._01 {
  box-shadow: -2px -3px 8px -3px var(--orange);
  opacity: .7;
  width: 26rem;
  height: 18.8rem;
  display: block;
}

.about-image-wrapper._02 {
  box-shadow: -1px -3px 8px -1px var(--orange);
  width: 24rem;
  height: 17.87rem;
  display: block;
  inset: 0 0 auto auto;
}

.about-image-wrapper.is-about {
  width: 44.625rem;
  height: 31.7rem;
  position: static;
}

.about-image {
  width: 100%;
  height: 100%;
  overflow: clip;
}

.about-date-time {
  border: 1px solid var(--black-700);
  background-color: var(--black-800);
  border-radius: .625rem;
  padding: .625rem 1.875rem;
  position: absolute;
  top: 9px;
  left: 82px;
}

.about-date-time._02 {
  inset: auto 150px 22px auto;
}

.service-component {
  overflow: hidden;
}

.service-top-content {
  max-width: 35.12rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-2 {
  color: var(--white);
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
}

.padding-bottom {
  padding: 0 0 2.5rem;
}

.service-bottom-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.service-background-videos-grid {
  z-index: 8;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-video-item {
  background-image: linear-gradient(#0000, #000000b5);
  border-radius: .625rem;
  width: 61rem;
  height: 24.625rem;
}

.service-arrow {
  border: 1px solid var(--white);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.service-details-component {
  max-width: 62.0625rem;
  margin-left: auto;
  margin-right: auto;
}

.service-details-top-content-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  flex-flow: column;
  max-width: 49.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-style-h2 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
}

.heading-style-h2.about, .heading-style-h2.contact {
  text-align: left;
}

.padding-botton.padding-large {
  padding: 0 0 3.125rem;
}

.service-details-image-01 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service-details {
  color: var(--white-200);
  max-width: 49.5rem;
  margin-bottom: -1rem;
  margin-left: auto;
  margin-right: auto;
}

.price-top-content-wrapper {
  text-align: center;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.price-bottom-content-wrapper {
  width: 100%;
  height: 61.875rem;
  position: relative;
}

.price-video-item {
  border-radius: .625rem;
  height: 19.375rem;
}

.price-grid {
  display: grid;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  position: absolute;
  inset: 0%;
  z-index: 1;
}

.price-card {
  border-radius: .625rem;
  justify-content: space-between;
  align-items: center;
  height: 19.375rem;
  padding: 3.75rem;
  text-decoration: none;
  display: flex;
  position: relative;
  z-index: 1;
  transition: none;
}
.price-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: .625rem;
  background-color: var(--black-800);
  opacity: 1;
  transition: background-color 0.5s ease;
  z-index: 0;
}
.price-card:hover::before {
  background-color: rgba(0, 0, 0, 0.8);
}
.price-card > * {
  position: relative;
  z-index: 1;
}

.price-left-content-wrapper {
  grid-column-gap: 3.875rem;
  grid-row-gap: 3.875rem;
  flex-flow: column;
  max-width: 24.1rem;
  display: flex;
}

.price-left-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.price-content-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.heading-card-style-h4 {
  z-index: 2;
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.heading-card-style-h4.text-color-brand {
  color: var(--orange);
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.heading-style-h5.text-color-white-200 {
  color: var(--white-200);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}

.price-background-videos-grid {
  display: grid;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.price-arrow-wrapper {
  border: 1px solid var(--orange);
  border-radius: 100%;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 9.375rem;
  height: 9.375rem;
  display: flex;
  position: relative;
}

.price-arrow._01 {
  z-index: 2;
  opacity: 1;
  position: relative;
}

.price-arrow._02 {
  z-index: 1;
  opacity: 0;
  position: absolute;
}

.team-top-content-wrapper {
  text-align: center;
  max-width: 27.75rem;
  margin-left: auto;
  margin-right: auto;
}

.team-bottom-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 28.125rem;
  display: flex;
  position: relative;
}

.team-background-photos-grid {
  display: grid;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.team-photo-item {
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 24rem;
  height: 28.125rem;
  position: relative;
  overflow: hidden;
}

.team-photo-image {
  z-index: -5;
  object-fit: cover;
  height: 33.5rem;
  position: relative;
}

.team-card-content-wrapper {
  background-color: var(--orange);
  border-radius: .624rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.team-card-content {
  z-index: 2;
  text-align: center;
  position: absolute;
}

.faq-component {
  margin-top: -74px;
  padding-top: 0;
}

.faq-top-content-wrapper {
  text-align: center;
}

.faq-bottom-content-wrapper {
  grid-column-gap: 3.37rem;
  grid-row-gap: 3.37rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fag-photo-item {
  flex: none;
}

.faq-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.faq-photo-image {
  object-fit: cover;
  border-radius: .625rem;
  width: 31.875rem;
  height: 32.25rem;
  overflow: clip;
}

.faq-accordion {
  background-color: var(--black-800);
  cursor: pointer;
  border-radius: .625rem;
  padding: 1.25rem;
}

.faq-question-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-icon {
  background-color: var(--gray-600);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
}

.faq-answer-wrapper {
  overflow: hidden;
}

.margin-bottom {
  margin: .75rem 0 0;
}

.section-footer {
  background-color: var(--black-800);
  padding-top: 2.65rem;
  padding-bottom: 1.875rem;
  display: block;
}

.footer-grid {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-left-content-wrapper {
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
  display: flex;
}

.footer-brand-logo {
  width: 6.3rem;
}

.input {
  background-color: var(--black-900);
  color: var(--white);
  border: 1px solid #000;
  border-radius: .625rem;
  height: 2.75rem;
  margin-bottom: 0;
  padding: .6875rem 1rem .6875rem 1.25rem;
  font-size: .875rem;
  line-height: 1.375rem;
}

.input::placeholder {
  color: var(--gray-600);
}

.input.is-message {
  height: 7.375rem;
}

.footer-social-icon-wrapper {
  grid-column-gap: 2.1rem;
  grid-row-gap: 2.1rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.footer-social-icon {
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  transition: transform .4s;
  display: flex;
}

.footer-social-icon:hover {
  transform: scale3d(1.2, 1.2, 1.2);
}

.contact-header-bg {
  width: 100%;
  height: 24rem;
  position: relative;
}

.contact-bg-wrapper {
  position: absolute;
  inset: 0%;
}

.contact-bg {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.contact-video {
  background-color: #00000080;
  width: 100%;
  height: 24rem;
}

.contact-bg-content-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: 7.25rem;
}

.contact-component {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  max-width: 63rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-left-content-wrapper {
  grid-column-gap: 5.875rem;
  grid-row-gap: 5.875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.contact-form-block {
  background-color: var(--black-800);
  border-radius: .525rem;
  flex: none;
  width: 100%;
  max-width: 30rem;
  margin-bottom: 0;
  padding: 1.875rem;
}

.contact-left-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  max-width: 24.75rem;
  display: flex;
}

.contact-line {
  background-color: var(--black-700);
  width: 25.75rem;
  height: 1px;
}

.quck-contact-card-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.quick-contact-card {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.quick-contact-card-contact-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-icon {
  background-color: var(--black-800);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 3.43rem;
  height: 3.43rem;
  display: flex;
}

.quick-contact-card-contact {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.quick-contact-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--white-300);
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  transition: color 0.25s ease;
}

.quick-contact-button:hover {
  color: var(--orange);
}

.quick-contact-button:hover .contact-arrow._02 {
  opacity: 0;
}

.quick-contact-button:hover .contact-arrow._01 {
  opacity: 1;
}

.contact-arrow-wrapper {
  position: relative;
}

.contact-arrow._01 {
  opacity: 0;
  position: absolute;
  inset: 7% 0% 0%;
  transition: opacity 0.25s ease;
}

.contact-arrow._02 {
  transition: opacity 0.25s ease;
}

.contact-form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.contact-field-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.success-message {
  background-color: var(--orange);
  color: var(--white);
}

.error-message {
  background-color: var(--red);
  color: var(--white);
  margin-top: 1.25rem;
  padding: 1.25rem;
}

.value-component {
  max-width: 64.25rem;
  margin-left: auto;
  margin-right: auto;
}

.value-top-content-wrapper {
  max-width: 26.75rem;
  margin-left: auto;
  margin-right: auto;
}

.value-grid {
  display: grid;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.value-card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--black-800);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: .625rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.875rem;
  display: flex;
}

.value-card-content-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.start-component {
  border-radius: .6rem;
  width: 75rem;
  height: 24rem;
  position: relative;
  overflow: hidden;
}

.start-content-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: 95px;
  left: 0;
  right: 0;
}

.start-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.start-video-item {
  opacity: .29;
  width: 75rem;
  height: 24rem;
}

.service-pages-component {
  max-width: 62rem;
  margin-left: auto;
  margin-right: auto;
}

.service-pages-top-content-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  /* max-width: 49.5rem; */
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.service-pages-video-wrapper {
  width: 62rem;
  height: 28rem;
  overflow: hidden;
}

.service-pages-video-wrapper.product {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 62rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.heading-style-h3 {
  color: var(--white);
}

.service-pages-bottom-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.service-pages-bottom-content-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: var(--orange);
}

.field-label {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #fff);
  -webkit-background-clip: text;
  background-clip: text;
}

.image-brand, .image-brand._2 {
  width: 9.5rem;
}

.image-brand._5 {
  width: 9.4rem;
}

.image-brand._1 {
  width: 9rem;
}

.image-brand._2 {
  width: 9.2rem;
}

.image-brand._3 {
  width: 8.4rem;
}

.image-brand._4 {
  width: 7.8rem;
}

.image-brand._8 {
  width: 9rem;
}

.image-brand._7 {
  width: 7.9rem;
}

.image-brand._10 {
  width: 8.1rem;
}

.footer-link-list-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: var(--white);
  text-decoration: none;
  -webkit-text-decoration-color: var(--white);
  text-decoration-color: var(--white);
}

.footer-link.is-current, .text-span {
  color: var(--orange);
}

.video {
  background-image: url('../images/slider_hero_v2.webp');
  background-position: 0 0;
  background-size: auto;
}

@media screen and (max-width: 991px) {
  .body {
    background-color: #030306;
  }

  .nav-container {
    position: relative;
  }

  .header-bg-wrapper {
    overflow: hidden;
  }

  .nav-menu {
    display: none;
  }

  .nav-menu-button {
    display: flex;
    background-color: #0000;
    padding: 0;
  }

  .nav-menu-button.nav-open {
    background-color: #0000;
  }

  .nav-overlay {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    overflow: hidden;
    height: 0;
    pointer-events: none;
  }

  .nav-overlay.is-open {
    pointer-events: auto;
  }

  [data-nav-menu-open] {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    padding: 1rem;
    gap: .5rem;
    background-color: #0e0e1299;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-radius: 0 0 .625rem .625rem;
    transform: translateY(-100%);
    transition: transform 0.35s ease;
  }

  [data-nav-menu-open].is-visible {
    transform: translateY(0);
  }

  .nav-link {
    color: var(--white-0);
  }

  .nav-menu-line {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu-line.top, .nav-menu-line.middle, .nav-menu-line.last {
    background-color: var(--white);
  }

  .nav-menu-line-wrapper {
    grid-row-gap: 6px;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .main-wrapper {
    position: relative;
  }

  .header-bg-tracker {
    background-color: #0000;
    top: 0;
    overflow: hidden;
  }

  .header-bg-tracker-list-item-wrapper {
    display: flex;
  }

  .padding-global {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .container-large {
    max-width: 100%;
  }

  .heading-style-h1 {
    font-size: 4rem;
    line-height: 4.5rem;
  }

  .padding-section-medium {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .padding-section-medium.padding-top-large {
    padding-top: 0;
  }

  .padding-section-medium.is-header {
    padding-top: 2.5rem;
  }

  .section-about.is-about {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 5rem;
  }

  .about-component {
    flex-flow: column;
  }

  .about-component.is-about {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    justify-content: space-between;
    align-items: center;
  }

  .about-left-content-wrapper.is-about {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .about-left-content {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    display: flex;
  }

  .about-image-wrapper.is-about {
    width: auto;
    height: auto;
  }

  .service-component {
    overflow: hidden;
  }

  .service-top-content {
    max-width: none;
  }

  .service-bottom-content-wrapper {
    height: auto;
  }

  .service-background-videos-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    justify-content: center;
    place-items: stretch stretch;
    display: flex;
    overflow: visible;
  }

  .service-video-item {
    width: 100%;
  }

  .heading-style-h2.about {
    text-align: center;
  }

  .price-top-content-wrapper {
    max-width: none;
  }

  .price-video-item {
    width: auto;
  }

  .price-card {
    padding: 3rem 2.5rem;
  }

  .heading-card-style-h4.text-color-brand {
    font-size: 1.6rem;
    line-height: 2.1rem;
  }

  .price-background-videos-grid {
  display: grid;
    display: none;
  }

  .team-top-content-wrapper {
    max-width: none;
  }

  .team-bottom-content-wrapper {
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
  }

  .team-background-photos-grid {
  display: grid;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .team-photo-item {
    width: 21.4rem;
  }

  .team-card-content-wrapper {
    justify-content: center;
    align-items: center;
  }

  .faq-component {
    margin-top: -45px;
  }

  .faq-bottom-content-wrapper {
    flex-flow: column;
  }

  .faq-photo-image {
    width: 100%;
  }

  .faq-question-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-grid {
    gap: 1.5rem;
  }

  .contact-component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .contact-left-content-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .contact-form-block {
    max-width: none;
    padding: 1.6rem;
  }

  .contact-line {
    width: 100%;
  }

  .quck-contact-card-wrapper {
    grid-column-gap: 2.3rem;
    grid-row-gap: 2.3rem;
  }

  .quick-contact-card {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-size-small {
    font-size: .875rem;
    line-height: 1.375rem;
  }

  .value-top-content-wrapper {
    max-width: none;
  }

  .value-grid {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.875rem;
    grid-template-columns: 1fr 1fr;
  }

  .start-component {
    width: 100%;
    height: auto;
  }

  .start-content-wrapper {
    grid-column-gap: 1.65rem;
    grid-row-gap: 1.65rem;
    max-width: none;
    bottom: 75px;
  }

  .start-video-item {
    width: auto;
    height: 20rem;
  }

  .service-pages-video-wrapper {
    width: 100%;
    height: 100%;
  }

  .service-pages-video-wrapper.product {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    display: grid;
  }

  .service-pages-bottom-content-block {
    justify-content: center;
    align-items: center;
  }

  /* Team cards mobile tap accordion */
  .team-card-content-wrapper {
    background-color: transparent;
    transition: background-color 0.4s ease;
  }
  .team-card-content-wrapper.is-active {
    background-color: var(--orange);
  }
  .team-card-content {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  .team-card-content-wrapper.is-active .team-card-content {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 767px) {
  .header-bg-tracker {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
  }

  .header-bg-tracker-list {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .header-bg-tracker-list-item-wrapper {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 3.5rem;
    line-height: 4rem;
  }

  .text-size-regular {
    text-align: left;
  }

  .text-size-regular.team {
    text-align: center;
  }

  .text-size-regular._1, .text-size-regular.start {
    text-align: left;
  }

  .padding-section-medium {
    padding-top: 2.1rem;
    padding-bottom: 0;
  }

  .padding-section-medium.padding-top-large {
    padding-top: 1.9rem;
    padding-bottom: 1.5rem;
  }

  .brand-component {
    flex-flow: column;
  }

  .brand-left-content-wrapper {
    max-width: none;
  }

  .heading-style-h6 {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }

  .heading-style-h6.faq {
    width: 457px;
  }

  .about-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .about-left-content-wrapper {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .heading {
    text-align: center;
  }

  .about-right-contetnt-wrapper {
    flex-flow: column;
    width: 100%;
    height: auto;
    position: static;
    overflow: hidden;
  }

  .about-bg-light, .about-image-wrapper._01 {
    display: none;
  }

  .about-image-wrapper._02 {
    width: 100%;
    height: auto;
    position: static;
  }

  .about-date-time._01 {
    margin-left: 1rem;
    position: relative;
    left: -114px;
  }

  .about-date-time._02 {
    margin-left: 5rem;
    position: relative;
    bottom: 40px;
    left: 99px;
    right: auto;
  }

  .heading-2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .service-video-item {
    height: 21rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .padding-botton.padding-large {
    display: none;
  }

  .price-card {
    padding: 2rem 1.5rem;
  }

  .heading-card-style-h4.text-color-brand {
    font-size: 1.4rem;
    line-height: 1.9rem;
  }

  .price-background-videos-grid {
  display: grid;
    display: none;
  }

  .price-arrow-wrapper {
    width: 5rem;
    height: 5rem;
  }

  .team-top-content-wrapper {
    max-width: none;
  }

  .team-background-photos-grid {
  display: grid;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
  }

  .team-photo-item {
    width: auto;
  }

  .team-photo-image {
    z-index: -5;
  }

  .team-photo-image._01 {
    aspect-ratio: auto;
    object-fit: cover;
    width: 519px;
  }

  .faq-component {
    margin-top: -2px;
    margin-bottom: 27px;
  }

  .faq-question-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .faq-icon {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-grid {
    gap: 1rem;
  }

  .footer-social-icon-wrapper {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-header-bg {
    height: 20.6rem;
  }

  .contact-video {
    height: 18.7rem;
  }

  .contact-bg-content-wrapper {
    grid-column-gap: 1.15rem;
    grid-row-gap: 1.15rem;
    max-width: none;
    bottom: 5.35rem;
  }

  .contact-left-content-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .contact-form-block {
    padding: 1.4rem 1.5rem;
  }

  .quck-contact-card-wrapper {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .service-pages-video-wrapper.product {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .heading-style-h3 {
    text-align: center;
  }

  .service-pages-bottom-content-block {
    text-align: left;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-bottom: 20px;
  }

  .footer-link-list-wrapper {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    padding-left: 51px;
    display: grid;
  }
}

@media screen and (max-width: 479px) {
  .nav-container {
    justify-content: space-between;
  }

  .nav-brand-logo-wrapper {
    padding-left: 0;
  }

  .main-wrapper {
    margin-left: 15px;
    margin-right: 15px;
    position: static;
  }

  .header-bg-tracker-list-item-wrapper {
    width: 20rem;
    height: 620px;
  }

  .header-background-video._01 {
    width: 100%;
    height: 38.8rem;
  }

  .section-hero {
    height: 37.5rem;
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }

  .padding-global {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-top-content-wrapper {
    padding: 1.2rem 1rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .text-size-regular {
    text-align: left;
    margin-bottom: 20px;
    font-size: .8rem;
    line-height: 1.3rem;
  }

  .text-size-regular.team {
    text-align: center;
  }

  .text-size-regular._1, .text-size-regular.start {
    text-align: center;
  }

  .hero-button {
    margin-bottom: 2.5rem;
  }

  .padding-section-medium, .padding-section-medium.padding-top-large {
    padding-top: 0;
  }

  .heading-style-h6 {
    text-align: center;
  }

  .section-about.is-about {
    padding-bottom: 2rem;
  }

  .heading {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.3rem;
  }

  .about-date-time._01 {
    top: -28px;
    left: -2px;
  }

  .about-date-time._02 {
    bottom: 12px;
    left: -33px;
  }

  .heading-2 {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }

  .service-background-videos-grid {
    display: flex;
  }

  .service-video-item {
    height: 10rem;
  }

  .heading-style-h2 {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.1rem;
  }

  .heading-style-h2.contact {
    text-align: center;
  }

  .padding-botton.padding-large {
    display: none;
  }

  .service-video-link {
    height: 162px;
  }

  .section-price {
    height: 1200px;
  }

  .price-top-content-wrapper {
    margin-top: 39px;
  }

  .price-grid {
  display: grid;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: 1098px;
    display: grid;
  }

  .price-card {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 1rem 0;
  }

  .price-left-content-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .price-content-wrapper {
    justify-content: center;
    align-items: center;
  }

  .price-background-videos-grid {
  display: grid;
    display: none;
  }

  .price-arrow-wrapper {
    width: 5rem;
    height: 5rem;
    margin-bottom: 1.5rem;
  }

  .team-top-content-wrapper {
    margin-top: 40px;
  }

  .team-photo-image {
    z-index: -5;
  }

  .team-card-content {
    margin-left: 10px;
    margin-right: 10px;
  }

  .faq-component {
    margin-top: 40px;
    margin-bottom: 25px;
  }

  .faq-bottom-content-wrapper {
    justify-content: center;
    align-items: center;
  }

  .faq-photo-image {
    height: 13rem;
    overflow: hidden;
  }

  .faq-icon {
    display: none;
  }

  .footer-grid {
    flex-direction: column;
    align-items: center;
    gap: 1.7rem;
  }

  .footer-left-content-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-social-icon-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .contact-form-block {
    padding: 1.2rem 1.1rem;
  }

  .quck-contact-card-wrapper {
    text-align: center;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
  }

  .quick-contact-card, .quick-contact-card-contact-wrapper {
    justify-content: center;
    align-items: center;
  }

  .value-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .start-content-wrapper {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    padding-top: 0;
    bottom: 40px;
  }

  .start-content {
    position: relative;
    top: 20px;
  }

  .start-video-item {
    height: 19rem;
  }

  .service-pages-video-wrapper.product {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
    display: flex;
  }

  .heading-style-h3 {
    text-align: center;
    margin-top: 0;
  }

  .service-pages-bottom-content-block {
    max-width: none;
  }

  .footer-link-list-wrapper {
    flex-flow: row;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    width: 100%;
    max-width: 49%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
}




/* ================================================
   form.css
   ================================================ */

/* ========================================
   FORM STYLES - CONTACT FORM BLOCK
   ======================================== */

/* CSS Variables (required for form styles) */
:root {
  --black-900: #030306;
  --global-font: Inter, sans-serif;
  --white-200: #94979e;
  --white-0: white;
  --white-100: #ffffffe6;
  --red: #e80032;
  --orange: #f85408;
  --white: white;
  --black-700: #1d1d26;
  --blue: #071e36;
  --black-800: #0d0d13;
  --gray-600: #45454f;
  --white-300: #61616b;
}

/* INPUT & FORM FIELDS */
.input {
  background-color: var(--black-900);
  color: var(--white);
  border: 1px solid #000;
  border-radius: .625rem;
  height: 2.75rem;
  margin-bottom: 0;
  padding: .6875rem 1rem .6875rem 1.25rem;
  font-size: .875rem;
  line-height: 1.375rem;
}

.input::placeholder {
  color: var(--gray-600);
}

.input.is-message {
  height: 7.375rem;
}

/* CONTACT FORM STYLES */
.contact-form-block {
  background-color: var(--black-800);
  border-radius: .525rem;
  flex: none;
  width: 100%;
  max-width: 30rem;
  margin-bottom: 0;
  padding: 1.875rem;
}

.contact-form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.contact-field-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.success-message {
  background-color: var(--orange);
  color: var(--white);
}

.error-message {
  background-color: var(--red);
  color: var(--white);
  margin-top: 1.25rem;
  padding: 1.25rem;
}

/* ========================================
   ANIMATION
   ======================================== */

@keyframes slideInFromRight {
  from {
    opacity: 0;
    transform: translateX(200px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.contact-form-block {
  opacity: 0;
  transform: translateX(200px);
}

.contact-form-block.animate-in {
  animation: slideInFromRight 0.5s ease-out forwards;
  animation-delay: 0.4s;
}

/* ========================================
   MEDIA QUERIES
   ======================================== */

@media screen and (max-width: 991px) {
  .contact-form-block {
    max-width: none;
    padding: 1.6rem;
  }

  .contact-form-block {
    padding: 1.4rem 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .contact-form-block {
    padding: 1.2rem 1.1rem;
  }
}

/* ================================================
   CUSTOM ANIMATIONS  (replaces Webflow IX2 engine)
   ================================================ */

/* --- Scroll / page-load fade-in --- */
.scroll-ani {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.scroll-ani.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* --- Directional scroll animations --- */
.scroll-ani-left {
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.scroll-ani-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}
.scroll-ani-right {
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.scroll-ani-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

/* --- FAQ accordion --- */
.faq-answer-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-answer-wrapper > * {
  overflow: hidden;
}
.faq-accordion.is-open .faq-answer-wrapper {
  grid-template-rows: 1fr;
}

/* FAQ icon: red on open + rotation */
.faq-icon {
  transition: background-color 0.35s ease;
}
.faq-icon img {
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-accordion.is-open .faq-icon {
  background-color: #e53333;
}
.faq-accordion.is-open .faq-icon img {
  transform: rotate(45deg);
}

/* --- Service card hover (desktop ?992px) --- */
@media (min-width: 992px) {
  .service-video-link .heading-style-h6.is-service {
    transform: translateY(3.125rem);
    transition: transform 0.4s ease;
  }
  .service-video-link:hover .heading-style-h6.is-service {
    transform: translateY(0);
  }
  .service-video-link .service-arrow {
    opacity: 0;
    transition: opacity 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
  }
  .service-video-link:hover .service-arrow {
    opacity: 1;
    background-color: #f85408;
    border-color: #f85408;
  }
}

/* --- Team card hover (desktop ?992px) --- */
@media (min-width: 992px) {
  .team-card-content-wrapper {
    background-color: transparent !important;
    transition: background-color 0.4s ease;
  }
  .team-card-content-wrapper:hover {
    background-color: var(--orange) !important;
  }
  .team-card-content {
    opacity: 0;
    transform: translateY(70px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  .team-card-content-wrapper:hover .team-card-content {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --- Price card hover --- */
.price-arrow._01,
.price-arrow._02 {
  transition: opacity 0.4s ease, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.price-card:hover .price-arrow._01 {
  opacity: 0;
}
.price-card:hover .price-arrow._02 {
  opacity: 1;
  transform: rotate(45deg);
}
.price-arrow-wrapper {
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.price-card:hover .price-arrow-wrapper {
  background-color: #f85408;
  border-color: #f85408;
}

/* --- Mobile nav hamburger > X --- */
.nav-menu-line.top,
.nav-menu-line.middle,
.nav-menu-line.last {
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.nav-menu-button.nav-open .nav-menu-line.top {
  transform: rotate(45deg) translate(4px, 6px);
}
.nav-menu-button.nav-open .nav-menu-line.middle {
  opacity: 0;
  transform: scaleX(0);
}
.nav-menu-button.nav-open .nav-menu-line.last {
  transform: rotate(-45deg) translate(4px, -6px);
}

/* --- Hero button hover --- */
.hero-button {
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.hero-button img {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero-button:hover {
  background-color: #f85408;
  border-color: #f85408;
}
.hero-button:hover img {
  transform: rotate(45deg);
}

/* --- Hero button entrance animation --- */
@keyframes heroButtonEntrance {
  0%   { opacity: 0; transform: translateY(28px); }
  100% { opacity: 1; transform: translateY(0); }
}
.scroll-ani.hero-button {
  opacity: 0;
  transform: translateY(28px);
  transition: none;
}
.hero-button.is-visible {
  animation: heroButtonEntrance 0.7s ease forwards;
}

/* --- Secondary button hover (about-component � ��.) --- */
.button.is-secondary {
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.button.is-secondary img {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.button.is-secondary:hover {
  background-color: #f85408;
  border-color: #f85408;
}
.button.is-secondary:hover img {
  transform: rotate(45deg);
}
