<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
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;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: "Poppins", sans-serif;
}
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;
}

.small-img {
  display: none;
}

@media (max-width: 768px) {
  .small-img {
    display: block;
  }
  .big-img {
    display: none;
  }
}

.full-img {
  width: 100%;
}

.add-relative {
  position: relative;
}

.primary-heading {
  font-weight: 700;
  font-size: 1.8rem;
}

.secondary-heading {
  font-weight: 700;
  font-size: 1.6rem;
}

.basic-text {
  font-size: 1.2rem;
}

.section-hero h1 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  top: 5vw;
}

@media (max-width: 768px) {
  .section-hero h1 {
    top: 15vw;
  }
}

.section-features h2 {
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 5vw;
}

.design-text {
  position: absolute;
  margin: auto 0;
  top: 0;
  bottom: 0;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  left: 5vw;
  width: 50%;
  text-shadow: 1px 1px 2px white;
}

@media (max-width: 768px) {
  .design-text {
    width: 80%;
    margin: 0 auto;
    top: 3vw;
    left: 0;
    right: 0;
  }
}

.section-fit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  width: 80%;
  margin: 0 auto;
  padding: 5rem 0;
}

.fit-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}

@media (max-width: 768px) {
  .section-fit {
    grid-template-columns: 1fr;
  }

  .fit-text {
    grid-area: 1 / 1 / 2 / 2;
  }
}

.bezels-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: fit-content;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 5vw;
  position: absolute;
  width: 50%;
  text-shadow: 1px 1px 2px white;
}

@media (max-width: 768px) {
  .bezels-text {
    width: 80%;
    margin: 0 auto;
    top: 3vw;
    left: 0;
    right: 0;
  }
}

.space-text {
  position: absolute;
  top: 5vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}

.section-picture {
  background-color: #e7e7e7;
}

@media (max-width: 450px) {
  .section-space,
  .section-picture {
    padding-top: 25vw;
  }
}

@media (max-width: 768px) {
  .space-text {
    text-align: left;
  }
}

.section-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding: 5rem 0;
  width: 80%;
  margin: 0 auto;
}

.grid-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}

.section-grid2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 80%;
  margin: 0 auto;
  gap: 2rem;
  padding-bottom: 5rem;
}

.grid2-cell {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media screen and (max-width: 768px) {
  .section-grid,
  .section-grid2 {
    grid-template-columns: 1fr;
  }

  .move-grid {
    grid-area: 4 / 1 / 5 / 2;
  }
}

.mode-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 80%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 5vw;
  text-align: center;
  color: white;
}

@media (max-width: 768px) {
  .mode-text {
    text-align: left;
    top: 5vw;
  }

  .section-mode {
    background-color: #273325;
    padding-top: 45vw;
  }
}
.section-quatro {
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.quatro-cell {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 80%;
  margin: 0 auto;
}

.ai-frame {
  position: absolute;
  top: 0;
  bottom: 0;
  height: fit-content;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 50%;
  left: 5vw;
}

@media (max-width: 768px) {
  .ai-frame {
    width: 80%;
    margin: 0 auto;
    top: 15vw;
    left: 0;
    right: 0;
  }
}
</pre></body></html>