/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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;
}

/* 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.SumoSelect p {
  margin: 0;
}

.SumoSelect {
  width: 200px;
}

.SelectBox {
  padding: 5px 8px;
}

.sumoStopScroll {
  overflow: hidden;
}

.SumoSelect .hidden {
  display: none;
}

.SumoSelect .search-txt {
  display: none;
  outline: 0;
}

.SumoSelect .no-match {
  display: none;
  padding: 6px;
}

.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  box-sizing: border-box;
  border-radius: 5px;
}

.SumoSelect.open > .search > label, .SumoSelect.open > .search > span {
  visibility: hidden;
}

.SelectClass, .SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  box-sizing: border-box;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.SelectClass {
  z-index: 1;
}

.SumoSelect .select-all > label, .SumoSelect > .CaptionCont, .SumoSelect > .optWrapper > .options li.opt label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: 0;
}

.SumoSelect.open > .CaptionCont, .SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont {
  box-shadow: 0 0 2px #7799d0;
  border-color: #7799d0;
}

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #a4a4a4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0;
}

.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}

.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic;
}

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=");
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden;
}

.SumoSelect.open > .optWrapper {
  top: 35px;
  display: block;
}

.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}

.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  max-height: 250px;
}

.SumoSelect > .optWrapper.okCancelInMulti > .options {
  border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options {
  border-radius: 0 0 2px 2px;
}

.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5;
}

.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px;
}

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px;
}

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959;
}

.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}

.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #e4e4e4;
}

.SumoSelect .select-all.sel, .SumoSelect > .optWrapper > .options li.opt.sel {
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.SumoSelect > .optWrapper > .options li span {
  display: none;
}

.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: 700;
}

.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}

.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}

.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer;
}

.SumoSelect .select-all > span, .SumoSelect > .optWrapper.multiple > .options li.opt span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}

.SumoSelect .select-all > span i, .SumoSelect > .optWrapper.multiple > .options li.opt span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #aeaeae;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
  box-shadow: 0 0 2px #a1c0e4;
  border-color: #a1c0e4;
  outline: 0;
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #dbdbdb;
  border-radius: 0 0 0 3px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px 0;
}

.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}

.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px;
}

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}

.SumoSelect .select-all.partial > span i, .SumoSelect .select-all.selected > span i, .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center;
}

.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none;
}

.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer;
}

.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
  cursor: pointer;
}

.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}

.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}

.reset-all {
  padding: 5px 10px 5px 35px;
  border-bottom: 1px solid #cdcdcd;
}

.SumoSelect[is-selected=false] .reset-all {
  opacity: 0.5;
  pointer-events: none;
}

.SumoSelect[is-selected=true] .reset-all {
  opacity: 1;
  cursor: pointer;
  color: #7799d0;
}

.SumoSelect[is-selected=true] .reset-all * {
  cursor: pointer;
}

.SumoSelect[is-selected=true] .reset-all:hover {
  color: #000;
}

:root {
  --line-width: 3px;
}

@font-face {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Urbanist/Urbanist-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Urbanist/Urbanist-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/Urbanist/Urbanist-Black.ttf") format("truetype");
}
@font-face {
  font-family: "SpaceGrotesk";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/SpaceGrotesk/SpaceGrotesk-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "SpaceGrotesk";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/SpaceGrotesk/SpaceGrotesk-Medium.ttf") format("truetype");
}
*, *::before, *::after {
  box-sizing: border-box;
  outline: none;
}

::-moz-selection {
  color: #fff;
  background-color: #00C6FF;
}

::selection {
  color: #fff;
  background-color: #00C6FF;
}

::-moz-placeholder {
  color: #788176;
}

::placeholder {
  color: #788176;
}

a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style-type: none;
}

input, textarea {
  display: block;
  width: 100%;
  border: 1px solid #0B0F19;
  border-radius: 0;
  background-color: transparent;
}

textarea {
  resize: none;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: inherit;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

svg {
  display: block;
}

h1, h2, h3, h4, h5, h6, p, ul, button {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
  font-family: "SpaceGrotesk", sans-serif;
  font-weight: bold;
}

h1 {
  font-size: 98rem;
  line-height: 1.02;
}

h2 {
  font-size: 56rem;
  line-height: 1.178;
}

h3 {
  font-size: 26rem;
}

h4 {
  font-size: 20rem;
}

.fz12 {
  font-size: 12rem;
}

.fz14 {
  font-size: 14rem;
}

.fz15 {
  font-size: 15rem;
}

.fz16 {
  font-size: 16rem;
}

.fz18 {
  font-size: 18rem;
}

.fz20 {
  font-size: 20rem;
}

.fz24 {
  font-size: 24rem;
}

.fz26 {
  font-size: 26rem;
}

.fz30 {
  font-size: 30rem;
}

.fz32 {
  font-size: 32rem;
}

.fz34 {
  font-size: 34rem;
}

.fz42 {
  font-size: 42rem;
}

.fz260 {
  font-size: 260rem;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

.ttn {
  text-transform: normal;
}

.ttl {
  text-transform: lowercase;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

.c-accent {
  color: #00C6FF;
}

.c-red {
  color: red;
}

.c-green {
  color: #00C6FF;
}

.c-gray {
  color: #788176;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.grid {
  display: grid;
}

.jcc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.aic {
  align-items: center;
}

.pin {
  pointer-events: none;
}

.pia {
  pointer-events: auto;
}

.btn {
  text-decoration: none;
  border: none;
  padding: 0;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 15rem;
  line-height: 1.25;
  transition: 0.25s;
  text-align: center;
  font-family: "SpaceGrotesk", sans-serif;
  font-size: 26rem;
  font-weight: bold;
  width: auto;
  height: 88rem;
  padding: 0 30rem;
  background-color: #333;
  color: #fff;
  border-radius: 14rem;
  min-width: 260rem;
}
.btn--green {
  background-color: #00C6FF;
  color: #0B0F19;
  border: 2px solid #00C6FF;
  box-shadow: 0rem 14rem 6rem rgba(0, 198, 255, 0.01), 0rem 8rem 5rem rgba(0, 198, 255, 0.05), 0rem 4rem 4rem rgba(0, 198, 255, 0.09), 0rem 1rem 2rem rgba(0, 198, 255, 0.1);
}
.btn--green:hover, .btn--green.active {
  background-color: #00C6FF;
}
.btn.w100 {
  width: 100%;
}
.btn img, .btn svg {
  width: 20rem;
}
.btn.small {
  height: 52rem;
  min-width: auto;
  font-size: 22rem;
  padding: 0 26rem;
}
.btn.header {
  height: 54rem;
  min-width: 152rem;
  font-size: 18rem;
}

.ffs {
  font-family: "SpaceGrotesk", sans-serif;
}

html {
  background-color: #0B0F19;
  font-size: 0.0574712644vw;
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  font-family: "Urbanist", sans-serif;
  font-size: 20rem;
  font-weight: 400;
  line-height: 1.25;
  color: #fff;
}

.page-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}
.page-container main {
  max-width: 100vw;
  overflow: hidden;
}

.container {
  max-width: 1740rem;
  margin: 0 auto;
  padding: 0 30rem;
}

header.header-main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
header.header-main .grid {
  align-items: center;
  grid-template-columns: 1fr auto;
  height: 106rem;
}
header.header-main .grid .block-logo {
  position: relative;
  z-index: 10;
}
header.header-main .grid .right-wrap {
  background-image: linear-gradient(-2deg, rgba(0, 198, 255, 0) 0.98%, rgba(0, 198, 255, 0.08) 89.74%);
  -webkit-backdrop-filter: blur(6rem);
          backdrop-filter: blur(6rem);
  border-radius: 22rem;
  padding: 0 16rem;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  gap: 40rem;
  position: relative;
}
header.header-main .grid .right-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 22rem;
  padding: 2px;
  background: linear-gradient(92deg, rgba(0, 198, 255, 0.06) 0%, rgba(0, 198, 255, 0.02) 50%, rgba(0, 198, 255, 0.06) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
header.header-main .grid .right-wrap .menu-wrap ul {
  display: grid;
  grid-auto-flow: column;
}
header.header-main .grid .right-wrap .menu-wrap ul li {
  list-style-type: none;
}
header.header-main .grid .right-wrap .menu-wrap ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
  transition: 0.25s;
  padding: 0 20rem;
  height: 78rem;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
header.header-main .grid .right-wrap .menu-wrap ul li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 38rem;
  bottom: 0;
  height: 4px;
  left: calc(50% - 19rem);
  background-color: #00C6FF;
  border-radius: 50rem 50rem 0 0;
  transition: 0.25s;
  transform: translate(0, calc(100% + 3px));
}
header.header-main .grid .right-wrap .menu-wrap ul li a span {
  transition: 0.25s;
}
header.header-main .grid .right-wrap .menu-wrap ul li a span.default {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header.header-main .grid .right-wrap .menu-wrap ul li a span.hover {
  font-weight: bold;
  opacity: 0;
}
header.header-main .grid .right-wrap .menu-wrap ul li a:hover, header.header-main .grid .right-wrap .menu-wrap ul li a.active {
  color: #00C6FF;
}
header.header-main .grid .right-wrap .menu-wrap ul li a:hover span.default, header.header-main .grid .right-wrap .menu-wrap ul li a.active span.default {
  opacity: 0;
}
header.header-main .grid .right-wrap .menu-wrap ul li a:hover span.hover, header.header-main .grid .right-wrap .menu-wrap ul li a.active span.hover {
  opacity: 1;
}
header.header-main .grid .right-wrap .menu-wrap ul li a:hover::after, header.header-main .grid .right-wrap .menu-wrap ul li a.active::after {
  transform: translate(0, 0);
}
header.header-main .grid button.btn-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: none;
  width: 17rem;
  height: 17rem;
  margin-right: 10rem;
  position: relative;
  background-color: transparent;
  z-index: 2;
  pointer-events: auto;
  transform: scale(-1, 1);
}
header.header-main .grid button.btn-menu::before {
  content: "";
  display: block;
  position: absolute;
  width: 40rem;
  height: 40rem;
  background-color: #00C6FF;
  border-radius: 4rem;
  z-index: -1;
  border-radius: 10rem;
  border: 2px solid #00C6FF;
  top: calc(50% - 20rem);
  left: calc(50% - 20rem);
}
header.header-main .grid button.btn-menu.active span:nth-child(1) {
  transform: translate(4rem, 1rem) rotate(45deg);
  width: 100%;
}
header.header-main .grid button.btn-menu.active span:nth-child(2) {
  transform: translate(0, -1rem) rotate(-45deg);
  width: 100%;
}
header.header-main .grid button.btn-menu.active span:nth-child(3) {
  width: 100%;
  opacity: 0;
  transform: scale(0, 0);
}
header.header-main .grid button.btn-menu span {
  width: 100%;
  height: 3rem;
  background-color: #0B0F19;
  border-radius: 50rem;
  transition: 0.25s ease;
}
header.header-main .grid button.btn-menu span:nth-child(1) {
  transform-origin: left top;
  width: 60%;
}
header.header-main .grid button.btn-menu span:nth-child(2) {
  transform-origin: center;
}
header.header-main .grid button.btn-menu span:nth-child(3) {
  transform-origin: center top;
  width: 80%;
}
header.header-main .mobile-menu-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  padding: 50rem 15rem 15rem;
  pointer-events: none;
  background-color: rgba(11, 15, 25, 0.6);
  -webkit-backdrop-filter: blur(5rem);
          backdrop-filter: blur(5rem);
  opacity: 0;
  transition: 0.5s;
}
header.header-main .mobile-menu-wrap.active {
  opacity: 1;
  pointer-events: auto;
  transition: 0.5s;
}
header.header-main .mobile-menu-wrap.active ul {
  transform: translate(0, 0);
}
header.header-main .mobile-menu-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
header.header-main .mobile-menu-wrap ul {
  display: grid;
  gap: 14rem;
  padding: 20rem 14rem;
  width: 160rem;
  margin-left: auto;
  margin-top: 18rem;
  border-radius: 14rem;
  background: linear-gradient(55.47deg, rgba(0, 198, 255, 0) 15.1%, rgba(0, 198, 255, 0.08) 112.52%), linear-gradient(330.46deg, rgba(30, 34, 31, 0) 0.61%, rgba(30, 34, 31, 0.38879) 38.27%, rgba(30, 34, 31, 0.4) 75.77%, rgba(30, 34, 31, 0.8) 97.47%), rgba(11, 15, 25, 0.6);
  position: relative;
  transition: 0.5s;
  transform: translate(0, 10rem);
}
header.header-main .mobile-menu-wrap ul::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(209deg, #00C6FF -20.09%, rgba(0, 198, 255, 0.04) 69.24%, rgba(0, 198, 255, 0.02) 133.92%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
header.header-main .mobile-menu-wrap ul li {
  list-style-type: none;
}
header.header-main .mobile-menu-wrap ul li a {
  text-decoration: none;
  transition: 0.25s;
}
header.header-main .mobile-menu-wrap ul li a.active {
  color: #00C6FF;
}

footer.footer-main {
  padding: 60rem 0;
  background-color: #0F172A;
  background-image: linear-gradient(-2deg, rgba(0, 198, 255, 0) 0.98%, rgba(0, 198, 255, 0.04) 89.74%);
  border-width: 2px;
  border-top-style: solid;
  -o-border-image: linear-gradient(90deg, #0F172A 0%, #0F172A 100%) 1;
     border-image: linear-gradient(90deg, #0F172A 0%, #0F172A 100%) 1;
}
footer.footer-main .grid {
  grid-template-columns: 1fr auto;
  align-items: flex-start;
  gap: 40rem;
}
footer.footer-main .right-wrap {
  text-align: right;
  display: grid;
  gap: 40rem;
}
footer.footer-main .right-wrap ul {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  gap: 40rem;
}
footer.footer-main .right-wrap ul li a {
  display: block;
  transition: 0.25s;
}
footer.footer-main .right-wrap ul li a:hover {
  color: #00C6FF;
}

.block-logo {
  display: flex;
}
.block-logo img {
  display: block;
  width: 220px;
  filter: drop-shadow(0px 1px 0px rgba(0, 0, 0, 0.35));
}

.mouse {
  width: 100rem;
  height: 100rem;
  border-radius: 100%;
  position: fixed;
  top: -50rem;
  left: -50rem;
  pointer-events: none;
  z-index: -1;
  transition-delay: 0.5s;
  will-change: transform;
}
.mouse::after {
  content: "";
  position: absolute;
  display: block;
  width: 560rem;
  height: 560rem;
  top: calc(50% - 280rem - 20rem);
  left: calc(50% - 280rem + 10rem);
  background-image: radial-gradient(48.69% 50.06% at 50% 50%, rgba(124, 58, 237, 0.2) 0%, rgba(11, 15, 25, 0.2) 62.06%, rgba(11, 15, 25, 0.2) 72.22%, rgba(11, 15, 25, 0) 100%);
  transform: scale(0);
  border-radius: inherit;
  opacity: 0;
  transition: 0.5s ease-out;
}
.mouse.show {
  transition: 0.25s ease-out;
  transition-delay: 0s;
}
.mouse.show::after {
  transform: scale(1);
  opacity: 1;
}

.SumoSelect {
  cursor: pointer;
  border-radius: inherit;
  transition: 0.25s;
}
.SumoSelect:hover {
  background-color: rgba(128, 209, 108, 0.05);
}
.SumoSelect > .CaptionCont {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0;
  background-color: transparent;
  border: none;
}

.SumoSelect.open > .CaptionCont, .SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont {
  box-shadow: none;
}

.SumoSelect > .CaptionCont > span {
  cursor: pointer;
}
.SumoSelect > .CaptionCont > span.placeholder {
  color: #fff;
  font-weight: 400;
  font-style: normal;
  font-size: inherit;
  padding-right: 50rem;
  overflow: hidden;
  display: block;
  max-width: 100%;
  white-space: unset;
}

.SumoSelect.open > .optWrapper {
  top: calc(100% + 6rem);
  border-radius: 14rem;
  background-image: linear-gradient(353.3deg, rgba(30, 40, 31, 0) -10.32%, rgba(30, 40, 31, 0.4) 18.81%, rgba(30, 40, 31, 0.8) 96.65%);
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  padding: 26rem 22rem;
}
.SumoSelect.open > .optWrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(10rem);
          backdrop-filter: blur(10rem);
  z-index: -1;
}
.SumoSelect.open > .optWrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: inherit;
  padding: 2px;
  background-image: linear-gradient(97deg, rgba(0, 198, 255, 0.5) 3.74%, rgba(0, 198, 255, 0.25) 48.02%, rgba(0, 198, 255, 0.5) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  transition: 0.25s;
}

.SumoSelect > .optWrapper > .options {
  max-height: none;
  display: grid;
  gap: 5rem;
  line-height: 1.25;
}

.SumoSelect > .optWrapper > .options li.opt {
  border: none;
  padding: 5rem 0;
  font-size: 16rem;
}
.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: transparent;
  color: #00C6FF;
}

.SumoSelect > .optWrapper > .options li.opt.disabled {
  display: none;
}

.SumoSelect > .CaptionCont > label {
  cursor: pointer;
  width: 27rem;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: url("../img/ic-angle-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 12rem;
  height: 12rem;
  background-size: contain;
  opacity: 1;
  top: 1px;
  transition: 0.25s;
}

.SumoSelect.open > .CaptionCont > label > i {
  transform: rotate(180deg);
}

.tab-container .tab-content:not(.active) {
  display: none;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  margin-top: 60rem;
  position: static;
  display: grid;
  grid-auto-flow: column;
  justify-content: flex-start;
  padding: 0 20rem;
  gap: 12rem;
}

.swiper-pagination-bullet {
  width: 40rem;
  height: 6rem;
  border-radius: 50rem;
  opacity: 0.2;
  background-color: #00C6FF;
  transition: 0.25s;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.section-welcome {
  --welcome-padding: 120rem;
  position: relative;
  z-index: 1;
}
.section-welcome::before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: -380rem;
  left: calc(50% - 1264rem);
  width: 1264rem;
  height: 546rem;
  border-radius: 100%;
  background-image: radial-gradient(49.88% 49.88% at 50.01% 50.12%, rgba(57, 121, 153, 0.16) 0%, rgba(37, 60, 74, 0.16) 64%, rgba(11, 15, 25, 0) 100%);
  pointer-events: none;
}
.section-welcome .wrapper {
  position: relative;
  padding-top: 120rem;
  margin-bottom: 150rem;
}
.section-welcome .wrapper::before, .section-welcome .wrapper::after {
  content: "";
  display: block;
  position: absolute;
  height: 900rem;
  width: 1700rem;
  background-image: radial-gradient(50% 50% at 50% 50%, rgba(124, 58, 237, 0.2) 0%, rgba(11, 15, 25, 0) 100%);
  transform: rotate(-30deg);
  z-index: -1;
}
.section-welcome .wrapper::before {
  top: -450rem;
  left: calc(50% - 1700rem);
}
.section-welcome .wrapper::after {
  top: 320rem;
  right: calc(50% - 1700rem);
}
.section-welcome .background-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-welcome .background-wrap span {
  display: block;
}
.section-welcome .background-wrap .line-vertical,
.section-welcome .background-wrap .line-horizontal {
  position: absolute;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: space-between;
}
.section-welcome .background-wrap .line-vertical {
  width: 1520rem;
  left: calc(50% - 760rem);
}
.section-welcome .background-wrap .line-vertical span {
  width: var(--line-width);
  height: 100%;
  background-image: linear-gradient(180deg, rgba(168, 85, 247, 0.025) 0%, rgba(168, 85, 247, 0.025) 84%, rgba(168, 85, 247, 0) 100%);
}
.section-welcome .background-wrap .line-horizontal {
  width: 100%;
  left: 0;
  flex-direction: column;
  padding: var(--welcome-padding) 0;
}
.section-welcome .background-wrap .line-horizontal span {
  width: 100%;
  height: var(--line-width);
  background-image: linear-gradient(90deg, rgba(168, 85, 247, 0.025) 0%, rgba(168, 85, 247, 0.025) 84%, rgba(168, 85, 247, 0) 100%);
}
.section-welcome .background-wrap .cross-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-welcome .background-wrap .cross-wrap .cross {
  position: absolute;
  width: 280rem;
  height: 100rem;
}
.section-welcome .background-wrap .cross-wrap .cross::before {
  content: "";
  display: block;
  position: absolute;
  width: 400rem;
  height: 560rem;
  top: calc(50% - 280rem - 20rem);
  left: calc(50% - 200rem + 10rem);
  border-radius: 100%;
  background-image: radial-gradient(48.69% 50.06% at 50% 50%, rgba(124, 58, 237, 0.2) 0%, rgba(11, 15, 25, 0.2) 62.06%, rgba(11, 15, 25, 0.2) 72.22%, rgba(11, 15, 25, 0) 100%);
  transform: rotate(58deg);
  transition: 0.5s ease-out;
}
.section-welcome .background-wrap .cross-wrap .cross.no-gradient::before {
  opacity: 0;
}
.section-welcome .background-wrap .cross-wrap .cross.gradient-top::before {
  top: -300rem;
}
.section-welcome .background-wrap .cross-wrap .cross--rotate {
  transform: rotate(180deg);
}
.section-welcome .background-wrap .cross-wrap .cross span {
  position: absolute;
}
.section-welcome .background-wrap .cross-wrap .cross span::before, .section-welcome .background-wrap .cross-wrap .cross span::after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 198, 255, 0.1);
  filter: blur(8rem);
  border-radius: 100%;
  transition: 0.5s ease;
}
.section-welcome .background-wrap .cross-wrap .cross span.v {
  width: 100%;
  height: var(--line-width);
  background-image: linear-gradient(90deg, rgba(0, 198, 255, 0) 0%, rgba(0, 198, 255, 0.65) 50%, rgba(0, 198, 255, 0) 100%);
  top: 0;
  left: 0;
}
.section-welcome .background-wrap .cross-wrap .cross span.v::before {
  width: 80%;
  height: 18rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-welcome .background-wrap .cross-wrap .cross span.h {
  height: 100%;
  width: var(--line-width);
  top: var(--line-width);
  left: calc(50% - var(--line-width) / 2);
  background-image: linear-gradient(180deg, rgba(0, 198, 255, 0.65) 0%, rgba(0, 198, 255, 0) 100%);
}
.section-welcome .background-wrap .cross-wrap .cross span.h::before {
  width: 18rem;
  height: 80%;
  top: 0;
  left: calc(50% - 9rem);
}
.section-welcome .background-wrap .cross-wrap .cross:nth-child(1) {
  top: var(--welcome-padding);
  left: calc(50% - 898rem);
}
.section-welcome .background-wrap .cross-wrap .cross:nth-child(2) {
  top: var(--welcome-padding);
  left: calc(50% + 619rem);
}
.section-welcome .background-wrap .cross-wrap .cross:nth-child(3) {
  top: calc(50% - 99rem);
  left: calc(50% - 140rem);
}
.section-welcome .background-wrap .cross-wrap .cross:nth-child(4) {
  bottom: var(--welcome-padding);
  left: calc(50% - 519rem);
}
.section-welcome .grid {
  grid-template-columns: 720rem 1fr;
  justify-content: space-between;
  align-items: center;
  padding-right: 50rem;
  position: relative;
  z-index: 1;
}
.section-welcome .text-wrap {
  padding-bottom: 60rem;
}
.section-welcome .text-wrap p {
  margin-top: 30rem;
}
.section-welcome .text-wrap .btn-wrap {
  margin-top: 50rem;
}
.section-welcome .imgs-wrap {
  display: flex;
  justify-content: flex-end;
}
.section-welcome .imgs-wrap .phone-wrap {
  position: relative;
}
.section-welcome .imgs-wrap .phone-wrap img {
  display: block;
}
.section-welcome .imgs-wrap .phone-wrap img.phone {
  width: 354rem;
  aspect-ratio: 354/720;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0rem 30rem 30rem rgba(11, 15, 25, 0.2));
  transition: 0.5s;
}
.section-welcome .imgs-wrap .phone-wrap img.card {
  width: 364rem;
  position: absolute;
  filter: drop-shadow(0rem 7rem 10rem rgba(22, 30, 32, 0.14));
  transition: 0.5s;
  aspect-ratio: 364/100;
}
.section-welcome .imgs-wrap .phone-wrap .downloads-wrap {
  position: absolute;
  -webkit-backdrop-filter: blur(6rem);
          backdrop-filter: blur(6rem);
  background-size: 200%;
  z-index: 1;
  padding: 21rem 22rem;
  border-radius: 22rem;
  cursor: default;
  white-space: nowrap;
  transition: 0.25s;
}
.section-welcome .imgs-wrap .phone-wrap .downloads-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: inherit;
  padding: 2px;
  background-size: 140%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  transition: 0.25s;
}
.section-welcome .imgs-wrap .phone-wrap .downloads-wrap span.point {
  position: absolute;
  width: 88rem;
  height: 88rem;
  background-image: linear-gradient(180deg, rgba(0, 198, 255, 0.08) 0%, rgba(0, 198, 255, 0) 100%);
  border-radius: 100%;
}
.section-welcome .imgs-wrap .phone-wrap .downloads-wrap span.point::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 100%;
  padding: 2px;
  background-image: radial-gradient(118.18% 118.18% at 50% -18.18%, #00C6FF 0%, rgba(0, 198, 255, 0.44) 44%, rgba(0, 198, 255, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.section-welcome .imgs-wrap .phone-wrap .downloads-wrap span.point::after {
  content: "";
  display: block;
  position: absolute;
  height: 28rem;
  width: 2px;
  bottom: 100%;
  left: calc(50% - 1px);
  background-image: linear-gradient(0deg, #00C6FF 0%, rgba(0, 198, 255, 0.04) 90%);
  pointer-events: none;
}
.section-welcome .imgs-wrap .phone-wrap .downloads-wrap span.point span.dot {
  display: block;
  position: absolute;
  width: 33rem;
  height: 33rem;
  top: calc(50% - 16.5rem);
  left: calc(50% - 16.5rem);
  border-radius: 50%;
  background-color: #00C6FF;
  box-shadow: 0 0 0rem 10rem rgba(0, 198, 255, 0.2);
  border: 1px solid #00C6FF;
  transition: 0.25s;
}
.section-welcome .imgs-wrap .phone-wrap .downloads-wrap p.c-gray {
  margin-top: 7rem;
  transition: 0.25s;
}
.section-welcome .imgs-wrap .phone-wrap .downloads-wrap.left {
  top: 2rem;
  right: calc(100% + 125rem);
  background-image: linear-gradient(138deg, rgba(0, 198, 255, 0.008) 0%, rgba(0, 198, 255, 0.22) 100%);
  background-position: left bottom;
}
.section-welcome .imgs-wrap .phone-wrap .downloads-wrap.left::before {
  background-image: linear-gradient(-38deg, #00C6FF 0%, rgba(0, 198, 255, 0.04) 62%, rgba(0, 198, 255, 0.02) 100%);
}
.section-welcome .imgs-wrap .phone-wrap .downloads-wrap.left span.point {
  top: calc(100% + 8rem);
  left: calc(100% + 8rem);
  transform: rotate(-45deg);
}
.section-welcome .imgs-wrap .phone-wrap .downloads-wrap.right {
  right: calc(100% + 110rem);
  bottom: -125rem;
  background-image: linear-gradient(26deg, rgba(0, 198, 255, 0.008) 10%, rgba(0, 198, 255, 0.22) 100%);
  background-position: left top;
}
.section-welcome .imgs-wrap .phone-wrap .downloads-wrap.right::before {
  background-image: linear-gradient(223deg, #00C6FF 0%, rgba(0, 198, 255, 0.04) 62%, rgba(0, 198, 255, 0.02) 100%);
}
.section-welcome .imgs-wrap .phone-wrap .downloads-wrap.right span.point {
  bottom: calc(100% + 8rem);
  left: calc(100% + 8rem);
  transform: rotate(-135deg);
}
.section-welcome .imgs-wrap .phone-wrap--left {
  margin-right: -90rem;
}
.section-welcome .imgs-wrap .phone-wrap--left img.card {
  top: 29%;
  left: -12%;
}
.section-welcome .imgs-wrap .phone-wrap--left:hover img.card {
  transform: translate(-11%, 0) rotate(-10deg);
}
.section-welcome .imgs-wrap .phone-wrap--right {
  margin-top: 100rem;
}
.section-welcome .imgs-wrap .phone-wrap--right img.card.t {
  top: 38.6%;
  left: -3%;
  transform: rotate(-3deg);
}
.section-welcome .imgs-wrap .phone-wrap--right img.card.b {
  top: 50.6%;
  left: -0.5%;
  transform: rotate(6deg);
}
.section-welcome .imgs-wrap .phone-wrap--right:hover img.card.t {
  transform: translate(-11%, -5.5%) rotate(-8deg);
}
.section-welcome .imgs-wrap .phone-wrap--right:hover img.card.b {
  transform: translate(8%, 18%) rotate(8deg);
}
.section-welcome .imgs-wrap .phone-wrap:hover .downloads-wrap {
  transform: translate(0.0001px, 0);
  background-size: 100%;
}
.section-welcome .imgs-wrap .phone-wrap:hover .downloads-wrap::before {
  background-size: 100%;
}
.section-welcome .imgs-wrap .phone-wrap:hover .downloads-wrap span.point span.dot {
  background-color: #00C6FF;
  box-shadow: 0 0 0rem 12rem rgba(0, 198, 255, 0.2);
}
.section-welcome .imgs-wrap .phone-wrap:hover p.c-gray {
  color: #fff;
}
.section-welcome .imgs-wrap .phone-wrap:hover img.phone {
  transform: translate(0, -3%);
}
.section-welcome .mob-btn-wrap {
  margin-top: 25rem;
}
.section-welcome .mob-btn-wrap .btn {
  width: 100%;
}

.section-about {
  --about-padding: 100rem;
  position: relative;
  z-index: 1;
  padding-top: 50rem;
}
.section-about::before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 300rem;
  left: calc(50% + 260rem);
  width: 1264rem;
  height: 546rem;
  border-radius: 100%;
  background-image: radial-gradient(49.88% 49.88% at 50.01% 50.12%, rgba(57, 121, 153, 0.1) 0%, rgba(37, 60, 74, 0.1) 64%, rgba(11, 15, 25, 0) 100%);
  transform: rotate(20deg);
}
.section-about .title-wrap h2 {
  position: relative;
  z-index: 1;
}
.section-about .title-wrap h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 330rem;
  height: 800rem;
  top: -390rem;
  left: -100rem;
  border-radius: 100%;
  background-image: radial-gradient(48.69% 50.06% at 50% 50%, rgba(124, 58, 237, 0.1) 0%, rgba(11, 15, 25, 0.1) 62.06%, rgba(11, 15, 25, 0.1) 72.22%, rgba(11, 15, 25, 0) 100%);
  transform: rotate(70deg);
  z-index: -1;
}
.section-about .wrapper {
  position: relative;
  padding-top: 1rem;
}
.section-about .background-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-about .background-wrap span {
  display: block;
}
.section-about .background-wrap .line-vertical,
.section-about .background-wrap .line-horizontal {
  position: absolute;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: space-between;
}
.section-about .background-wrap .line-vertical {
  width: 870rem;
  left: calc(50% - 517rem);
}
.section-about .background-wrap .line-vertical span {
  width: var(--line-width);
  height: 100%;
  background-image: linear-gradient(180deg, rgba(168, 85, 247, 0) 0%, rgba(168, 85, 247, 0.02) 25%, rgba(168, 85, 247, 0.04) 50%, rgba(168, 85, 247, 0.02) 88%, rgba(168, 85, 247, 0) 100%);
  opacity: 0.5;
}
.section-about .background-wrap .line-vertical span:last-child {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 9%, rgba(255, 255, 255, 0.02) 88%, rgba(255, 255, 255, 0) 100%);
}
.section-about .background-wrap .line-horizontal {
  width: 100%;
  left: 0;
  flex-direction: column;
  padding-top: var(--about-padding);
  justify-content: flex-start;
}
.section-about .background-wrap .line-horizontal span {
  width: 100%;
  height: var(--line-width);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(168, 85, 247, 0.04) 66%, rgba(168, 85, 247, 0) 100%);
  opacity: 0.6;
}
.section-about .background-wrap .line-horizontal span:nth-child(2) {
  margin-top: 360rem;
}
.section-about .background-wrap .cross-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-about .background-wrap .cross-wrap .cross {
  position: absolute;
  width: 230rem;
  height: 200rem;
  top: 463rem;
  left: calc(50% - 630rem);
}
.section-about .background-wrap .cross-wrap .cross::before {
  content: "";
  display: block;
  position: absolute;
  width: 520rem;
  height: 730rem;
  top: calc(50% - 365rem - 130rem);
  left: calc(50% - 260rem - 40rem);
  border-radius: 100%;
  background-image: radial-gradient(48.69% 50.06% at 50% 50%, rgba(124, 58, 237, 0.14) 0%, rgba(11, 15, 25, 0.14) 62.06%, rgba(11, 15, 25, 0.14) 62.22%, rgba(11, 15, 25, 0) 100%);
  transform: rotate(-30deg);
  transition: 0.5s ease-out;
}
.section-about .background-wrap .cross-wrap .cross span {
  position: absolute;
}
.section-about .background-wrap .cross-wrap .cross span::before, .section-about .background-wrap .cross-wrap .cross span::after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 198, 255, 0.1);
  filter: blur(8rem);
  border-radius: 100%;
  transition: 0.5s ease;
}
.section-about .background-wrap .cross-wrap .cross span.v {
  width: 100%;
  height: var(--line-width);
  background-image: linear-gradient(90deg, rgba(0, 198, 255, 0) 0%, rgba(0, 198, 255, 0.65) 50%, rgba(0, 198, 255, 0) 100%);
  top: 0;
  left: 0;
}
.section-about .background-wrap .cross-wrap .cross span.v::before {
  width: 80%;
  height: 18rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-about .background-wrap .cross-wrap .cross span.h {
  height: 100%;
  width: var(--line-width);
  top: -50%;
  left: calc(50% - var(--line-width) / 2);
  background-image: linear-gradient(180deg, rgba(0, 198, 255, 0) 0%, rgba(0, 198, 255, 0.65) 50%, rgba(0, 198, 255, 0) 100%);
}
.section-about .background-wrap .cross-wrap .cross span.h::before {
  width: 18rem;
  height: 80%;
  top: 0;
  left: calc(50% - 9rem);
}
.section-about .items-wrapper {
  position: relative;
  z-index: 1;
}
.section-about .items-wrap {
  margin-top: 100rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 364rem;
  max-width: 650rem;
}
.section-about .items-wrap .item {
  display: grid;
  display: flex;
  align-items: center;
}
.section-about .items-wrap .item:nth-child(even) {
  padding-left: 100rem;
}
.section-about .items-wrap .item img {
  display: block;
  width: 45rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 32rem;
  aspect-ratio: 1;
}
.section-about .items-wrap .item p {
  margin-top: 16rem;
}
.section-about .map-wrap {
  width: 1140rem;
  height: 1140rem;
  position: absolute;
  top: -80rem;
  left: calc(50% + 203rem);
}
.section-about .map-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-about .map-wrap .marker {
  position: absolute;
  z-index: 10;
  display: grid;
  grid-auto-flow: column;
  white-space: nowrap;
  align-items: center;
  gap: 63rem;
  padding-left: 20rem;
}
.section-about .map-wrap .marker::before, .section-about .map-wrap .marker::after {
  content: "";
  display: block;
  position: absolute;
  width: 5rem;
  height: 5rem;
  background-color: #00C6FF;
  border-radius: 50%;
  left: 0;
  top: calc(50% - 2.5rem);
  box-shadow: 0 0 4rem 0 rgba(133, 222, 65, 0);
  transition: 0.25s;
}
.section-about .map-wrap .marker::before {
  filter: blur(1.5rem);
}
.section-about .map-wrap .marker::after {
  filter: blur(5rem);
}
.section-about .map-wrap .marker--kyiv {
  top: 40.7%;
  left: 23.6%;
}
.section-about .map-wrap .marker--cyprus {
  top: 51.7%;
  left: 20.5%;
}
.section-about .map-wrap .marker .ic-wrap {
  width: 42rem;
  height: 42rem;
  border-radius: 10rem;
  border: 2px solid #00C6FF;
  background-color: #00C6FF;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.25s;
}
.section-about .map-wrap .marker .ic-wrap img {
  display: block;
  width: 25rem;
  height: 25rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: 0.25s;
}
.section-about .map-wrap .marker span.text {
  display: block;
  width: 210rem;
  height: 74rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -webkit-backdrop-filter: blur(6rem);
          backdrop-filter: blur(6rem);
  background-image: linear-gradient(272.69deg, rgba(0, 198, 255, 0.0088) 2.22%, rgba(0, 198, 255, 0.22) 100.12%);
  background-size: 100%;
  z-index: 1;
  padding: 21rem 22rem;
  border-radius: 14rem;
  cursor: default;
  white-space: nowrap;
  transition: 0.25s;
}
.section-about .map-wrap .marker span.text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: inherit;
  padding: 2px;
  background-size: 100%;
  background-image: linear-gradient(-120deg, rgba(0, 198, 255, 0.04) 60%, #00C6FF 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  transition: 0.25s;
}
.section-about .map-wrap .marker span.text::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 56rem;
  bottom: calc(50% - 1px);
  right: 100%;
  background-image: linear-gradient(-90deg, #00C6FF 0%, rgba(0, 198, 255, 0.04) 90%);
}
.section-about .map-wrap .marker:hover::before, .section-about .map-wrap .marker:hover::after {
  box-shadow: 0 0 16rem 0 #00C6FF;
}
.section-about .map-wrap .marker:hover::after {
  filter: blur(2rem);
}
.section-about .map-wrap .marker:hover .ic-wrap {
  background-color: #00C6FF;
}
.section-about .map-wrap .marker:hover span.text {
  background-size: 130%;
}
.section-about .map-wrap .marker:hover span.text::before {
  background-size: 180%;
}

.section-apps {
  padding: 100rem 0;
  position: relative;
  z-index: 1;
}
.section-apps::before, .section-apps::after {
  content: "";
  display: block;
  position: absolute;
  width: 600rem;
  height: 1000rem;
  border-radius: 100%;
  background-image: radial-gradient(49.88% 49.88% at 50.01% 50.12%, rgba(57, 121, 153, 0.06) 0%, rgba(37, 60, 74, 0.06) 64%, rgba(11, 15, 25, 0) 100%);
  transform: rotate(60deg);
  z-index: -1;
  pointer-events: none;
}
.section-apps::before {
  top: -90rem;
  left: -340rem;
}
.section-apps::after {
  top: -200rem;
  right: 0;
}
.section-apps .swiper {
  margin: 100rem -20rem 0;
  overflow: visible;
}
.section-apps .swiper .swiper-wrapper .swiper-slide {
  width: 1002rem;
  padding: 0 20rem;
}
.section-apps .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .mob-text-wrap,
.section-apps .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .mob-btns-wrap {
  opacity: 1;
  pointer-events: auto;
}
.section-apps .item {
  height: 100%;
  border-radius: 26rem;
  padding: 18rem 18rem 0 18rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-backdrop-filter: blur(6rem);
          backdrop-filter: blur(6rem);
  background-image: linear-gradient(-30deg, rgba(0, 198, 255, 0.008) 22.22%, rgba(0, 198, 255, 0.1) 100%);
  background-size: 100%;
  z-index: 2;
  transition: 0.25s;
}
.section-apps .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: inherit;
  padding: 2px;
  background-size: 100%;
  background-image: linear-gradient(-32deg, rgba(0, 198, 255, 0.04) 60%, rgba(0, 198, 255, 0.8) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  transition: 0.25s;
}
.section-apps .item img.img {
  display: block;
  width: 546rem;
  position: absolute;
  top: 18rem;
  right: -67rem;
}
.section-apps .item .wrap {
  height: 100%;
  padding: 42rem;
  border-radius: 22rem;
  background: linear-gradient(180deg, rgba(0, 198, 255, 0.05) 0%, rgba(0, 198, 255, 0) 88%);
  position: relative;
  display: grid;
  gap: 40rem;
}
.section-apps .item .wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 2px 2px 0;
  background-image: linear-gradient(0deg, rgba(0, 198, 255, 0) 0%, rgba(0, 198, 255, 0.02) 44%, rgba(0, 198, 255, 0.06) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}
.section-apps .item .wrap::after {
  content: "";
  display: block;
  position: absolute;
  width: 4rem;
  height: calc(100% - 76rem);
  background-color: #00C6FF;
  border-radius: 0 4rem 4rem 0;
  left: 0;
  top: calc(50% - (100% - 76rem) / 2);
}
.section-apps .item .wrap .content-wrap {
  max-width: 490rem;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.section-apps .item .wrap .content-wrap .head-wrap {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: flex-start;
  gap: 22rem;
  position: relative;
}
.section-apps .item .wrap .content-wrap .head-wrap::before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: -100rem;
  left: -100rem;
  width: 300rem;
  height: 300rem;
  border-radius: 100%;
  background-image: radial-gradient(50% 50% at 50% 50%, rgba(124, 58, 237, 0.3) 0%, rgba(11, 15, 25, 0) 100%);
  pointer-events: none;
  z-index: -1;
  opacity: 0.5;
  transition: 0.5s;
}
.section-apps .item .wrap .content-wrap .head-wrap img {
  display: block;
  width: 90rem;
  height: 90rem;
}
.section-apps .item .wrap .content-wrap .head-wrap .txt-wrap {
  display: grid;
  gap: 10rem;
}
.section-apps .item .wrap .content-wrap .text-wrap {
  margin-top: 42rem;
}
.section-apps .item .wrap .content-wrap .text-wrap p {
  color: #788176;
  line-height: 1.4;
  transition: 0.5s;
}
.section-apps .item .wrap .content-wrap .qr-wrap {
  margin-top: auto;
  padding-top: 32rem;
  width: 121rem;
}
.section-apps .item .wrap .content-wrap .qr-wrap .img {
  position: relative;
  border-radius: 18rem;
  background-color: #fff;
  padding: 3rem;
  overflow: hidden;
}
.section-apps .item .wrap .content-wrap .qr-wrap .img img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-apps .item .wrap .content-wrap .qr-wrap .btns-wrap {
  margin-top: 12rem;
  display: grid;
  grid-auto-flow: column;
  align-items: flex-end;
  justify-content: space-between;
}
.section-apps .item .wrap .content-wrap .qr-wrap .btns-wrap button {
  font-size: 15rem;
  color: #788176;
  font-family: "SpaceGrotesk", sans-serif;
  position: relative;
  padding: 0 2rem 6rem;
  text-align: center;
  transition: 0.25s;
}
.section-apps .item .wrap .content-wrap .qr-wrap .btns-wrap button::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #00C6FF;
  border-radius: 50rem;
  transition: 0.25s;
  opacity: 0;
}
.section-apps .item .wrap .content-wrap .qr-wrap .btns-wrap button:hover {
  color: #fff;
}
.section-apps .item .wrap .content-wrap .qr-wrap .btns-wrap button.active {
  color: #fff;
}
.section-apps .item .wrap .content-wrap .qr-wrap .btns-wrap button.active::after {
  opacity: 1;
}
.section-apps .item:hover {
  background-size: 180%;
}
.section-apps .item:hover::before {
  background-size: 260%;
}
.section-apps .item:hover .wrap .content-wrap .text-wrap p {
  color: #fff;
}
.section-apps .item:hover .wrap .content-wrap .head-wrap::before {
  opacity: 1;
}
.section-apps .mob-text-wrap {
  margin-top: 22rem;
}
.section-apps .mob-text-wrap p {
  color: #788176;
  font-size: 15rem;
}
.section-apps .mob-btns-wrap {
  display: flex;
  align-items: center;
  max-width: 100%;
  overflow: hidden;
  justify-content: center;
  gap: 12rem;
  margin-top: 12rem;
}
.section-apps .mob-btns-wrap img {
  display: block;
  max-width: 100%;
  height: 58rem;
}

.section-careers {
  --careers-padding: 100rem;
  padding: 100rem 0 200rem;
  position: relative;
  z-index: 1;
}
.section-careers::before {
  content: "";
  display: block;
  position: absolute;
  width: 730rem;
  height: 730rem;
  background-image: radial-gradient(50% 50% at 50% 50%, rgba(124, 58, 237, 0.08) 0%, rgba(11, 15, 25, 0) 100%);
  z-index: -1;
  bottom: -50rem;
  left: calc(50% + 410rem);
}
.section-careers .wrapper {
  position: relative;
  padding-top: 1rem;
}
.section-careers .background-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-careers .background-wrap span {
  display: block;
}
.section-careers .background-wrap .line-vertical,
.section-careers .background-wrap .line-horizontal {
  position: absolute;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: space-between;
}
.section-careers .background-wrap .line-vertical {
  width: 430rem;
  left: calc(50% - 517rem);
}
.section-careers .background-wrap .line-vertical span {
  width: var(--line-width);
  height: 100%;
  background-image: linear-gradient(180deg, rgba(168, 85, 247, 0) 0%, rgba(168, 85, 247, 0.02) 25%, rgba(168, 85, 247, 0.04) 50%, rgba(168, 85, 247, 0.02) 88%, rgba(168, 85, 247, 0) 100%);
  opacity: 0.5;
}
.section-careers .background-wrap .line-vertical span:last-child {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 9%, rgba(255, 255, 255, 0.02) 88%, rgba(255, 255, 255, 0) 100%);
}
.section-careers .background-wrap .line-horizontal {
  width: 100%;
  left: 0;
  flex-direction: column;
  padding-top: var(--careers-padding);
  justify-content: flex-start;
}
.section-careers .background-wrap .line-horizontal span {
  width: 100%;
  height: var(--line-width);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(168, 85, 247, 0.04) 66%, rgba(168, 85, 247, 0) 100%);
  opacity: 0.6;
}
.section-careers .background-wrap .line-horizontal span:nth-child(2) {
  margin-top: 360rem;
}
.section-careers .background-wrap .cross-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-careers .background-wrap .cross-wrap .cross {
  position: absolute;
  width: 230rem;
  height: 200rem;
  top: 463rem;
  left: calc(50% - 203rem);
  transition: 0.5s ease-in;
}
.section-careers .background-wrap .cross-wrap .cross::before {
  content: "";
  display: block;
  position: absolute;
  width: 520rem;
  height: 730rem;
  top: calc(50% - 365rem - 130rem);
  left: calc(50% - 260rem - 40rem);
  border-radius: 100%;
  background-image: radial-gradient(48.69% 50.06% at 50% 50%, rgba(124, 58, 237, 0.14) 0%, rgba(11, 15, 25, 0.14) 62.06%, rgba(11, 15, 25, 0.14) 62.22%, rgba(11, 15, 25, 0) 100%);
  transform: rotate(-30deg);
  transition: 0.5s ease-out;
}
.section-careers .background-wrap .cross-wrap .cross span {
  position: absolute;
}
.section-careers .background-wrap .cross-wrap .cross span::before, .section-careers .background-wrap .cross-wrap .cross span::after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 198, 255, 0.1);
  filter: blur(8rem);
  border-radius: 100%;
  transition: 0.5s ease;
}
.section-careers .background-wrap .cross-wrap .cross span.v {
  width: 100%;
  height: var(--line-width);
  background-image: linear-gradient(90deg, rgba(0, 198, 255, 0) 0%, rgba(0, 198, 255, 0.65) 50%, rgba(0, 198, 255, 0) 100%);
  top: 0;
  left: 0;
}
.section-careers .background-wrap .cross-wrap .cross span.v::before {
  width: 80%;
  height: 18rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-careers .background-wrap .cross-wrap .cross span.h {
  height: 100%;
  width: var(--line-width);
  top: -50%;
  left: calc(50% - var(--line-width) / 2);
  background-image: linear-gradient(180deg, rgba(0, 198, 255, 0) 0%, rgba(0, 198, 255, 0.65) 50%, rgba(0, 198, 255, 0) 100%);
}
.section-careers .background-wrap .cross-wrap .cross span.h::before {
  width: 18rem;
  height: 80%;
  top: 0;
  left: calc(50% - 9rem);
}
.section-careers .content-wrapper {
  position: relative;
  z-index: 2;
}
.section-careers .grid {
  grid-template-columns: 1fr 715rem;
  gap: 210rem;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.section-careers .grid::before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  width: 400rem;
  height: 190rem;
  border-radius: 100%;
  top: calc(50% - 95rem);
  left: calc(50% + 0rem);
  background-image: radial-gradient(49.88% 49.88% at 50.01% 50.12%, rgba(57, 121, 153, 0.04) 0%, rgba(37, 60, 74, 0.04) 64%, rgba(11, 15, 25, 0) 100%);
  z-index: -1;
}
.section-careers .text-wrap {
  padding-top: 50rem;
}
.section-careers .text-wrap h2 {
  position: relative;
  z-index: 1;
}
.section-careers .text-wrap h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 600rem;
  height: 1000rem;
  top: -390rem;
  left: -340rem;
  border-radius: 100%;
  background-image: radial-gradient(48.69% 50.06% at 50% 50%, rgba(124, 58, 237, 0.08) 0%, rgba(11, 15, 25, 0.08) 62.06%, rgba(11, 15, 25, 0.08) 72.22%, rgba(11, 15, 25, 0) 100%);
  transform: rotate(60deg);
  z-index: -1;
}
.section-careers .text-wrap p {
  margin-top: 40rem;
}
.section-careers .text-wrap .btns-wrap {
  margin-top: 65rem;
  display: flex;
  flex-wrap: wrap;
  gap: 12rem;
}
.section-careers .form-wrap {
  background: linear-gradient(334.58deg, rgba(0, 198, 255, 0) 0.98%, rgba(0, 198, 255, 0.08) 89.74%);
  border-radius: 26rem;
  padding: 18rem 18rem 0 18rem;
  position: relative;
  z-index: 10;
}
.section-careers .form-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 2px;
  background-image: linear-gradient(0deg, rgba(0, 198, 255, 0) 0%, rgba(0, 198, 255, 0.02) 44%, rgba(0, 198, 255, 0.06) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}
.section-careers .form-wrap::after {
  content: "";
  display: block;
  position: absolute;
  width: 41rem;
  height: 163rem;
  background-image: url("../img/ic-form-angle.svg");
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: contain;
  top: calc(50% - 81.5rem);
  right: 100%;
  pointer-events: none;
}
.section-careers .form-wrap .wrap {
  padding: 42rem 42rem 60rem;
  border-radius: 22rem;
  background: linear-gradient(10.59deg, rgba(0, 198, 255, 0) 10.43%, rgba(0, 198, 255, 0.032) 89.26%);
  position: relative;
  display: grid;
  gap: 40rem;
}
.section-careers .form-wrap .wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 2px;
  background-image: linear-gradient(0deg, rgba(0, 198, 255, 0) 0%, rgba(0, 198, 255, 0.02) 44%, rgba(0, 198, 255, 0.06) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}
.section-careers .form-wrap .wrap .head-wrap {
  display: grid;
  gap: 20rem;
  align-items: flex-start;
  align-content: flex-start;
}
.section-careers .form-wrap .wrap form {
  display: grid;
  gap: 50rem;
}
.section-careers .form-wrap .wrap form .inputs-wrap {
  display: grid;
  gap: 12rem;
}
.section-careers .form-wrap .wrap form .inputs-wrap .input-wrap {
  position: relative;
  border-radius: 14rem;
}
.section-careers .form-wrap .wrap form .inputs-wrap .input-wrap input,
.section-careers .form-wrap .wrap form .inputs-wrap .input-wrap select,
.section-careers .form-wrap .wrap form .inputs-wrap .input-wrap .SumoSelect,
.section-careers .form-wrap .wrap form .inputs-wrap .input-wrap .input-file {
  display: block;
  width: 100%;
  height: 76rem;
  border: none;
  padding: 0 22rem;
}
.section-careers .form-wrap .wrap form .inputs-wrap .input-wrap input {
  border-radius: inherit;
  color: #fff;
  font-weight: bold;
  transition: 0.25s;
}
.section-careers .form-wrap .wrap form .inputs-wrap .input-wrap input::-moz-placeholder {
  font-weight: 400;
  color: #fff;
}
.section-careers .form-wrap .wrap form .inputs-wrap .input-wrap input::placeholder {
  font-weight: 400;
  color: #fff;
}
.section-careers .form-wrap .wrap form .inputs-wrap .input-wrap input:focus {
  color: #00C6FF;
}
.section-careers .form-wrap .wrap form .inputs-wrap .input-wrap input:focus ~ .border.default {
  opacity: 0;
}
.section-careers .form-wrap .wrap form .inputs-wrap .input-wrap input:focus ~ .border.focus {
  opacity: 1;
}
.section-careers .form-wrap .wrap form .inputs-wrap .input-wrap input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.25s;
  transition: 0.25s;
}
.section-careers .form-wrap .wrap form .inputs-wrap .input-wrap input:focus::placeholder {
  opacity: 0;
  transition: 0.25s;
}
.section-careers .form-wrap .wrap form .inputs-wrap .input-wrap input:hover {
  background-color: rgba(128, 209, 108, 0.05);
}
.section-careers .form-wrap .wrap form .inputs-wrap .input-wrap select {
  width: 100%;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}
.section-careers .form-wrap .wrap form .inputs-wrap .input-wrap .SumoSelect.open > .CaptionCont > span.placeholder {
  color: #00C6FF;
}
.section-careers .form-wrap .wrap form .inputs-wrap .input-wrap .SumoSelect.open ~ .border.default {
  opacity: 0;
}
.section-careers .form-wrap .wrap form .inputs-wrap .input-wrap .SumoSelect.open ~ .border.focus {
  opacity: 1;
}
.section-careers .form-wrap .wrap form .inputs-wrap .input-wrap input[type=file] {
  position: relative;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.section-careers .form-wrap .wrap form .inputs-wrap .input-wrap input[type=file]:hover ~ .input-file {
  background-color: rgba(128, 209, 108, 0.05);
}
.section-careers .form-wrap .wrap form .inputs-wrap .input-wrap .input-file {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.25s;
  position: absolute;
  border-radius: inherit;
  display: flex;
  align-items: center;
  background-image: url("../img/ic-plus.svg");
  background-repeat: no-repeat;
  background-size: 10rem;
  background-position: calc(100% - 31rem) 49%;
}
.section-careers .form-wrap .wrap form .inputs-wrap .input-wrap .input-file span {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 50rem;
}
.section-careers .form-wrap .wrap form .inputs-wrap .input-wrap .border {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 2px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  transition: 0.25s;
}
.section-careers .form-wrap .wrap form .inputs-wrap .input-wrap .border.default {
  opacity: 1;
  background-image: linear-gradient(97deg, rgba(0, 198, 255, 0.08) 3.74%, rgba(0, 198, 255, 0.06) 48.02%, rgba(0, 198, 255, 0.08) 100%);
}
.section-careers .form-wrap .wrap form .inputs-wrap .input-wrap .border.focus {
  background-image: linear-gradient(97deg, rgba(0, 198, 255, 0.5) 3.74%, rgba(0, 198, 255, 0.25) 48.02%, rgba(0, 198, 255, 0.5) 100%);
}

.section-404 {
  --nf-padding: 120rem;
  position: relative;
  z-index: 1;
  height: 100%;
}
.section-404 .wrapper {
  position: relative;
  height: 100%;
  padding: 50rem 0 100rem;
}
.section-404 .wrapper::before, .section-404 .wrapper::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.section-404 .wrapper::before {
  height: 900rem;
  width: 1700rem;
  background-image: radial-gradient(50% 50% at 50% 50%, rgba(124, 58, 237, 0.2) 0%, rgba(11, 15, 25, 0) 100%);
  transform: rotate(-30deg);
  top: -450rem;
  left: calc(50% - 1700rem);
}
.section-404 .wrapper::after {
  width: 1000rem;
  height: 1000rem;
  background-image: radial-gradient(50% 50% at 50% 50%, rgba(124, 58, 237, 0.16) 0%, rgba(11, 15, 25, 0) 100%);
  bottom: -600rem;
  right: -600rem;
}
.section-404 .background-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-404 .background-wrap span {
  display: block;
}
.section-404 .background-wrap .line-vertical,
.section-404 .background-wrap .line-horizontal {
  position: absolute;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: space-between;
}
.section-404 .background-wrap .line-vertical {
  width: 1520rem;
  left: calc(50% - 760rem);
}
.section-404 .background-wrap .line-vertical span {
  width: var(--line-width);
  height: 100%;
  background-image: linear-gradient(180deg, rgba(168, 85, 247, 0.025) 0%, rgba(168, 85, 247, 0.025) 84%, rgba(168, 85, 247, 0) 100%);
}
.section-404 .background-wrap .line-horizontal {
  width: 100%;
  left: 0;
  flex-direction: column;
  padding: var(--nf-padding) 0;
}
.section-404 .background-wrap .line-horizontal span {
  width: 100%;
  height: var(--line-width);
  background-image: linear-gradient(90deg, rgba(168, 85, 247, 0.025) 0%, rgba(168, 85, 247, 0.025) 84%, rgba(168, 85, 247, 0) 100%);
}
.section-404 .background-wrap .cross-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-404 .background-wrap .cross-wrap .cross {
  position: absolute;
  width: 280rem;
  height: 100rem;
}
.section-404 .background-wrap .cross-wrap .cross::before {
  content: "";
  display: block;
  position: absolute;
  width: 400rem;
  height: 560rem;
  top: calc(50% - 280rem - 20rem);
  left: calc(50% - 200rem + 10rem);
  border-radius: 100%;
  background-image: radial-gradient(48.69% 50.06% at 50% 50%, rgba(124, 58, 237, 0.2) 0%, rgba(11, 15, 25, 0.2) 62.06%, rgba(11, 15, 25, 0.2) 72.22%, rgba(11, 15, 25, 0) 100%);
  transform: rotate(58deg);
  transition: 0.5s ease-out;
}
.section-404 .background-wrap .cross-wrap .cross.no-gradient::before {
  opacity: 0;
}
.section-404 .background-wrap .cross-wrap .cross.gradient-top::before {
  top: -300rem;
}
.section-404 .background-wrap .cross-wrap .cross--rotate {
  transform: rotate(180deg);
}
.section-404 .background-wrap .cross-wrap .cross span {
  position: absolute;
}
.section-404 .background-wrap .cross-wrap .cross span::before, .section-404 .background-wrap .cross-wrap .cross span::after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 198, 255, 0.1);
  filter: blur(8rem);
  border-radius: 100%;
  transition: 0.5s ease;
}
.section-404 .background-wrap .cross-wrap .cross span.v {
  width: 100%;
  height: var(--line-width);
  background-image: linear-gradient(90deg, rgba(0, 198, 255, 0) 0%, rgba(0, 198, 255, 0.65) 50%, rgba(0, 198, 255, 0) 100%);
  top: 0;
  left: 0;
}
.section-404 .background-wrap .cross-wrap .cross span.v::before {
  width: 80%;
  height: 18rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-404 .background-wrap .cross-wrap .cross span.h {
  height: 100%;
  width: var(--line-width);
  top: var(--line-width);
  left: calc(50% - var(--line-width) / 2);
  background-image: linear-gradient(180deg, rgba(0, 198, 255, 0.65) 0%, rgba(0, 198, 255, 0) 100%);
}
.section-404 .background-wrap .cross-wrap .cross span.h::before {
  width: 18rem;
  height: 80%;
  top: 0;
  left: calc(50% - 9rem);
}
.section-404 .background-wrap .cross-wrap .cross span.h.t {
  transform: translate(0, -100%) rotate(180deg);
}
.section-404 .background-wrap .cross-wrap .cross:nth-child(1) {
  top: var(--nf-padding);
  left: calc(50% - 898rem);
}
.section-404 .background-wrap .cross-wrap .cross:nth-child(2) {
  top: var(--nf-padding);
  left: calc(50% + 619rem);
}
.section-404 .background-wrap .cross-wrap .cross:nth-child(3) {
  bottom: var(--nf-padding);
  left: calc(50% - 519rem);
}
.section-404 .container {
  height: 100%;
}
.section-404 .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 1;
  gap: 22rem;
}
.section-404 .content-wrap::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  height: 700rem;
  width: 550rem;
  background-image: radial-gradient(50% 50% at 50% 50%, rgba(124, 58, 237, 0.2) 0%, rgba(11, 15, 25, 0) 100%);
  transform: rotate(30deg);
  top: calc(50% - 350rem);
  left: calc(50% - 100rem);
}
.section-404 .content-wrap .btn-wrap {
  margin-top: 58rem;
}

section.popup-form {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  opacity: 0;
  pointer-events: none;
  transition: 0.25s;
  overflow: hidden;
}
section.popup-form .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(11, 15, 25, 0.6);
  z-index: 1;
  -webkit-backdrop-filter: blur(3rem);
          backdrop-filter: blur(3rem);
}
section.popup-form .wrapper {
  overflow: auto;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 50rem 0;
  display: flex;
}
section.popup-form .wrapper .content-wrap {
  position: relative;
  z-index: 1;
  padding: 64rem 60rem 56rem;
  display: grid;
  gap: 22rem;
  width: 642rem;
  background-color: #999;
  border-radius: 32rem;
  background: linear-gradient(330.46deg, rgba(30, 34, 31, 0) 0.61%, rgba(30, 34, 31, 0.38879) 38.27%, rgba(30, 34, 31, 0.4) 75.77%, rgba(30, 34, 31, 0.8) 97.47%), rgba(11, 15, 25, 0.6);
  -webkit-backdrop-filter: blur(9rem);
          backdrop-filter: blur(9rem);
  margin: auto;
  transform: translate(0, 50rem);
  opacity: 0;
  transition: 0.25s;
}
section.popup-form .wrapper .content-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background: linear-gradient(209.97deg, rgba(0, 198, 255, 0.06) 36.58%, rgba(0, 198, 255, 0.02) 48.93%, rgba(0, 198, 255, 0.06) 63.42%);
  z-index: -1;
  padding: 2px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
section.popup-form .wrapper .content-wrap button.close {
  position: absolute;
  z-index: 1;
  top: 30rem;
  right: 30rem;
  transition: 0.25s;
}
section.popup-form .wrapper .content-wrap button.close:hover {
  transform: rotate(90deg);
}
section.popup-form .wrapper .content-wrap button.close img {
  display: block;
  width: 22rem;
}
section.popup-form .wrapper .content-wrap .btn-wrap {
  margin-top: 38rem;
}
section.popup-form.open {
  opacity: 1;
}
section.popup-form.open .overlay {
  pointer-events: auto;
}
section.popup-form.open .wrapper .content-wrap {
  opacity: 1;
  transform: translate(0, 0);
  pointer-events: auto;
}

.section-text {
  padding: 120rem 0;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}
.section-text::before, .section-text::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.section-text::before {
  height: 900rem;
  width: 1700rem;
  background-image: radial-gradient(50% 50% at 50% 50%, rgba(124, 58, 237, 0.2) 0%, rgba(11, 15, 25, 0) 100%);
  transform: rotate(-30deg);
  top: -450rem;
  left: calc(50% - 1700rem);
}
.section-text::after {
  width: 1000rem;
  height: 1000rem;
  background-image: radial-gradient(50% 50% at 50% 50%, rgba(124, 58, 237, 0.16) 0%, rgba(11, 15, 25, 0) 100%);
  bottom: -600rem;
  right: -600rem;
}
.section-text .text-wrap {
  max-width: 1200rem;
  margin: 0 auto;
}
.section-text h1 {
  font-size: 48rem;
  margin-bottom: 70rem;
  text-align: center;
}
.section-text h2 {
  margin-bottom: 20rem;
  font-size: 32rem;
}
.section-text ul {
  padding-left: 30rem;
}
.section-text ul li {
  list-style-type: disc;
  letter-spacing: -0.02em;
  line-height: 1.47;
}
.section-text a {
  text-decoration: underline;
  white-space: wrap;
  transition: 0.25s;
}
.section-text a:hover {
  color: #00C6FF;
}
@media (max-width: 1200px) {
  :root {
    --line-width: 2px;
  }
}
@media only screen and (min-width: 481px) {
  q {
    top: 0;
  }
  .section-welcome .mob-btn-wrap {
    display: none;
  }
  .section-apps .swiper .swiper-wrapper .swiper-slide {
    height: auto;
  }
  .section-apps .mob-text-wrap {
    display: none;
  }
}
@media only screen and (min-width: 993px) {
  q {
    top: 0;
  }
}
@media only screen and (min-width: 769px) {
  q {
    top: 0;
  }
  .hidden-desc {
    display: none;
  }
  header.header-main .grid button.btn-menu {
    display: none;
  }
  header.header-main .mobile-menu-wrap {
    display: none;
  }
  .section-welcome .background-wrap .cross-wrap .cross:hover::before {
    transform: rotate(58deg) scale(1.6);
    opacity: 0;
  }
  .section-welcome .background-wrap .cross-wrap .cross:hover span::before {
    opacity: 0.15;
  }
  .section-welcome .background-wrap .cross-wrap .cross:hover span.v::before {
    width: 150%;
  }
  .section-welcome .background-wrap .cross-wrap .cross:hover span.h::before {
    height: 150%;
  }
  .section-about .background-wrap .cross-wrap .cross:hover::before {
    transform: rotate(58deg) scale(1.6);
    opacity: 0;
  }
  .section-about .background-wrap .cross-wrap .cross:hover span::before {
    opacity: 0.15;
  }
  .section-about .background-wrap .cross-wrap .cross:hover span.v::before {
    width: 150%;
  }
  .section-about .background-wrap .cross-wrap .cross:hover span.h::before {
    height: 150%;
  }
  .section-apps .mob-btns-wrap {
    display: none;
  }
  .section-careers .background-wrap .cross-wrap .cross:hover::before {
    transform: rotate(58deg) scale(1.6);
    opacity: 0;
  }
  .section-careers .background-wrap .cross-wrap .cross:hover span::before {
    opacity: 0.15;
  }
  .section-careers .background-wrap .cross-wrap .cross:hover span.v::before {
    width: 150%;
  }
  .section-careers .background-wrap .cross-wrap .cross:hover span.h::before {
    height: 150%;
  }
  .section-404 .background-wrap .cross-wrap .cross:hover::before {
    transform: rotate(58deg) scale(1.6);
    opacity: 0;
  }
  .section-404 .background-wrap .cross-wrap .cross:hover span::before {
    opacity: 0.15;
  }
  .section-404 .background-wrap .cross-wrap .cross:hover span.v::before {
    width: 150%;
  }
  .section-404 .background-wrap .cross-wrap .cross:hover span.h::before {
    height: 150%;
  }
}
@media only screen and (max-width: 992px) {
  q {
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  q {
    top: 0;
  }
  h1 {
    font-size: 38rem;
  }
  h2 {
    font-size: 34rem;
  }
  h3 {
    font-size: 22rem;
  }
  h4 {
    font-size: 18rem;
  }
  .fz12 {
    font-size: 12rem;
  }
  .fz14 {
    font-size: 14rem;
  }
  .fz15 {
    font-size: 15rem;
  }
  .fz16 {
    font-size: 16rem;
  }
  .fz18 {
    font-size: 18rem;
  }
  .fz20 {
    font-size: 15rem;
  }
  .fz24 {
    font-size: 18rem;
  }
  .fz26 {
    font-size: 16rem;
  }
  .fz30 {
    font-size: 24rem;
  }
  .fz32 {
    font-size: 24rem;
  }
  .fz34 {
    font-size: 24rem;
  }
  .fz42 {
    font-size: 24rem;
  }
  .fz260 {
    font-size: 118rem;
  }
  .hidden-mob {
    display: none;
  }
  .btn {
    height: 70rem;
    font-size: 20rem;
  }
  .btn.small {
    height: 35rem;
    font-size: 15rem;
    padding: 0 20rem;
    border-radius: 8rem;
  }
  html {
    font-size: 0.1302083333vw;
  }
  .container {
    padding: 0 20rem;
  }
  header.header-main .grid {
    height: 80rem;
  }
  header.header-main .grid .right-wrap {
    display: none;
  }
  header.header-main .grid .right-wrap .menu-wrap {
    display: none;
  }
  header.header-main .mobile-menu-wrap {
    max-width: 100%;
    box-shadow: none;
  }
  footer.footer-main {
    padding: 32rem 0;
  }
  footer.footer-main .grid {
    grid-template-columns: 1fr;
  }
  footer.footer-main .right-wrap ul {
    gap: 30rem;
    display: block;
    text-align: left;
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }
  footer.footer-main .right-wrap ul li {
    margin-bottom: 12rem;
  }
  footer.footer-main .right-wrap p {
    text-align: left;
  }
  .block-logo img {
    width: 134rem;
  }
  .mouse {
    display: none;
  }
  .SumoSelect > .optWrapper > .options li.opt {
    font-size: 12rem;
  }
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    margin-top: 40rem;
    padding: 0 12rem;
  }
  .section-welcome {
    --welcome-padding: 80rem;
  }
  .section-welcome .wrapper {
    padding-top: 100rem;
    margin-bottom: 80rem;
  }
  .section-welcome .wrapper::before {
    left: calc(50% - 1400rem);
  }
  .section-welcome .wrapper::after {
    right: calc(50% - 1600rem);
  }
  .section-welcome .background-wrap .line-vertical {
    width: 682rem;
    left: calc(50% - 341rem);
  }
  .section-welcome .background-wrap .line-vertical span:nth-child(4), .section-welcome .background-wrap .line-vertical span:nth-child(5) {
    display: none;
  }
  .section-welcome .background-wrap .line-horizontal span:nth-child(3) {
    opacity: 0;
  }
  .section-welcome .background-wrap .cross-wrap .cross {
    width: 130rem;
    height: 52rem;
  }
  .section-welcome .background-wrap .cross-wrap .cross:nth-child(1) {
    display: none;
  }
  .section-welcome .background-wrap .cross-wrap .cross:nth-child(2) {
    display: none;
  }
  .section-welcome .background-wrap .cross-wrap .cross:nth-child(3) {
    top: calc(var(--welcome-padding) - 52rem);
    left: auto;
    right: -22rem;
  }
  .section-welcome .background-wrap .cross-wrap .cross:nth-child(4) {
    left: -20rem;
    bottom: auto;
    top: calc(50% - 51rem);
  }
  .section-welcome .grid {
    grid-template-columns: 360rem 1fr;
    padding-right: 20rem;
  }
  .section-welcome .imgs-wrap .phone-wrap img.phone {
    width: 162rem;
  }
  .section-welcome .imgs-wrap .phone-wrap img.card {
    width: 164rem;
  }
  .section-welcome .imgs-wrap .phone-wrap .downloads-wrap {
    padding: 12rem 18rem 12rem 12rem;
    border-radius: 14rem;
  }
  .section-welcome .imgs-wrap .phone-wrap .downloads-wrap span.point {
    width: 44rem;
    height: 44rem;
  }
  .section-welcome .imgs-wrap .phone-wrap .downloads-wrap span.point::after {
    width: 1px;
    height: 15rem;
  }
  .section-welcome .imgs-wrap .phone-wrap .downloads-wrap span.point span.dot {
    width: 17rem;
    height: 17rem;
    top: calc(50% - 8.5rem);
    left: calc(50% - 8.5rem);
    box-shadow: 0 0 0rem 5rem rgba(0, 198, 255, 0.2);
  }
  .section-welcome .imgs-wrap .phone-wrap .downloads-wrap p.c-gray {
    font-size: 10rem;
    margin-top: 5rem;
  }
  .section-welcome .imgs-wrap .phone-wrap .downloads-wrap.left {
    top: -55rem;
    right: calc(100% + 55rem);
  }
  .section-welcome .imgs-wrap .phone-wrap .downloads-wrap.right {
    right: calc(100% + 56rem);
    bottom: -55rem;
  }
  .section-welcome .imgs-wrap .phone-wrap--right {
    margin-top: 75rem;
  }
  .section-welcome .imgs-wrap .phone-wrap:hover .downloads-wrap span.point span.dot {
    box-shadow: 0 0 0rem 6rem rgba(0, 198, 255, 0.2);
  }
  .section-about {
    --about-padding: 30rem;
  }
  .section-about::before {
    left: calc(50% - 350rem);
    top: auto;
    bottom: 50rem;
    opacity: 0.5;
  }
  .section-about .background-wrap {
    height: 500rem;
  }
  .section-about .background-wrap .line-vertical span:nth-child(3) {
    opacity: 0;
  }
  .section-about .background-wrap .line-horizontal span:nth-child(2) {
    margin-top: 211rem;
  }
  .section-about .background-wrap .cross-wrap .cross {
    left: calc(50% - 197rem);
    top: 244rem;
  }
  .section-about .items-wrapper {
    padding-bottom: 440rem;
  }
  .section-about .items-wrap {
    margin-top: 60rem;
    max-width: 100%;
    gap: 15rem;
    grid-auto-rows: 174rem;
  }
  .section-about .items-wrap .item:nth-child(even) {
    padding-left: 52rem;
  }
  .section-about .items-wrap .item img {
    margin-bottom: 20rem;
  }
  .section-about .items-wrap .item p {
    margin-top: 10rem;
  }
  .section-about .map-wrap {
    width: 720rem;
    height: 720rem;
    top: auto;
    bottom: -50rem;
    left: 80rem;
  }
  .section-about .map-wrap .marker {
    gap: 38rem;
    padding-left: 15rem;
  }
  .section-about .map-wrap .marker .ic-wrap {
    width: 30rem;
    height: 30rem;
  }
  .section-about .map-wrap .marker .ic-wrap img {
    width: 14rem;
  }
  .section-about .map-wrap .marker span.text {
    width: 130rem;
    height: 44rem;
    font-size: 16rem;
    border-radius: 10rem;
    padding: 12rem;
  }
  .section-about .map-wrap .marker span.text::after {
    width: 32rem;
  }
  .section-apps {
    padding: 50rem 0;
  }
  .section-apps .swiper {
    margin: 50rem -6rem 0;
  }
  .section-apps .swiper .swiper-wrapper .swiper-slide {
    width: 596rem;
    padding: 0 6rem;
    display: grid;
    grid-template-rows: 1fr auto;
  }
  .section-apps .item {
    padding: 12rem 12rem 0 12rem;
    border-radius: 14rem;
  }
  .section-apps .item img.img {
    top: 14rem;
    width: 324rem;
    right: -30rem;
  }
  .section-apps .item .wrap {
    padding: 24rem;
    border-radius: 12rem;
  }
  .section-apps .item .wrap::after {
    width: 3px;
    height: calc(100% - 46rem);
    top: calc(50% - (100% - 46rem) / 2);
  }
  .section-apps .item .wrap .content-wrap {
    grid-template-rows: auto 1fr;
    align-items: flex-start;
    max-width: 294rem;
  }
  .section-apps .item .wrap .content-wrap .head-wrap img {
    width: 60rem;
    height: 60rem;
  }
  .section-apps .item .wrap .content-wrap .head-wrap .txt-wrap p {
    font-size: 15rem;
  }
  .section-apps .item .wrap .content-wrap .text-wrap p {
    font-size: 15rem;
  }
  .section-apps .item .wrap .content-wrap .qr-wrap {
    display: none;
  }
  .section-careers {
    --careers-padding: 200rem;
    padding: 50rem 0 100rem;
  }
  .section-careers .background-wrap {
    top: 50rem;
    bottom: 0;
    height: auto;
  }
  .section-careers .background-wrap .line-vertical {
    width: 202rem;
    left: calc(50% + 1rem);
  }
  .section-careers .background-wrap .cross-wrap .cross {
    top: 200rem;
    left: calc(50% + 87rem);
  }
  .section-careers .grid {
    grid-template-columns: 1fr;
    gap: 60rem;
  }
  .section-careers .text-wrap {
    padding-top: 0;
  }
  .section-careers .text-wrap h2 {
    max-width: 510rem;
  }
  .section-careers .text-wrap p {
    margin-top: 22rem;
  }
  .section-careers .text-wrap .btns-wrap {
    margin-top: 32rem;
  }
  .section-careers .form-wrap::after {
    transform: rotate(90deg);
    top: -51rem;
    left: 70rem;
    width: 20.5rem;
    height: 81.5rem;
  }
  .section-careers .form-wrap .wrap {
    gap: 30rem;
  }
  .section-careers .form-wrap .wrap .head-wrap {
    gap: 15rem;
  }
  .section-careers .form-wrap .wrap .head-wrap p {
    font-size: 15rem;
  }
  .section-careers .form-wrap .wrap form {
    gap: 32rem;
  }
  .section-careers .form-wrap .wrap form .inputs-wrap {
    gap: 8rem;
  }
  .section-careers .form-wrap .wrap form .inputs-wrap .input-wrap {
    border-radius: 10rem;
  }
  .section-careers .form-wrap .wrap form .inputs-wrap .input-wrap input,
  .section-careers .form-wrap .wrap form .inputs-wrap .input-wrap select,
  .section-careers .form-wrap .wrap form .inputs-wrap .input-wrap .SumoSelect,
  .section-careers .form-wrap .wrap form .inputs-wrap .input-wrap .input-file {
    font-size: 15rem;
    height: 58rem;
  }
  .section-careers .form-wrap .wrap form .btn-wrap {
    margin-top: 20rem;
  }
  .section-404 .wrapper::before {
    left: calc(50% - 1400rem);
  }
  .section-404 .wrapper::after {
    right: auto;
    left: calc(50% - 980rem);
    bottom: -700rem;
  }
  .section-404 .background-wrap .line-vertical {
    width: 275rem;
    left: calc(50% - 137.5rem);
  }
  .section-404 .background-wrap .line-vertical span:nth-child(3), .section-404 .background-wrap .line-vertical span:nth-child(4), .section-404 .background-wrap .line-vertical span:nth-child(5) {
    display: none;
  }
  .section-404 .background-wrap .cross-wrap .cross {
    width: 214rem;
    height: 72rem;
  }
  .section-404 .background-wrap .cross-wrap .cross:nth-child(1) {
    left: calc(50% - 243rem);
  }
  .section-404 .background-wrap .cross-wrap .cross:nth-child(2) {
    display: none;
  }
  .section-404 .background-wrap .cross-wrap .cross:nth-child(3) {
    left: calc(50% + 30rem);
  }
  .section-404 .content-wrap::before {
    height: 270rem;
    width: 210rem;
    top: calc(50% - 135rem - 120rem);
    left: calc(50% + 0rem);
    opacity: 0.8;
  }
  section.popup-form .wrapper {
    padding: 50rem 0 0 0;
  }
  section.popup-form .wrapper .content-wrap {
    width: 100%;
    align-self: flex-end;
    margin-bottom: 0;
    border-radius: 32rem 32rem 0 0;
    padding: 40rem 20rem;
  }
  section.popup-form .wrapper .content-wrap h2 {
    padding-right: 75rem;
  }
  section.popup-form .wrapper .content-wrap .btn-wrap {
    margin-top: 20rem;
  }
  .section-text::before {
    left: calc(50% - 1400rem);
  }
  .section-text::after {
    right: auto;
    left: calc(50% - 980rem);
    bottom: -700rem;
  }
  .section-text {
    padding: 140rem 0 80rem;
    font-size: 18rem;
  }
  .section-text h1 {
    margin-bottom: 30rem;
  }
  .section-text h2 {
    margin-bottom: 15rem;
  }
  .section-text ul {
    padding-left: 20rem;
  }
}
@media only screen and (max-width: 480px) {
  q {
    top: 0;
  }
  h1 {
    line-height: 1.1;
  }
  .fz12 {
    font-size: 12rem;
  }
  .fz14 {
    font-size: 14rem;
  }
  .fz15 {
    font-size: 15rem;
  }
  .fz16 {
    font-size: 16rem;
  }
  .fz18 {
    font-size: 18rem;
  }
  .fz20 {
    font-size: 15rem;
  }
  .fz24 {
    font-size: 18rem;
  }
  .fz26 {
    font-size: 16rem;
  }
  .fz30 {
    font-size: 24rem;
  }
  .fz32 {
    font-size: 24rem;
  }
  .fz34 {
    font-size: 24rem;
  }
  .fz42 {
    font-size: 24rem;
  }
  .fz260 {
    font-size: 118rem;
  }
  html {
    font-size: 0.2336448598vw;
  }
  .SumoSelect.open > .optWrapper {
    padding: 20rem 14rem;
  }
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    margin-top: 30rem;
    padding: 0 6rem;
  }
  .section-welcome .background-wrap .line-vertical {
    width: 235rem;
    left: auto;
    right: 42rem;
  }
  .section-welcome .background-wrap .line-vertical span:nth-child(3) {
    display: none;
  }
  .section-welcome .background-wrap .cross-wrap .cross:nth-child(4) {
    left: 87rem;
  }
  .section-welcome .grid {
    padding-right: 0;
    grid-template-columns: 1fr;
  }
  .section-welcome .text-wrap {
    padding-bottom: 0;
  }
  .section-welcome .text-wrap p {
    margin-top: 20rem;
  }
  .section-welcome .text-wrap .btn-wrap {
    display: none;
  }
  .section-welcome .imgs-wrap {
    justify-content: space-between;
    padding: 60rem 15rem 42rem 25rem;
  }
  .section-welcome .imgs-wrap .phone-wrap .downloads-wrap.left {
    right: auto;
    top: -30rem;
    left: calc(100% + 50rem);
  }
  .section-welcome .imgs-wrap .phone-wrap .downloads-wrap.left span.point {
    left: auto;
    right: calc(100% + 2rem);
    top: calc(100% + 2rem);
    transform: rotate(45deg);
  }
  .section-welcome .imgs-wrap .phone-wrap .downloads-wrap.right {
    right: calc(100% + 46rem);
    bottom: -39rem;
  }
  .section-welcome .imgs-wrap .phone-wrap .downloads-wrap.right span.point {
    bottom: calc(100% + 2rem);
    left: calc(100% + 2rem);
  }
  .section-welcome .imgs-wrap .phone-wrap--left {
    margin-right: 0;
  }
  .section-welcome .imgs-wrap .phone-wrap:hover img.phone {
    transform: translate(0, -1%);
  }
  .section-about .background-wrap .line-vertical {
    left: calc(50% - 15rem);
  }
  .section-about .background-wrap .cross-wrap .cross {
    left: calc(50% - 129rem);
  }
  .section-about .items-wrapper {
    padding-bottom: 640rem;
  }
  .section-about .items-wrap {
    padding: 0;
  }
  .section-about .items-wrap .item:nth-child(even) {
    padding-left: 30rem;
  }
  .section-about .map-wrap {
    left: 20rem;
  }
  .section-apps::before {
    display: none;
  }
  .section-apps .swiper {
    margin-top: 30rem;
  }
  .section-apps .swiper .swiper-wrapper .swiper-slide {
    width: 378rem;
    grid-template-rows: 1fr auto auto;
  }
  .section-apps .item {
    padding: 6rem 6rem 0 6rem;
    min-height: 172rem;
  }
  .section-apps .item img.img {
    top: 4rem;
    width: 190rem;
    right: -20rem;
  }
  .section-apps .item .wrap {
    padding: 16rem;
  }
  .section-apps .item .wrap::after {
    height: calc(100% - 26rem);
    top: calc(50% - (100% - 26rem) / 2);
  }
  .section-apps .item .wrap .content-wrap {
    max-width: 200rem;
  }
  .section-apps .item .wrap .content-wrap .head-wrap {
    grid-auto-flow: row;
    gap: 18rem;
  }
  .section-apps .item .wrap .content-wrap .head-wrap img {
    width: 45rem;
    height: 45rem;
  }
  .section-apps .item .wrap .content-wrap .text-wrap {
    display: none;
  }
  .section-apps .mob-text-wrap,
  .section-apps .mob-btns-wrap {
    pointer-events: none;
    transition: 0.25s;
    opacity: 0;
  }
  .section-apps .mob-btns-wrap {
    margin-top: 22rem;
    justify-content: space-between;
  }
  .section-careers {
    --careers-padding: 265rem;
  }
  .section-careers .background-wrap .line-vertical {
    left: 140rem;
  }
  .section-careers .background-wrap .cross-wrap .cross {
    left: calc(50% + 12rem);
    top: 265rem;
  }
  .section-careers .text-wrap p {
    font-size: 15rem;
  }
  .section-careers .form-wrap {
    padding: 6rem 6rem 0 6rem;
  }
  .section-careers .form-wrap .wrap {
    padding: 26rem 16rem 22rem;
  }
  .section-careers .form-wrap .wrap form .btn-wrap {
    margin-top: 18rem;
  }
  .section-404 .content-wrap .btn-wrap {
    width: 100%;
    margin-top: 38rem;
  }
  .section-404 .content-wrap .btn-wrap .btn {
    width: 100%;
  }
}
@media only screen and (min-width: 1741px) {
  html {
    font-size: 1px;
  }
}

/* ==========================================================================
   OMNILAB BRAND THEME OVERRIDES (Cyan-to-Purple Electric Palette)
   ========================================================================== */

