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

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body {
  max-width: 100vw !important;
  overflow-x: hidden;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100vw !important;
  height: 40px !important;
  padding-top: 5px;
  width: 100% !important;
  padding-bottom: 5px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  background-color: white;
  z-index: 100;
}

nav .nav__link__com {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

nav .nav__link__com a {
  text-decoration: none;
  margin-left: 10px;
  cursor: pointer;
}

nav .nav__link__com a .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav .nav__link__com a .logo img {
  height: 40px !important;
  width: 40px !important;
  border-radius: 50%;
}

nav .nav__link__com a .logo h1 {
  margin-left: 10px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff0000), color-stop(#ff0041), color-stop(#ff006f), color-stop(#e8009b), color-stop(#bf00c2), color-stop(#9950e3), color-stop(#6671f7), color-stop(#0089ff), color-stop(#00b5ff), color-stop(#00d7ff), color-stop(#00f0ac), to(#00ff21));
  background: linear-gradient(to right bottom, #ff0000, #ff0041, #ff006f, #e8009b, #bf00c2, #9950e3, #6671f7, #0089ff, #00b5ff, #00d7ff, #00f0ac, #00ff21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

nav .nav__link__com a .logo h1:hover {
  -webkit-text-decoration: underline 1px red;
          text-decoration: underline 1px red;
  transform: translateY(-1px);
  -webkit-transform: scale(1.009);
  transform: scale(1.009);
}

nav .nav__link__com .nav__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

nav .nav__link__com .nav__links a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  margin-right: 2vw;
  margin-top: 2px;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff0000), color-stop(#ff0041), color-stop(#ff006f), color-stop(#e8009b), color-stop(#bf00c2), color-stop(#9950e3), color-stop(#6671f7), color-stop(#0089ff), color-stop(#00b5ff), color-stop(#00d7ff), color-stop(#00f0ac), to(#00ff21));
  background: linear-gradient(to right bottom, #ff0000, #ff0041, #ff006f, #e8009b, #bf00c2, #9950e3, #6671f7, #0089ff, #00b5ff, #00d7ff, #00f0ac, #00ff21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

nav .nav__link__com .nav__links a:hover {
  transform: scale(1.009) !important;
  -webkit-text-decoration: underline 1px red;
          text-decoration: underline 1px red;
  -webkit-transform: scale(1.009);
  transform: translateY(-1px) !important;
}

nav .auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-right: 15px;
}

nav .auth a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff0000), color-stop(#ff0041), color-stop(#ff006f), color-stop(#e8009b), color-stop(#bf00c2), color-stop(#9950e3), color-stop(#6671f7), color-stop(#0089ff), color-stop(#00b5ff), color-stop(#00d7ff), color-stop(#00f0ac), to(#00ff21));
  background: linear-gradient(to right bottom, #ff0000, #ff0041, #ff006f, #e8009b, #bf00c2, #9950e3, #6671f7, #0089ff, #00b5ff, #00d7ff, #00f0ac, #00ff21);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

nav .auth a:hover {
  -webkit-transform: scale(1.009) !important;
          transform: scale(1.009) !important;
  -webkit-text-decoration: underline 1px red;
          text-decoration: underline 1px red;
  -webkit-transform: translateY(-2px) !important;
          transform: translateY(-2px) !important;
}

.space {
  max-width: 100vw !important;
  height: 40px !important;
  padding-top: 5px;
  width: 100% !important;
  padding-bottom: 5px;
}

@media screen and (max-width: 380px) {
  nav .nav__link__com .logo h1 {
    display: none;
  }
}
/*# sourceMappingURL=nav.css.map */