@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-Bold.woff2") format("woff2"), url("../fonts/MyriadPro-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-Light.woff2") format("woff2"), url("../fonts/MyriadPro-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
.son-nav-wrap {
  top: 40px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 950px) {
  .son-nav-wrap {
    left: 10px;
    right: 10px;
    height: 0px;
    top: 10px;
  }
}
.son-nav-wrap.is-active {
  height: 350px;
}
.son-nav-wrap.is-active .son-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
}
@media screen and (max-width: 950px) {
  .son-nav-wrap.is-active .son-nav-item .son-nav-item--sub {
    margin-top: 0;
    height: auto;
    opacity: 1;
  }
}

.son-nav--toogle {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  width: 60px;
  height: 60px;
  z-index: 50;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #8ba9f7;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 950px) {
  .son-nav--toogle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 400px) {
  .son-nav--toogle {
    width: 40px;
    height: 40px;
  }
}
.son-nav--toogle > div {
  width: 30px;
  height: 4px;
  background-color: #fff;
  margin: 2px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media screen and (max-width: 400px) {
  .son-nav--toogle > div {
    width: 25px;
    height: 3px;
  }
}
.son-nav--toogle.active {
  background-image: url("../img/bg_rgb.webp");
  background-size: cover;
  background-position: center;
}
.son-nav--toogle.active > div {
  background-color: #000;
}
.son-nav--toogle.active > div:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  left: 5px;
  top: -3px;
}
@media screen and (max-width: 400px) {
  .son-nav--toogle.active > div:nth-child(1) {
    left: 4px;
    top: -2px;
  }
}
.son-nav--toogle.active > div:nth-child(2) {
  opacity: 0;
}
.son-nav--toogle.active > div:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  left: 4px;
  top: 2px;
}

.son-nav {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
  background-color: #fff;
  padding: 0 20px;
  border-radius: 40px;
  -webkit-box-shadow: 0px 0px 10px 0px #95b0f3;
          box-shadow: 0px 0px 10px 0px #95b0f3;
}
@media screen and (max-width: 950px) {
  .son-nav {
    max-height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px;
    overflow-y: auto;
  }
}