:root {
  --omni-cyan: #00C6FF;
  --omni-blue: #3B82F6;
  --omni-purple: #8B5CF6;
  --omni-violet: #A855F7;
  --omni-bg-dark: #0B0F19;
  --omni-card-bg: #131A2A;
  --omni-gradient-primary: linear-gradient(135deg, #00C6FF 0%, #3B82F6 50%, #8B5CF6 100%);
  --omni-gradient-hover: linear-gradient(135deg, #38BDF8 0%, #6366F1 50%, #A855F7 100%);
  --omni-glow-cyan: 0 0 25px rgba(0, 198, 255, 0.45);
  --omni-glow-purple: 0 0 25px rgba(139, 92, 246, 0.5);
}

body, .page-container {
  background-color: #0B0F19 !important;
  color: #F8FAFC !important;
}

/* Gradient Text Accent */
.c-green {
  color: #38BDF8 !important;
  background: linear-gradient(135deg, #00C6FF 0%, #38BDF8 40%, #A855F7 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

/* OmniLab Premium Gradient Buttons */
.btn--green, .btn.btn--green {
  background: var(--omni-gradient-primary) !important;
  color: #FFFFFF !important;
  border: none !important;
  box-shadow: 0 4px 20px rgba(0, 198, 255, 0.35) !important;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
  z-index: 1 !important;
  overflow: hidden !important;
}

.btn--green:hover, .btn.btn--green:hover {
  background: var(--omni-gradient-hover) !important;
  box-shadow: 0 8px 30px rgba(139, 92, 246, 0.55) !important;
  transform: translateY(-2px) scale(1.02) !important;
}

.btn--green:active, .btn.btn--green:active {
  transform: translateY(0) scale(0.98) !important;
}

/* Header & Menu Restyling */
.header-main {
  background: rgba(11, 15, 25, 0.85) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border-bottom: 1px solid rgba(0, 198, 255, 0.12) !important;
}

.header-main .menu-wrap ul li a:hover span.hover {
  color: #38BDF8 !important;
}

/* Mouse Follower Aura */
.mouse.js-mouse {
  border-color: rgba(0, 198, 255, 0.8) !important;
  background: radial-gradient(circle, rgba(0, 198, 255, 0.15) 0%, rgba(139, 92, 246, 0.1) 70%, transparent 100%) !important;
  box-shadow: 0 0 30px rgba(0, 198, 255, 0.4), 0 0 50px rgba(139, 92, 246, 0.3) !important;
}

/* Cards & Section Containers */
.section-welcome, .section-about, .section-apps, .section-careers {
  background-color: #0B0F19 !important;
}

.section-about .item {
  background: rgba(19, 26, 42, 0.7) !important;
  border: 1px solid rgba(0, 198, 255, 0.15) !important;
  border-radius: 16px !important;
  backdrop-filter: blur(10px) !important;
  transition: all 0.3s ease !important;
}

.section-about .item:hover {
  border-color: rgba(139, 92, 246, 0.5) !important;
  box-shadow: 0 10px 30px rgba(0, 198, 255, 0.2) !important;
  transform: translateY(-4px) !important;
}

/* Interactive Map Markers */
.map-wrap .marker .ic-wrap {
  background: var(--omni-gradient-primary) !important;
  box-shadow: 0 0 20px rgba(0, 198, 255, 0.6) !important;
}

.map-wrap .marker .text {
  background: rgba(19, 26, 42, 0.9) !important;
  border: 1px solid rgba(0, 198, 255, 0.3) !important;
  color: #F8FAFC !important;
}

/* Apps Section Swiper & Tabs */
.section-apps .swiper-slide .item {
  background: rgba(19, 26, 42, 0.8) !important;
  border: 1px solid rgba(0, 198, 255, 0.2) !important;
  border-radius: 24px !important;
}

.tab-container .btns-wrap button.js-tab.active {
  background: var(--omni-gradient-primary) !important;
  color: #FFFFFF !important;
}

.swiper-pagination-bullet-active {
  background: #00C6FF !important;
  box-shadow: 0 0 12px #00C6FF !important;
}

/* Careers Form Input Restyling */
.form-wrap {
  background: rgba(19, 26, 42, 0.9) !important;
  border: 1px solid rgba(139, 92, 246, 0.25) !important;
  border-radius: 20px !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), 0 0 30px rgba(0, 198, 255, 0.15) !important;
}

.form-wrap .input-wrap .border.focus {
  background: var(--omni-gradient-primary) !important;
}

.form-wrap .input-wrap input:focus, 
.form-wrap .input-wrap select:focus {
  border-color: #00C6FF !important;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #0B0F19;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #00C6FF 0%, #8B5CF6 100%);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #38BDF8 0%, #A855F7 100%);
}


/* Fix About Section 2x2 Grid & Card Padding Alignment */
.section-about .items-wrap {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  grid-auto-rows: minmax(180px, auto) !important;
  gap: 24px !important;
  max-width: 680px !important;
  margin-top: 60px !important;
}

.section-about .items-wrap .item {
  padding: 32px 28px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  background: rgba(19, 26, 42, 0.75) !important;
  border: 1px solid rgba(0, 198, 255, 0.18) !important;
  border-radius: 20px !important;
  backdrop-filter: blur(12px) !important;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.section-about .items-wrap .item:nth-child(even) {
  padding-left: 28px !important;
}

.section-about .items-wrap .item:hover {
  border-color: rgba(139, 92, 246, 0.5) !important;
  box-shadow: 0 12px 30px rgba(0, 198, 255, 0.2) !important;
  transform: translateY(-5px) !important;
}

.section-about .items-wrap .item img {
  margin-bottom: 20px !important;
  width: 44px !important;
  height: 44px !important;
}

.section-about .items-wrap .item h3 {
  margin-bottom: 6px !important;
}

.section-about .items-wrap .item p {
  margin-top: 0 !important;
}
