@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Raleway:wght@600;700&display=swap");
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, 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;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

body {
  font-family: "Open Sans", sans-serif;
  line-height: 175%;
  font-size: 0.93em;
  color: #494c5c;
}

h1, h2, h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: 125%;
  color: #0D0F11;
}
h1 small, h2 small, h3 small {
  font-family: "Open Sans", sans-serif;
  font-size: 0.3em;
  color: #7f8291;
  font-weight: 400;
  width: 100%;
  display: block;
}

strong {
  font-weight: 700;
}

.container {
  max-width: 1170px;
  padding: 0 20px;
}

.button {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  background-color: #00E7FF;
  color: black;
  padding: 18px 24px;
  border-radius: 8px;
  transition: all 0.2s;
}
.button:hover {
  transform: scale(1.05);
  transition: all 0.2s;
}

p {
  font-family: "Open Sans", sans-serif;
  color: #21252B;
  margin-bottom: 10px;
}

.showcase {
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.showcase #gradientEffect {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.showcase .showcase-content {
  display: block;
  text-align: center;
}
.showcase .showcase-content .brands-content {
  display: flex;
  margin-bottom: 50px;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.showcase .showcase-content .brands-content img {
  max-width: 100px;
}
.showcase .showcase-content h1 {
  color: #fff;
  font-size: 46px;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.nav-brand {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #051938;
  padding: 15px 10px 6px 10px;
  text-align: center;
}
.nav-brand img {
  max-width: 150px;
  width: 100%;
  margin-bottom: 0;
}

.link-terms {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.link-terms a {
  color: #fff;
  font-size: 0.8em;
}

.term .container-text {
  max-width: 800px;
  margin: 140px auto 100px auto;
  padding: 0 20px;
}
.term .container-text h1 {
  font-size: 3EM;
  display: block;
  text-align: center;
  margin-bottom: 60px;
}
.term .container-text h2 {
  font-size: 1.5EM;
  margin-top: 40px;
  margin-bottom: 14px;
}
.term .container-text h3 {
  font-size: 1.2EM;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 600;
}
.term .container-text li {
  margin-bottom: 10px;
}/*# sourceMappingURL=main.css.map */