.son-nav-item {
  color: #6f87c6;
  padding: 22px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0px;
  z-index: 50;
  font-weight: 500;
  position: relative;
  background-clip: text;
  -webkit-background-clip: text;
  background-size: cover;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (max-width: 1250px) {
  .son-nav-item {
    padding: 22px 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 950px) {
  .son-nav-item {
    width: calc(50% - 12px);
    text-align: center;
    padding: 5px;
  }
}
@media screen and (max-width: 600px) {
  .son-nav-item {
    width: 100%;
    text-align: center;
    padding: 5px;
  }
}
@media screen and (max-width: 950px) {
  .son-nav-item.son-nav-slider-item {
    display: none;
  }
}
.son-nav-item--neon {
  display: block;
  opacity: 1;
}
.son-nav-item--active {
  display: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.son-nav-item.is-active {
  color: #fff;
}
.son-nav-item.is-active .son-nav-item--neon {
  display: none;
  opacity: 0;
}
.son-nav-item.is-active .son-nav-item--active {
  display: block;
  opacity: 1;
}
@media screen and (max-width: 951px) {
  .son-nav-item.is-active span.son-nav-item--sub-item {
    color: #000;
    background-image: url("../img/bg_rgb.webp");
    background-size: cover;
    background-position: center;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    text-transform: uppercase;
  }
}
.son-nav-item .son-nav-item--sub {
  overflow: hidden;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 950px) {
  .son-nav-item .son-nav-item--sub {
    left: 0;
    top: 10px;
    position: relative;
    visibility: visible;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.son-nav-item .son-nav-item--sub-item {
  background-clip: text;
  -webkit-background-clip: text;
  background-size: cover;
  text-transform: uppercase;
}
@media screen and (max-width: 950px) {
  .son-nav-item .son-nav-item--sub-item {
    margin-top: 0 !important;
    padding: 10px;
    width: 100%;
    color: #fff;
    background-color: transparent;
  }
}

.son-nav-item:not(.is-active):hover:before {
  opacity: 1;
  bottom: 0;
}

.son-nav-item:not(.is-active):hover .son-nav-item--sub-item {
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: url("../img/bg_rgb.webp");
  background-size: cover;
  background-position: center;
}

.nav-indicator {
  position: absolute;
  left: 0;
  top: 7px;
  -webkit-transition: 1.2s;
  transition: 1.2s;
  height: 50px;
  z-index: 1;
  border-radius: 50px;
  background-color: #8ba9f7;
}
@media screen and (max-width: 950px) {
  .nav-indicator {
    display: none;
  }
}

@media (max-width: 580px) {
  .nav {
    overflow: auto;
  }
}
/*! 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  border-top: 0.5px solid #fff;
  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: 700;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

.son_img-center {
  display: block;
  margin: 0 auto;
}

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

.son_text {
  display: block;
  text-align: center;
  margin: 0 auto;
  line-height: 1.3em;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}
.son_text strong {
  font-family: "Lato", sans-serif;
}
@media (min-width: 1024px) and (max-width: 1123px) {
  .son_text {
    font-size: 15px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .son_text {
    font-size: 14px;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .son_text {
    font-size: 14px;
    text-align: center;
  }
}
.son_text--white {
  color: #fff;
}
.son_text--black {
  color: #000;
}
.son_text--orange {
  color: #f47920;
}
.son_text--center {
  text-align: center;
}
.son_text--left {
  text-align: left;
  margin: 0;
}
@media (max-width: 1023px) {
  .son_text--left {
    text-align: center;
  }
}
.son_text--right {
  text-align: right;
  margin: 0;
}
@media (max-width: 1023px) {
  .son_text--right {
    text-align: center;
  }
}
.son_text--uppercase {
  text-transform: uppercase;
}
.son_text--bold {
  font-family: "Lato", sans-serif;
}
.son_text--small {
  font-size: 14px;
}
.son_text--bg {
  font-size: 34px;
  background: #102d69;
  color: #fff;
  padding: 3px;
  margin: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.son_text--12 {
  font-size: 12px;
}

.son_heading {
  font-weight: bold;
  margin-bottom: 20px;
  color: #102d69;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.son_heading h3 {
  margin: 0;
  line-height: 48px;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .son_heading h3 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 479px) {
  .son_heading h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.son_heading h3 strong {
  font-weight: 800;
}
.son_heading--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 479px) {
  .son_heading--icon {
    width: 60px;
  }
}
.son_heading span {
  font-size: 32px;
  font-weight: normal;
}
@media (max-width: 479px) {
  .son_heading span {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .son_heading {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .son_heading {
    font-size: 44px;
  }
}
@media (max-width: 479px) {
  .son_heading {
    font-size: 44px;
    line-height: 1;
  }
}

.son_btn {
  height: 50px;
  border-radius: 44px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 21px;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  text-align: center;
  border-radius: 30px;
  background: url("/assets/img/bg_rgb.webp") 50%/cover no-repeat, #8ba9f7;
  border: none;
  color: #fff;
  text-decoration: none;
  margin: 0;
  cursor: pointer;
}
.son_btn img {
  padding-left: 10px;
}
.son_btn:focus {
  color: #fff;
}
@media (min-width: 1024px) and (max-width: 1123px) {
  .son_btn {
    font-size: 16px;
    height: 50px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .son_btn {
    font-size: 16px;
    height: 50px;
  }
}
@media (max-width: 479px) {
  .son_btn {
    font-size: 16px;
    height: 50px;
    min-width: 180px;
  }
}
.son_btn:disabled {
  background-color: #cfd5e1;
}
.son_btn:disabled:hover {
  color: #fff;
  cursor: no-drop;
}
.son_btn--transparent {
  color: #f47920;
  background-color: transparent;
  border: 1px solid #f47920;
}
.son_btn--transparent:hover {
  color: #fff;
  background: #f47920;
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}
.son_btn--transparent:focus {
  color: #f47920;
}
.son_btn--transparent:active {
  color: #f47920;
}
.son_btn--transparent-black {
  border: 1px solid #000;
  color: #000;
}
.son_btn--transparent-black:hover {
  border: 1px solid #000;
  background: transparent;
  color: #fff;
  text-decoration: none;
  background: #000;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}
.son_btn--transparent-black:hover:visited {
  color: #fff;
}
.son_btn--transparent-black:focus {
  text-decoration: none;
  color: #000;
  outline: 0;
}
.son_btn--transparent-black:active {
  text-decoration: none;
  color: #000;
}
.son_btn--white {
  color: #000;
  background: #fff;
  border-radius: 10px;
}
.son_btn--white:hover {
  color: #fff;
  border: 1px solid #fff;
  background: #dddddd;
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}
.son_btn--white:focus {
  text-decoration: none;
  color: #000;
}
.son_btn--white:active {
  text-decoration: none;
  color: #000;
}
.son_btn--black {
  border: 2px solid #000;
  color: #fff;
  background: #000;
}
.son_btn--black:hover {
  color: #000;
  border: 2px solid #000;
  background: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}
.son_btn--black:focus {
  text-decoration: none;
  color: #fff;
}
.son_btn--black:active {
  text-decoration: none;
  color: #fff;
}
.son_btn--orange {
  background-color: #f47920;
  color: #fff;
}
.son_btn--orange:hover {
  color: #102d69;
  background: #f47920;
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}
.son_btn--orange:focus {
  text-decoration: none;
  color: #fff;
}
.son_btn--no-margin {
  margin: 0;
}
.son_btn--md {
  min-width: 180px;
  height: 37px;
  font-size: 14px;
}
.son_btn--md-x {
  min-width: 250px;
  height: 40px;
  font-size: 16px;
}

@media screen and (min-width: 801px) {
  html {
    -ms-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory;
    scroll-padding-top: 0px;
  }
  html.is-nav-scrolling {
    -ms-scroll-snap-type: none;
        scroll-snap-type: none;
  }
  .son-section,
  .son-slider {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
}
.son-preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1000;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: opacity 3s ease-in-out;
  transition: opacity 3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
}
.son-preloader.loaded {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.son-preloader .wave-menu {
  border-radius: 50px;
  width: 200px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  position: relative;
}
.son-preloader .wave-menu li {
  list-style: none;
  height: 30px;
  width: 4px;
  border-radius: 10px;
  background: #a9e2b8;
  margin: 0 6px;
  padding: 0;
  -webkit-animation-name: wave1;
          animation-name: wave1;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
.son-preloader .wave-menu:hover > li {
  background: #fff;
}
.son-preloader .wave-menu li:nth-child(2) {
  -webkit-animation-name: wave2;
          animation-name: wave2;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  background: #68a8f9;
}
.son-preloader .wave-menu li:nth-child(3) {
  -webkit-animation-name: wave3;
          animation-name: wave3;
  -webkit-animation-delay: 0.23s;
          animation-delay: 0.23s;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  background: #d8aaaa;
}
.son-preloader .wave-menu li:nth-child(4) {
  -webkit-animation-name: wave4;
          animation-name: wave4;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  background: #b772db;
}
.son-preloader .wave-menu li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  background: #c4e6ea;
}
.son-preloader .wave-menu li:nth-child(6) {
  -webkit-animation-name: wave2;
          animation-name: wave2;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  background: #68a8f9;
}
.son-preloader .wave-menu li:nth-child(8) {
  -webkit-animation-name: wave4;
          animation-name: wave4;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  background: #d8aaaa;
}
.son-preloader .wave-menu li:nth-child(9) {
  -webkit-animation-name: wave3;
          animation-name: wave3;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
  background: #b772db;
}
@-webkit-keyframes wave1 {
  from {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@keyframes wave1 {
  from {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@-webkit-keyframes wave2 {
  from {
    -webkit-transform: scaleY(0.3);
            transform: scaleY(0.3);
  }
  to {
    -webkit-transform: scaleY(0.6);
            transform: scaleY(0.6);
  }
}
@keyframes wave2 {
  from {
    -webkit-transform: scaleY(0.3);
            transform: scaleY(0.3);
  }
  to {
    -webkit-transform: scaleY(0.6);
            transform: scaleY(0.6);
  }
}
@-webkit-keyframes wave3 {
  from {
    -webkit-transform: scaleY(0.6);
            transform: scaleY(0.6);
  }
  to {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
}
@keyframes wave3 {
  from {
    -webkit-transform: scaleY(0.6);
            transform: scaleY(0.6);
  }
  to {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
}
@-webkit-keyframes wave4 {
  from {
    -webkit-transform: scaleY(0.2);
            transform: scaleY(0.2);
  }
  to {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@keyframes wave4 {
  from {
    -webkit-transform: scaleY(0.2);
            transform: scaleY(0.2);
  }
  to {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}

.son_container {
  background: #000;
}

.son-section-container {
  max-width: 1512px;
  width: auto;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .son-section-container {
    padding: 0;
  }
}

.son-section {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  z-index: 10;
  position: relative;
  overflow: hidden;
  top: 0;
  min-height: 960px;
}
@media screen and (max-width: 800px) {
  .son-section {
    height: auto;
    min-height: auto;
  }
}
.son-section__content {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 800px) {
  .son-section__content {
    margin-top: -40px;
  }
}
@media screen and (max-width: 600px) {
  .son-section__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 460px) {
  .son-section__content {
    margin-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.son-section__image {
  position: absolute;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .son-section__image {
    display: none;
  }
}
.son-section__image-cover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 800px) {
  .son-section__image-cover {
    display: none;
  }
}
.son-section__image-cover.is-active-color {
  opacity: 1;
}

:root {
  --title-font-size: 120px;
  --title-font-weight: 700;
  --title-stroke-width: calc(1em / 16);
}

.son-container--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 800px) {
  .son-container--info {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 460px) {
  .son-container--info {
    text-align: left;
  }
}
@media screen and (max-width: 800px) {
  .son-container--info .ani-ult-power-sound-img img {
    height: 70px;
  }
}
@media screen and (max-width: 460px) {
  .son-container--info .ani-ult-power-sound-img img {
    height: 50px;
  }
}
@media (max-width: 479px) {
  .son-container--info .ani-title-img img {
    max-height: 57px;
  }
}
.son-container__text {
  margin: 0;
  max-width: 500px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-family: "lato", sans-serif;
  line-height: 1.3;
}
@media screen and (max-width: 800px) {
  .son-container__text {
    max-width: 100%;
  }
}
.son-container--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}

@media screen and (max-width: 800px) {
  .son-product-point-wrap {
    position: relative;
  }
}
.son-product-point-wrap .son-product-point--product {
  display: none;
}
@media screen and (max-width: 800px) {
  .son-product-point-wrap .son-product-point--product.is-active-color {
    display: block;
  }
}

.son-product-point {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  z-index: 10;
}
@media (max-width: 479px) {
  .son-product-point {
    width: 40px;
    height: 40px;
  }
}
.son-product-point:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #f9a7ff;
  -webkit-box-shadow: 0px 0px 10px 1px #8ba9f7, 0px 0px 10px 1px #f45ffe;
          box-shadow: 0px 0px 10px 1px #8ba9f7, 0px 0px 10px 1px #f45ffe;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
@media (max-width: 479px) {
  .son-product-point:before {
    width: 30px;
    height: 30px;
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    height: 50px;
    width: 50px;
    -webkit-transform: scale(1.2) translate(-43%, -43%);
            transform: scale(1.2) translate(-43%, -43%);
    @media (max-width: 479px) {
      .son-product-point:before {
        height: 30px;
        width: 30px;
        -webkit-transform: scale(1.1) translate(-43%, -43%);
                transform: scale(1.1) translate(-43%, -43%);
      }
    }
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    height: 50px;
    width: 50px;
    -webkit-transform: scale(1.2) translate(-43%, -43%);
            transform: scale(1.2) translate(-43%, -43%);
    @media (max-width: 479px) {
      .son-product-point:before {
        height: 30px;
        width: 30px;
        -webkit-transform: scale(1.1) translate(-43%, -43%);
                transform: scale(1.1) translate(-43%, -43%);
      }
    }
  }
}
.son-product-point--trigger {
  cursor: pointer;
  z-index: 10;
  position: relative;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.son-product-point.is-active-point {
  z-index: 20;
}
.son-product-point.is-active-point .son-product-point--info {
  width: 350px;
  height: 380px;
}
.son-product-point.is-active-point .son-product-point--trigger {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.son-product-point--info {
  position: absolute;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  right: 50%;
  bottom: 0;
  top: 50%;
  -webkit-transform: translate(30px, -43%);
          transform: translate(30px, -43%);
  overflow: hidden;
  width: 0;
  height: 0;
  z-index: 3;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0px 0px 10px 1px #8ba9f7, 0px 0px 10px 1px #f45ffe;
          box-shadow: 0px 0px 10px 1px #8ba9f7, 0px 0px 10px 1px #f45ffe;
}
.son-product-point--info__video {
  overflow: hidden;
  border-radius: 30px;
  position: relative;
}
.son-product-point--info__video img {
  position: absolute;
  top: 15px;
  left: 15px;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  .son-product-point--info__video img {
    display: none;
  }
}
.son-product-point--info__video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.son-product-point--info__video .son-product-point--close-on-mobile {
  display: none;
}
@media screen and (max-width: 800px) {
  .son-product-point--info__video .son-product-point--close-on-mobile {
    display: block;
    top: 0px;
    left: 0px;
  }
}
.son-product-point--info__title {
  color: #35405f;
  text-align: center;
  font-family: "lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.son-product-point--info__desc {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  color: #35405f;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.son-ult-tower-10 .son-point-1 {
  top: 72%;
  left: 74%;
}
.son-ult-tower-10 .son-point-2 {
  top: 27%;
  left: 73%;
}
.son-ult-tower-10 .son-point-3 {
  top: 59%;
  left: 65%;
}
@media screen and (max-width: 800px) {
  .son-ult-tower-10 .son-point-1 {
    top: 72%;
    left: 58%;
  }
  .son-ult-tower-10 .son-point-2 {
    top: 27%;
    left: 53%;
  }
  .son-ult-tower-10 .son-point-3 {
    top: 59%;
    left: 41%;
  }
}

.son-ult-tower-9ac .son-point-1 {
  top: 63%;
  left: 84%;
}
.son-ult-tower-9ac .son-point-2 {
  top: 78%;
  left: 81%;
}
.son-ult-tower-9ac .son-point-3 {
  top: 36%;
  left: 83%;
}
.son-ult-tower-9ac .son-point-4 {
  top: 55%;
  left: 72%;
}
@media screen and (max-width: 800px) {
  .son-ult-tower-9ac .son-point-1 {
    top: 63%;
    left: 61%;
  }
  .son-ult-tower-9ac .son-point-2 {
    top: 78%;
    left: 55%;
  }
  .son-ult-tower-9ac .son-point-3 {
    top: 36%;
    left: 53%;
  }
  .son-ult-tower-9ac .son-point-4 {
    top: 55%;
    left: 40%;
  }
}

.son-ult-field-7 .son-point-1 {
  top: 78%;
  left: 61%;
}
.son-ult-field-7 .son-point-2 {
  top: 67%;
  left: 53%;
}
.son-ult-field-7 .son-point-3 {
  top: 77%;
  left: 37%;
}
@media screen and (max-width: 800px) {
  .son-ult-field-7 .son-point-1 {
    top: 78%;
    left: 67%;
  }
  .son-ult-field-7 .son-point-2 {
    top: 61%;
    left: 53%;
  }
  .son-ult-field-7 .son-point-3 {
    top: 77%;
    left: 29%;
  }
}

.son-ult-field-5 .son-point-1 {
  top: 76%;
  left: 68%;
}
.son-ult-field-5 .son-point-2 {
  top: 69%;
  left: 59%;
}
.son-ult-field-5 .son-point-3 {
  top: 78%;
  left: 49%;
}
@media screen and (max-width: 800px) {
  .son-ult-field-5 .son-point-1 {
    top: 45%;
    left: 68%;
  }
  .son-ult-field-5 .son-point-2 {
    top: 29%;
    left: 55%;
  }
  .son-ult-field-5 .son-point-3 {
    top: 48%;
    left: 41%;
  }
}

.son-ult-field-3 .son-point-1 {
  top: 82%;
  left: 65%;
}
.son-ult-field-3 .son-point-2 {
  top: 75%;
  left: 48%;
}
.son-ult-field-3 .son-point-3 {
  top: 79%;
  left: 56%;
}
@media screen and (max-width: 800px) {
  .son-ult-field-3 .son-point-1 {
    top: 62%;
    left: 65%;
  }
  .son-ult-field-3 .son-point-2 {
    top: 35%;
    left: 30%;
  }
  .son-ult-field-3 .son-point-3 {
    top: 59%;
    left: 43%;
  }
}

.son-ult-field-1 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.son-ult-field-1 .son-section__content {
  margin-bottom: 120px;
}
@media screen and (max-width: 800px) {
  .son-ult-field-1 .son-section__content {
    margin-bottom: 0;
  }
}
.son-ult-field-1 .son-point-1 {
  top: 37%;
  left: 47%;
}
.son-ult-field-1 .son-point-2 {
  top: 25%;
  left: 36%;
}
.son-ult-field-1 .son-point-3 {
  top: 29%;
  left: 22%;
}
@media screen and (max-width: 800px) {
  .son-ult-field-1 .son-point-1 {
    top: 37%;
    left: 60%;
  }
  .son-ult-field-1 .son-point-2 {
    top: 25%;
    left: 36%;
  }
  .son-ult-field-1 .son-point-3 {
    top: 29%;
    left: 22%;
  }
}

.son-ult-wear .son-point-1 {
  top: 44%;
  left: 63%;
}
.son-ult-wear .son-point-2 {
  top: 29%;
  left: 54%;
}
.son-ult-wear .son-point-3 {
  top: 45%;
  left: 51%;
}
@media screen and (max-width: 800px) {
  .son-ult-wear .son-point-1 {
    top: 54%;
    left: 68%;
  }
  .son-ult-wear .son-point-2 {
    top: 29%;
    left: 60%;
  }
  .son-ult-wear .son-point-3 {
    top: 69%;
    left: 51%;
  }
}

.son-ult-mic-1 .son-point-1 {
  top: 49%;
  left: 72%;
}
.son-ult-mic-1 .son-point-2 {
  top: 59%;
  left: 62%;
}
.son-ult-mic-1 .son-point-3 {
  top: 27%;
  left: 43%;
}
.son-ult-mic-1 .son-product-params {
  top: 20%;
}
@media screen and (max-width: 800px) {
  .son-ult-mic-1 .son-point-1 {
    top: 49%;
    left: 72%;
  }
  .son-ult-mic-1 .son-point-2 {
    top: 59%;
    left: 62%;
  }
  .son-ult-mic-1 .son-point-3 {
    top: 30%;
    left: 31%;
  }
}

.son-video-frame {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  margin: 0 auto;
  z-index: 50;
}
.son-video-frame.is-active-video {
  display: block;
}
.son-video-frame__close {
  position: absolute;
  top: 50px;
  left: 60px;
  cursor: pointer;
  z-index: 60;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.son-video-frame__close:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: #8ba9f7;
  text-shadow: none;
}
.son-video-frame .son-video-frame__content {
  overflow: hidden;
  position: relative;
  overflow: hidden;
  position: relative;
  width: 65%;
  margin: 0 auto;
  height: 100%;
  text-align: center;
  padding: 30px;
}
.son-video-frame video {
  border-radius: 40px;
  -webkit-box-shadow: 0px 0px 10px 1px #8ba9f7, 0px 0px 10px 1px #f45ffe;
          box-shadow: 0px 0px 10px 1px #8ba9f7, 0px 0px 10px 1px #f45ffe;
  width: 98%;
}

.son-product-params {
  position: absolute;
  right: 120px;
  top: 30%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  opacity: 0;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  .son-product-params {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 50px;
  }
}
.son-product-params__item {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 800px) {
  .son-product-params__item {
    position: relative;
    top: 0 !important;
    width: 50%;
  }
}
.son-product-params__item-fake {
  position: absolute;
  height: 82px;
  width: 82px;
  background-image: url("../img/params-icons/fake.webp");
}
@media screen and (max-width: 800px) {
  .son-product-params__item-fake {
    display: none;
  }
}
.son-product-params__item-trigger {
  opacity: 0;
  height: 82px;
  width: 82px;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .son-product-params__item-trigger {
    opacity: 1 !important;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.son-product-params__item-trigger:hover .son-product-params__item--info {
  visibility: visible;
  opacity: 1;
}
.son-product-params__item--info {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  width: 200px;
  height: auto;
  border-radius: 5px;
  background: #e4e5e9;
  color: #000;
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: translate(-5%, -50%);
          transform: translate(-5%, -50%);
  padding: 10px;
  text-align: center;
  z-index: 50;
}
@media screen and (max-width: 800px) {
  .son-product-params__item--info {
    position: relative;
    top: 0;
    right: 0;
    opacity: 1 !important;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    visibility: visible;
    background: transparent;
    color: #e4e5e9;
    width: 100%;
  }
}
.son-product-params__item--info::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: 100%;
  width: 0;
  height: 0;
  border-left: 10px solid #e4e5e9;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
@media screen and (max-width: 800px) {
  .son-product-params__item--info::after {
    display: none;
  }
}
.son-product-params__item--info p {
  margin: 0;
  font-size: 12px;
}
@media screen and (max-width: 800px) {
  .son-product-params__item--info p {
    font-size: 14px;
  }
}

.son-colors {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  opacity: 0;
}
.son-colors__item {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #acacac;
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.son-colors__item.is-active {
  -webkit-box-shadow: 0px 0px 10px 1px #8ba9f7, 0px 0px 10px 1px #f45ffe;
          box-shadow: 0px 0px 10px 1px #8ba9f7, 0px 0px 10px 1px #f45ffe;
}
.son-colors__item--gray {
  background-color: #d7d8d3;
}
.son-colors__item--black {
  background-color: #2a2a2a;
}
.son-colors__item--green {
  background-color: #3e4941;
}
.son-colors__item--orange {
  background-color: #ef7522;
}

.son-footer {
  position: relative;
  background-color: #000;
}
.son-footer.son-section {
  height: auto;
}
.son-footer__content {
  padding: 100px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1250px) {
  .son-footer__content {
    padding: 150px 0 20px;
  }
}
.son-footer__content-text {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1250px) {
  .son-footer__content-text {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }
}
.son-footer__content-text h3 {
  font-size: clamp(2rem, 5vw, 58px);
  margin: 0;
  text-transform: uppercase;
  font-weight: 300;
  background-image: url("../img/bg_rgb.webp");
  background-size: cover;
  background-position: center;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.son-footer__content-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 600px) {
  .son-footer__content-items {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
.son-footer__content-items .son-footer__content-item {
  width: calc(33.33% - 30px);
}
@media screen and (max-width: 600px) {
  .son-footer__content-items .son-footer__content-item {
    width: auto;
  }
}
.son-footer__content-items img {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .son-footer__content-items img {
    width: 60px;
    height: 60px;
  }
}
.son-footer__content-items p {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin: 0;
}
.son-footer__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1250px) {
  .son-footer__image {
    max-width: 700px;
    margin: 0 auto;
  }
}

.son_btn--by {
  height: 50px;
  border-radius: 44px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 21px;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  text-align: center;
  border-radius: 30px;
  background: url("../img/bg_rgb.webp") 50%/cover no-repeat, #8ba9f7;
  border: none;
  color: #000;
  text-decoration: none;
  margin: 0;
  cursor: pointer;
}
.son_btn--by span {
  opacity: 0;
}
.son_btn--by.son_btn--text-black {
  color: #000;
}
.son_btn--by.son_btn--transparent {
  background: none;
  background-color: transparent;
  color: #8ba9f7;
  border: 2px solid #8ba9f7;
}

.son-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  background: #000;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .son-slider {
    padding: 0;
  }
}
@media screen and (max-width: 950px) and (orientation: landscape) {
  .son-slider {
    min-height: 800px;
  }
}
.son-slider--container {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 10%;
}
.son-slider--video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  text-align: center;
}
.son-slider--video video {
  border: 0;
  width: 100%;
  top: -20%;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  z-index: -1;
}
@media screen and (max-width: 1250px) {
  .son-slider--video video {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.son-slider--content {
  text-align: center;
  position: relative;
  z-index: 5;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
@media screen and (max-width: 950px) {
  .son-slider--content img {
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .son-slider--content img {
    width: 80%;
  }
}
@media screen and (max-width: 400px) {
  .son-slider--content img {
    width: 100%;
  }
}
.son-slider--content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 950px) {
  .son-slider--content-text {
    padding: 0 20px;
    text-align: center;
  }
}
.son-slider--content-text h2 {
  font-size: clamp(2rem, 5vw, 96px);
  color: #000;
  background-image: url("../img/bg_rgb.webp");
  background-size: cover;
  background-position: center;
  background-clip: text;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  -webkit-background-clip: text;
  color: transparent;
}
.son-slider--content-text p {
  font-size: 18px;
}
@media screen and (max-width: 950px) {
  .son-slider--content-text p br {
    display: none;
  }
}
.son-slider--content-text .son_btn--by span {
  opacity: 1;
  font-weight: 400;
  color: #000;
}
.son-slider--interaction {
  position: relative;
  height: 100vh;
  max-height: 950px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 950px) {
  .son-slider--interaction {
    max-height: 700px;
  }
}
@media screen and (max-width: 700px) {
  .son-slider--interaction {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-height: inherit;
    height: auto;
  }
}
.son-slider--interaction-over {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-animation: blank 3s linear infinite;
          animation: blank 3s linear infinite;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@-webkit-keyframes blank {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  29% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 0;
  }
}
@keyframes blank {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  29% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 0;
  }
}
.son-slider--interaction img.son-slider--interaction-img:not(.son-slider--interaction-over) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .son-slider--interaction img.son-slider--interaction-img:not(.son-slider--interaction-over) {
    position: relative;
  }
}
.son-slider--interaction video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}
.son-slider--interaction video.is-active {
  display: block;
}
.son-slider--interaction-content {
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 30px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .son-slider--interaction-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 550px) {
  .son-slider--interaction-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.son-slider--interaction-logo {
  position: relative;
  margin-right: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 950px) {
  .son-slider--interaction-logo {
    margin-right: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 550px) {
  .son-slider--interaction-logo {
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.son-slider--interaction-logo::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 150px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #8ba9f7;
}
@media screen and (max-width: 550px) {
  .son-slider--interaction-logo::before {
    display: none;
  }
}
.son-slider--interaction-text h3 {
  font-size: clamp(2rem, 3vw, 52px);
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 700px) {
  .son-slider--interaction-text h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 550px) {
  .son-slider--interaction-text h3 {
    font-size: 28px;
    text-align: center;
  }
}
.son-slider--interaction-text p {
  font-size: 20px;
}
@media screen and (max-width: 950px) {
  .son-slider--interaction-text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .son-slider--interaction-text p {
    font-size: 14px;
    text-align: center;
  }
  .son-slider--interaction-text p br {
    display: none;
  }
}

.son-video-controls {
  position: absolute;
  bottom: 80px;
  left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  z-index: 10;
}
@media screen and (max-width: 950px) {
  .son-video-controls {
    bottom: 20px;
    left: 0px;
    right: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.son-video-controls #next {
  background: url("../img/slider/next.webp") no-repeat center center;
  width: 100px;
  height: 100px;
  background-size: contain;
}
.son-video-controls #next:hover {
  background: url("../img/slider/next-h.webp") no-repeat center center;
  background-size: 80px 80px;
}
.son-video-controls #prev {
  background: url("../img/slider/prev.webp") no-repeat center center;
  width: 100px;
  height: 100px;
  background-size: contain;
}
.son-video-controls #prev:hover {
  background: url("../img/slider/prev-h.webp") no-repeat center center;
  background-size: 80px 80px;
}
.son-video-controls.is-animated #next,
.son-video-controls.is-animated #prev {
  opacity: 1;
  visibility: visible;
}
.son-video-controls.is-animated #next::after,
.son-video-controls.is-animated #prev::after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out 2.8s;
  transition: opacity 0.3s ease-in-out 2.8s;
}
.son-video-controls.is-animated > *:nth-child(1) {
  left: 0px !important;
}
.son-video-controls.is-animated > *:nth-child(2) {
  left: 120px !important;
}
.son-video-controls #next,
.son-video-controls #prev {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out 0s, left 1s cubic-bezier(0.25, 0.1, 0.25, 1) 1s;
  transition: opacity 0.3s ease-in-out 0s, left 1s cubic-bezier(0.25, 0.1, 0.25, 1) 1s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 950px) {
  .son-video-controls #next,
  .son-video-controls #prev {
    position: relative;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    left: 0 !important;
    right: 0 !important;
  }
}
@media screen and (max-width: 950px) {
  .son-video-controls #next,
  .son-video-controls #prev {
    width: 80px;
    height: 80px;
  }
}
.son-video-controls #next::after,
.son-video-controls #prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background: url("../img/slider/button-ani.webp") no-repeat center center;
}

button {
  padding: 10px 20px;
  font-size: 1rem;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff;
  border-radius: 5px;
}

@-webkit-keyframes flicker {
  0%, 18%, 22%, 25%, 53%, 57%, 100% {
    opacity: 1;
  }
  20%, 24%, 55% {
    opacity: 0.4;
  }
}

@keyframes flicker {
  0%, 18%, 22%, 25%, 53%, 57%, 100% {
    opacity: 1;
  }
  20%, 24%, 55% {
    opacity: 0.4;
  }
}
.is-full {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.is-full .son-product-point--info {
  position: relative;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  right: 0%;
  bottom: 0;
  top: 0%;
  left: 0%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  overflow: hidden;
  width: 350px;
  height: auto;
  z-index: 3;
  margin: 30px auto;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0px 0px 10px 1px #8ba9f7, 0px 0px 10px 1px #f45ffe;
  box-shadow: 0px 0px 10px 1px #8ba9f7, 0px 0px 10px 1px #f45ffe;
}
.is-full .son-product-point--info__desc {
  padding: 20px;
}

#son_m_00 #son_m_01 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 18px;
  background-color: #e8edf0;
}
#son_m_00 #son_m_01 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}