/* src/styles/styles.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
button,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
button {
  background: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1;
}
img {
  display: inline-block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: text-bottom;
}
iframe {
  max-width: 100%;
}
svg {
  max-width: 100%;
  height: auto;
  overflow: visible;
}
svg path {
  pointer-events: none;
}
picture {
  display: block;
}
html,
body {
  position: relative;
  z-index: 1;
  font-size: 100%;
  height: 100%;
}
html {
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100svh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  scroll-behavior: smooth;
  background: #fff;
  color: #000;
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1;
  text-align: left;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body *:focus,
body *::before,
body *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a,
button {
  color: inherit;
  cursor: pointer;
  -webkit-transition: color 0.321s;
  transition: color 0.321s;
}
a:hover,
button:hover {
  cursor: pointer;
}
*:focus-visible {
  outline: 2px solid #ccc;
  outline-offset: 7px;
}
.waves {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
  border: 1px solid #000;
  opacity: 0;
  cursor: pointer;
}
.waves--300x250 {
  width: 300px;
  height: 250px;
}
.waves--300x250 .waves__video {
  width: 300px;
  height: 250px;
}
.waves--310x400 {
  width: 310px;
  height: 400px;
}
.waves--310x400 .waves__video {
  width: 310px;
  height: 400px;
}
.waves--1018x360 {
  width: 1018px;
  height: 360px;
}
.waves--1018x360 .waves__video {
  width: 1018px;
  height: 360px;
}
.waves--1920x1080 {
  width: 1920px;
  height: 1080px;
}
.waves--1920x1080 .waves__video {
  width: 1920px;
  height: 1080px;
}
.waves__loader {
  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;
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.8549019608);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.waves__video {
  position: absolute;
  inset: -1px 0 0 -1px;
  z-index: 2;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}
.waves__video-container {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.waves__video-ghost {
  position: absolute;
  inset: 123% auto auto 123%;
  z-index: -1;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
}
.waves__video--low-res {
  z-index: 1;
}
.waves__scroll-area {
  width: 100%;
  height: 100%;
}
.waves__scroll-container {
  position: absolute;
  inset: 0 -50px 0 0;
  z-index: 3;
  overflow: auto;
}
.waves__text {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.waves__text > div {
  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;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.waves__text > div.waves__text-logo {
  bottom: calc(100% - 37px);
}
.waves__text > div.waves__text-title {
  top: calc(100% - 37px);
}
.waves__text > div.waves__text-cta--left {
  right: calc(100% - 37px);
}
.waves__text > div.waves__text-cta--right {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: calc(100% - 37px);
}
.waves__text > div.waves__text-background {
  z-index: 0;
  border: 37px solid #fff;
  -webkit-box-shadow: 0 0 0 37px #fff;
  box-shadow: 0 0 0 37px #fff;
}
.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.page__audio {
  position: absolute;
  inset: 0 auto auto 0;
  z-index: 2;
  visibility: hidden;
}
.page__audio-trigger-container {
  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;
  position: absolute;
  inset: 0 0 auto auto;
  z-index: 5;
  width: 41px;
  aspect-ratio: 1;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .page__audio-trigger-container {
    width: 80px;
  }
}
.page__audio-trigger {
  font-size: 0;
  pointer-events: all;
}
.page__audio-trigger svg {
  width: 18px;
}
@media (min-width: 1024px) {
  .page__audio-trigger svg {
    width: 21px;
  }
}
@media (min-width: 1600px) {
  .page__audio-trigger svg {
    width: 26px;
  }
}
.page__audio-trigger svg:last-child {
  display: none;
}
.page__audio-trigger--playing svg:first-child {
  display: none;
}
.page__audio-trigger--playing svg:last-child {
  display: block;
}
.page .waves {
  border-color: #fff;
  cursor: default;
  max-height: 100vh;
}
.page .waves--1920x1080 {
  display: none;
  height: auto;
  aspect-ratio: 16/9;
}
@media (min-width: 1024px) {
  .page .waves--1920x1080 {
    display: block;
  }
}
.page .waves--1920x1080 .waves__video-container {
  aspect-ratio: 16/9;
}
.page .waves--1920x1080 .waves__text-logo {
  bottom: calc(100% - 74px);
}
.page .waves--1920x1080 .waves__text-logo svg {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.page .waves--1920x1080 .waves__text-title {
  top: calc(100% - 74px);
}
.page .waves--1920x1080 .waves__text-title svg {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.page .waves--1920x1080 .waves__text-cta--left {
  right: calc(100% - 74px);
}
.page .waves--1920x1080 .waves__text-cta--right {
  left: calc(100% - 74px);
}
.page .waves--1920x1080 .waves__text-cta svg {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.page .waves--1920x1080 .waves__text-background {
  border-width: 74px;
}
.page .waves--1080x1920 {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .page .waves--1080x1920 {
    display: none;
  }
}
.page .waves__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: #f3f3f3;
}
::-webkit-scrollbar-thumb {
  background: silver;
}
::-webkit-scrollbar-thumb:hover {
  background: #8d8d8d;
}
.ui {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  font-size: 13px;
}
@media (max-width: 700px) {
  .ui {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 30px;
    padding: 30px;
  }
}
.ui [data-active] {
  font-weight: 700;
}
.ui__banner {
  position: relative;
  z-index: 2;
}
.ui__banner iframe {
  -webkit-transform: translate(-1px, -1px);
  transform: translate(-1px, -1px);
  border: 0;
}
.ui__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 10px;
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 1;
  padding: 30px;
  pointer-events: none;
}
@media (max-width: 700px) {
  .ui__links {
    position: relative;
    inset: auto !important;
    padding: 0;
  }
}
.ui__links a {
  position: relative;
  z-index: 1;
  pointer-events: all;
}
.ui__links a::before {
  content: "";
  position: absolute;
  inset: -3px;
}
.ui__links span {
  text-decoration: underline;
  text-decoration-color: #adadad;
  text-underline-offset: 2px;
}
.ui__links--tests {
  top: 40px;
}
