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

blockquote, q {
  quotes: none;
}

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

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

a:hover {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

.btn, button, [type=button], [type=reset], [type=submit] {
  border-radius: 50px;
  font-size: 20px;
  line-height: 1.4em;
  font-family: "arkibal_displayheavy", sans-serif;
  font-weight: 900;
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.btn:disabled, .disabled {
  background-color: #BCBCBC;
  color: #131313;
  margin: 0 auto 10px !important;
  opacity: 0.4;
}

.btn:disabled:hover, .btn:disabled:active, .disabled:hover, .disabled:active {
  background-color: #BCBCBC;
  color: #131313;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(188, 188, 188, 0.45) !important;
  box-shadow: 0px 0px 40px 0px rgba(188, 188, 188, 0.45) !important;
}

.btn:disabled:focus, .btn:disabled.focus, .disabled:focus, .disabled.focus {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(188, 188, 188, 0.08) !important;
  box-shadow: 0px 0px 40px 0px rgba(188, 188, 188, 0.08) !important;
}

.disabled-2 {
  background-color: #BCBCBC;
  color: #131313;
  margin: 0 auto 10px !important;
  opacity: 0.4;
}

.disabled-2:hover, .disabled-2:active {
  background-color: #00FF97;
  color: #131313;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 255, 151, 0.45) !important;
  box-shadow: 0px 0px 40px 0px rgba(0, 255, 151, 0.45) !important;
}

.disabled-2:focus, .disabled-2.focus {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(188, 188, 188, 0.08) !important;
  box-shadow: 0px 0px 40px 0px rgba(188, 188, 188, 0.08) !important;
}

.btn-nav {
  font-size: 16px;
}

.btn-social-media {
  font-size: 18px !important;
  padding: 10px 8px !important;
  font-weight: 600;
}

.btn-sm, .selector-sm {
  padding: 10px 15px;
  max-width: 230px;
}

.btn-lg, .selector-lg {
  padding: 10px 20px;
  max-width: 360px;
}

.selector-xlg {
  padding: 10px;
  max-width: 450px;
}

.btn-1 {
  background-color: #00FF97;
  color: #131313;
  margin: 0 auto 10px !important;
}

.btn-1:hover, .btn-1:active {
  background-color: #8A40FF;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(138, 64, 255, 0.45) !important;
  box-shadow: 0px 0px 40px 0px rgba(138, 64, 255, 0.45) !important;
}

.btn-1:focus, .btn-1.focus {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 255, 151, 0.08) !important;
  box-shadow: 0px 0px 40px 0px rgba(0, 255, 151, 0.08) !important;
}

.btn-2 {
  background-color: #00FF97;
  color: #6300FF;
  margin: 0 auto 10px !important;
}

.btn-2:hover, .btn-2:active {
  background-color: #6300C0;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(99, 0, 192, 0.45) !important;
  box-shadow: 0px 0px 40px 0px rgba(99, 0, 192, 0.45) !important;
}

.btn-2:focus, .btn-2.focus {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 255, 151, 0.08) !important;
  box-shadow: 0px 0px 40px 0px rgba(0, 255, 151, 0.08) !important;
}

.btn-3 {
  background-color: #6300FF;
  color: #FFFFFF;
  margin: 0 auto 10px !important;
}

.btn-3:hover, .btn-3:active {
  background-color: #6300C0;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(99, 0, 192, 0.45) !important;
  box-shadow: 0px 0px 40px 0px rgba(99, 0, 192, 0.45) !important;
}

.btn-3:focus, .btn-3.focus {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(99, 0, 255, 0.08) !important;
  box-shadow: 0px 0px 40px 0px rgba(99, 0, 255, 0.08) !important;
}

.btn-4 {
  background-color: #6300FF;
  color: #FFFFFF;
  margin: 0 auto 10px !important;
}

.btn-4:hover, .btn-4:active {
  background-color: #00FF97;
  color: #6300FF;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 255, 151, 0.45) !important;
  box-shadow: 0px 0px 40px 0px rgba(0, 255, 151, 0.45) !important;
}

.btn-4:focus, .btn-4.focus {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(99, 0, 255, 0.08) !important;
  box-shadow: 0px 0px 40px 0px rgba(99, 0, 255, 0.08) !important;
}

.btn-5 {
  background-color: #F9F9F9;
  color: #131313;
  margin: 0 auto 10px !important;
}

.btn-5:hover, .btn-5:active {
  background-color: #6300C0;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(99, 0, 192, 0.45) !important;
  box-shadow: 0px 0px 40px 0px rgba(99, 0, 192, 0.45) !important;
}

.btn-5:focus, .btn-5.focus {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(249, 249, 249, 0.08) !important;
  box-shadow: 0px 0px 40px 0px rgba(249, 249, 249, 0.08) !important;
}

.btn-6 {
  background-color: #F9F9F9;
  color: #131313;
  margin: 0 auto 10px !important;
}

.btn-6:hover, .btn-6:active {
  background-color: #00FF97;
  color: #131313;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 255, 151, 0.45) !important;
  box-shadow: 0px 0px 40px 0px rgba(0, 255, 151, 0.45) !important;
}

.btn-6:focus, .btn-6.focus {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(249, 249, 249, 0.08) !important;
  box-shadow: 0px 0px 40px 0px rgba(249, 249, 249, 0.08) !important;
}

.btn-7 {
  background-color: #131313;
  color: #FFFFFF;
  margin: 0 auto 10px !important;
}

.btn-7:hover, .btn-7:active {
  background-color: #6300C0;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(99, 0, 192, 0.45) !important;
  box-shadow: 0px 0px 40px 0px rgba(99, 0, 192, 0.45) !important;
}

.btn-7:focus, .btn-7.focus {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(19, 19, 19, 0.08) !important;
  box-shadow: 0px 0px 40px 0px rgba(19, 19, 19, 0.08) !important;
}

.btn-8 {
  background-color: #131313;
  color: #FFFFFF;
  margin: 0 auto 10px !important;
}

.btn-8:hover, .btn-8:active {
  background-color: #00FF97;
  color: #6300FF;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 255, 151, 0.45) !important;
  box-shadow: 0px 0px 40px 0px rgba(0, 255, 151, 0.45) !important;
}

.btn-8:focus, .btn-8.focus {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(19, 19, 19, 0.08) !important;
  box-shadow: 0px 0px 40px 0px rgba(19, 19, 19, 0.08) !important;
}

.btn-facebook {
  background-color: #4267B2;
  color: #FFFFFF;
  margin: 0 auto 10px !important;
}

.btn-facebook:hover, .btn-facebook:active {
  background-color: #6300C0;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(99, 0, 192, 0.45) !important;
  box-shadow: 0px 0px 40px 0px rgba(99, 0, 192, 0.45) !important;
}

.btn-facebook:focus, .btn-facebook.focus {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(66, 103, 178, 0.08) !important;
  box-shadow: 0px 0px 40px 0px rgba(66, 103, 178, 0.08) !important;
}

.btn-linkedin {
  background-color: #0072b1;
  color: #FFFFFF;
  margin: 0 auto 10px !important;
}

.btn-linkedin:hover, .btn-linkedin:active {
  background-color: #6300C0;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(99, 0, 192, 0.45) !important;
  box-shadow: 0px 0px 40px 0px rgba(99, 0, 192, 0.45) !important;
}

.btn-linkedin:focus, .btn-linkedin.focus {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 114, 177, 0.08) !important;
  box-shadow: 0px 0px 40px 0px rgba(0, 114, 177, 0.08) !important;
}

.btn-instagram {
  background-color: #E1306C;
  color: #FFFFFF;
  margin: 0 auto 10px !important;
}

.btn-instagram:hover, .btn-instagram:active {
  background-color: #6300C0;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(99, 0, 192, 0.45) !important;
  box-shadow: 0px 0px 40px 0px rgba(99, 0, 192, 0.45) !important;
}

.btn-instagram:focus, .btn-instagram.focus {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(225, 48, 108, 0.08) !important;
  box-shadow: 0px 0px 40px 0px rgba(225, 48, 108, 0.08) !important;
}

.btn-twitter {
  background-color: #1DA1F2;
  color: #FFFFFF;
  margin: 0 auto 10px !important;
}

.btn-twitter:hover, .btn-twitter:active {
  background-color: #6300C0;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(99, 0, 192, 0.45) !important;
  box-shadow: 0px 0px 40px 0px rgba(99, 0, 192, 0.45) !important;
}

.btn-twitter:focus, .btn-twitter.focus {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(29, 161, 242, 0.08) !important;
  box-shadow: 0px 0px 40px 0px rgba(29, 161, 242, 0.08) !important;
}

.links {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  font-weight: 700;
  text-decoration: none;
}

.link-1 {
  color: #FFFFFF;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.link-1:hover, .link-1:active {
  color: #6300FF !important;
  text-decoration: none;
}

.link-2 {
  color: #FFFFFF;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.link-2:hover, .link-2:active {
  color: #6300C0 !important;
  text-decoration: none;
}

.link-3 {
  color: #FFFFFF;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.link-3:hover, .link-3:active {
  color: #00FF97 !important;
  text-decoration: none;
}

.link-4 {
  color: #6300FF;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.link-4:hover, .link-4:active {
  color: #6300C0 !important;
  text-decoration: none;
}

.link-5 {
  color: #00FF97;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.link-5:hover, .link-5:active {
  color: #FFFFFF !important;
  text-decoration: none;
}

.link-6 {
  color: #BCBCBC;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  font-size: 14px !important;
}

.link-6:hover, .link-6:active {
  color: #00FF97 !important;
  text-decoration: none;
}

.link-7 {
  color: #FFFFFF;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  font-size: 12px !important;
}

.link-7:hover, .link-7:active {
  color: #00FF97 !important;
  text-decoration: none;
}

.link-8 {
  color: #00FF97;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  font-size: 12px !important;
}

.link-8:hover, .link-8:active {
  color: #FFFFFF !important;
  text-decoration: none;
}

.selector {
  border-radius: 50px;
  font-size: 18px;
  line-height: 1.4em;
  font-family: "arkibal_displaymedium", sans-serif;
  display: block;
  line-height: 1.1;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
  margin: 0 auto 10px !important;
  border: 1px solid #404040;
}

.selector:active {
  background-color: #00FF97;
  color: #000000;
  cursor: pointer;
}

.selector:focus, .selector.focus {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08) !important;
}

.selector.selected, .selector:active, .selector:focus, .selector.focus {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 255, 151, 0.15) !important;
  box-shadow: 0px 0px 40px 0px rgba(0, 255, 151, 0.15) !important;
}

.selector:hover {
  color: #FFFFFF;
  cursor: pointer;
}

.selector.selected:hover, .selector.selected p {
  color: #131313;
  cursor: pointer;
}

.selector-big-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 18px;
  margin: 5px auto !important;
  width: 100%;
  max-width: 100% !important;
  display: -ms-inline-grid;
  display: inline-grid;
  height: 60px;
  padding: 5px 30px;
}

.selected {
  background-color: #00FF97;
  color: #000000;
  border: 1px solid #00FF97;
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.disabled-2 {
  opacity: 0.7;
}

.disabled-3 {
  opacity: 0.15;
}

@font-face {
  font-family: 'arkibal_displayheavy';
  src: url("../fonts/ad-h.eot");
  src: url("../fonts/ad-h.eot?#iefix") format("embedded-opentype"), url("../fonts/ad-h.woff2") format("woff2"), url("../fonts/ad-h.woff") format("woff"), url("../fonts/ad-h.ttf") format("truetype"), url("../fonts/ad-h.svg#arkibal_displayheavy") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'arkibal_displaybold';
  src: url("../fonts/ad-b.eot");
  src: url("../fonts/ad-b.eot?#iefix") format("embedded-opentype"), url("../fonts/ad-b.woff2") format("woff2"), url("../fonts/ad-b.woff") format("woff"), url("../fonts/ad-b.ttf") format("truetype"), url("../fonts/ad-b.svg#arkibal_displaybold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'arkibal_displaymedium';
  src: url("../fonts/ad-m.eot");
  src: url("../fonts/ad-m.eot?#iefix") format("embedded-opentype"), url("../fonts/ad-m.woff2") format("woff2"), url("../fonts/ad-m.woff") format("woff"), url("../fonts/ad-m.ttf") format("truetype"), url("../fonts/ad-m.svg#arkibal_displaymedium") format("svg");
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "arkibal_displayheavy", sans-serif;
}

p, a, ul, input, optgroup, select, textarea {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #BCBCBC;
}

h1 {
  font-size: 30px;
  line-height: 1em;
  font-weight: 900;
  text-transform: capitalize;
}

h2 {
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 500;
}

h4 {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
}

h5, h6 {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 500;
}

p, a, ul {
  font-size: 20px;
  line-height: 1.4em;
}

strong {
  font-weight: 700;
}

.links {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6, p, a, img, i, li, input {
  margin-bottom: 10px !important;
}

.big {
  font-size: 40px;
}

input {
  margin: 10px auto !important;
}

input, optgroup, select, textarea {
  font-size: 20px;
  padding: 24px 20px !important;
  border-radius: 5px !important;
  border: none !important;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08) !important;
  color: #FFFFFF !important;
}

input:focus, optgroup:focus, select:focus, textarea:focus {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(99, 0, 192, 0.15) !important;
  box-shadow: 0px 0px 40px 0px rgba(99, 0, 192, 0.15) !important;
}

body {
  overflow-x: hidden;
  background: #131313;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #2c0071), color-stop(40%, #131313));
  background: linear-gradient(0deg, #2c0071 10%, #131313 40%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2c0071",endColorstr="#131313",GradientType=1);
}

select {
  padding: 0 1rem !important;
  height: 48px !important;
  background: url("../img/caret-down-solid.svg") no-repeat;
  background-position: right 12px top 12px;
  background-size: 12px;
  -moz-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important;
  border-radius: 8px !important;
  padding: 15px !important;
  font-size: 16px !important;
  max-width: 400px;
  width: 100%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

select:hover, select:active, select:focus, select.focus {
  border: 1px solid #00FF97 !important;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 255, 151, 0.3) !important;
  box-shadow: 0px 0px 40px 0px rgba(0, 255, 151, 0.3) !important;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  outline-width: 0;
}

.disclaimer, .disclaimer a, .disclaimer p {
  font-size: 18px;
}

.bg-1 {
  background-color: #6300FF;
}

.bg-2 {
  background-color: #6300C0;
}

.bg-3 {
  background-color: #00FF97;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-black {
  background-color: #000000;
}

.bg-grey {
  background-color: #BCBCBC;
}

.bg-d-grey {
  background-color: #131313;
}

.bg-l-grey {
  background-color: #F9F9F9;
}

.bg-gradient-1 {
  background: -webkit-gradient(linear, left top, right top, from(#6300FF), to(#6300C0));
  background: linear-gradient(90deg, #6300FF 0%, #6300C0 100%);
}

.bg-gradient-2 {
  background: linear-gradient(45deg, #6300C0 0%, #6300FF 100%);
}

.primary, .primary h1, .primary h2, .primary h3, .primary h4, .primary h5, .primary h6, .primary p, .primary a, .primary ul, .primary li {
  color: #6300FF !important;
}

.secondary, .secondary h1, .secondary h2, .secondary h3, .secondary h4, .secondary h5, .secondary h6, .secondary p, .secondary a, .secondary ul, .secondary li {
  color: #6300C0 !important;
}

.secondary-2, .secondary-2 h1, .secondary-2 h2, .secondary-2 h3, .secondary-2 h4, .secondary-2 h5, .secondary-2 h6, .secondary-2 p, .secondary-2 a, .secondary-2 ul, .secondary-2 li {
  color: #2c0071 !important;
}

.secondary-3, .secondary-3 h1, .secondary-3 h2, .secondary-3 h3, .secondary-3 h4, .secondary-3 h5, .secondary-3 h6, .secondary-3 p, .secondary-3 a, .secondary-3 ul, .secondary-3 li {
  color: #8A40FF !important;
}

.tertiary, .tertiary h1, .tertiary h2, .tertiary h3, .tertiary h4, .tertiary h5, .tertiary h6, .tertiary p, .tertiary a, .tertiary ul, .tertiary li {
  color: #00FF97 !important;
}

.quaternary, .quaternary h1, .quaternary h2, .quaternary h3, .quaternary h4, .quaternary h5, .quaternary h6, .quaternary p, .quaternary a, .quaternary ul, .quaternary li {
  color: #00D8FF !important;
}

.white, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white p, .white a, .white ul, .white li {
  color: #FFFFFF !important;
}

.black, .black h1, .black h2, .black h3, .black h4, .black h5, .black h6, .black p, .black a, .black ul, .black li {
  color: #000000 !important;
}

.grey, .grey h1, .grey h2, .grey h3, .grey h4, .grey h5, .grey h6, .grey p, .grey a, .grey ul, .grey li {
  color: #BCBCBC !important;
}

.d-grey, .d-grey h1, .d-grey h2, .d-grey h3, .d-grey h4, .d-grey h5, .d-grey h6, .d-grey p, .d-grey a, .d-grey ul, .d-grey li {
  color: #131313 !important;
}

.d-grey-2, .d-grey-2 h1, .d-grey-2 h2, .d-grey-2 h3, .d-grey-2 h4, .d-grey-2 h5, .d-grey-2 h6, .d-grey-2 p, .d-grey-2 a, .d-grey-2 ul, .d-grey-2 li {
  color: #404040 !important;
}

.l-grey, .l-grey h1, .l-grey h2, .l-grey h3, .l-grey h4, .l-grey h5, .l-grey h6, .l-grey p, .l-grey a, .l-grey ul, .l-grey li {
  color: #F9F9F9 !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.mw-10px {
  max-width: 10px;
  margin: 0 auto;
  width: 100%;
}

.mw-20px {
  max-width: 20px;
  margin: 0 auto;
  width: 100%;
}

.mw-30px {
  max-width: 30px;
  margin: 0 auto;
  width: 100%;
}

.mw-40px {
  max-width: 40px;
  margin: 0 auto;
  width: 100%;
}

.mw-50px {
  max-width: 50px;
  margin: 0 auto;
  width: 100%;
}

.mw-100px {
  max-width: 100px;
  margin: 0 auto;
  width: 100%;
}

.mw-150px {
  max-width: 150px;
  margin: 0 auto;
  width: 100%;
}

.mw-200px {
  max-width: 200px;
  margin: 0 auto;
  width: 100%;
}

.mw-250px {
  max-width: 250px;
  margin: 0 auto;
  width: 100%;
}

.mw-300px {
  max-width: 300px;
  margin: 0 auto;
  width: 100%;
}

.mw-350px {
  max-width: 350px;
  margin: 0 auto;
  width: 100%;
}

.mw-400px {
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
}

.mw-450px {
  max-width: 450px;
  margin: 0 auto;
  width: 100%;
}

.mw-500px {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}

.mw-550px {
  max-width: 550px;
  margin: 0 auto;
  width: 100%;
}

.mw-600px {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}

.mw-650px {
  max-width: 650px;
  margin: 0 auto;
  width: 100%;
}

.mw-700px {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}

.mw-750px {
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
}

.mw-800px {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

.mw-850px {
  max-width: 850px;
  margin: 0 auto;
  width: 100%;
}

.mw-900px {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}

.mw-950px {
  max-width: 950px;
  margin: 0 auto;
  width: 100%;
}

.mw-1000px {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}

.mw-1050px {
  max-width: 1050px;
  margin: 0 auto;
  width: 100%;
}

.mw-1100px {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

.mw-1150px {
  max-width: 1150px;
  margin: 0 auto;
  width: 100%;
}

.mw-1200px {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.btn-center {
  margin: 0 auto 20px auto;
}

.h10 {
  height: 10vh;
}

.h85 {
  height: 85vh;
}

.h90 {
  height: 90vh;
}

.h95 {
  height: 95vh;
}

.h100 {
  height: 100vh;
}

.shadow-primary {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(99, 0, 255, 0.6) !important;
  box-shadow: 0px 0px 40px 0px rgba(99, 0, 255, 0.6) !important;
}

.shadow-secondary {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(99, 0, 192, 0.6) !important;
  box-shadow: 0px 0px 40px 0px rgba(99, 0, 192, 0.6) !important;
}

.shadow-tertiary {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 255, 151, 0.6) !important;
  box-shadow: 0px 0px 40px 0px rgba(0, 255, 151, 0.6) !important;
}

.shadow-primary-smooth {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(99, 0, 255, 0.15) !important;
  box-shadow: 0px 0px 40px 0px rgba(99, 0, 255, 0.15) !important;
}

.shadow-secondary-smooth {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(99, 0, 192, 0.15) !important;
  box-shadow: 0px 0px 40px 0px rgba(99, 0, 192, 0.15) !important;
}

.shadow-tertiary-smooth {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 255, 151, 0.15) !important;
  box-shadow: 0px 0px 40px 0px rgba(0, 255, 151, 0.15) !important;
}

.shadow-grey {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(188, 188, 188, 0.15) !important;
  box-shadow: 0px 0px 40px 0px rgba(188, 188, 188, 0.15) !important;
}

.shadow-l-grey {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(249, 249, 249, 0.45) !important;
  box-shadow: 0px 0px 40px 0px rgba(249, 249, 249, 0.45) !important;
}

.shadow-d-grey {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(19, 19, 19, 0.15) !important;
  box-shadow: 0px 0px 40px 0px rgba(19, 19, 19, 0.15) !important;
}

.shadow-white {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.15) !important;
  box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.15) !important;
}

.shadow-black {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15) !important;
}

.br-1 {
  border-radius: 25px;
}

.container-app {
  max-width: 800px;
  margin: 0 auto;
}

.splash-img-1, .splash-img-2 {
  position: fixed;
}

.splash-img-1 {
  max-width: 200px;
  bottom: 30px;
  left: -100px;
}

.splash-img-2 {
  max-width: 50px;
  top: 30px;
  right: -25px;
}

.app .strong {
  font-family: 'arkibal_displaybold' !important;
  line-height: 1.1;
  margin-bottom: 5px !important;
}

html {
  background: #2c0071;
}

.footer {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px 15px;
}

.footer p, .footer a.links {
  font-size: 12px !important;
  color: #BCBCBC;
}

hr {
  border: 0.5px solid #BCBCBC;
  opacity: 0.1;
}

.app-nav {
  background-color: #131313;
  height: 117px;
  text-align: center;
  position: fixed;
  top: 0;
  padding: 50px 10px;
  width: 100%;
  z-index: 999;
}

.app-nav a:hover {
  cursor: pointer !important;
}

.app-nav .back, .app-nav .cancel {
  padding: 0;
}

.app-nav .back {
  text-align: left;
}

.app-nav .back img {
  max-width: 35px;
}

.app-nav .title, .app-nav .description {
  text-align: center;
}

.app-nav .cancel {
  text-align: right;
}

.app-nav .title {
  color: #00FF97;
}

.app-nav .description {
  margin-top: -35px;
  color: #FFFFFF;
  text-align: center;
}

.app-nav .description p {
  font-size: 14px !important;
}

.app-nav .pg-bar, .app-nav .progress {
  height: 4px;
  width: 100%;
  border-radius: 50px;
  padding: 0;
  margin: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.app-nav .pg-bar {
  background: #404040;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  max-width: 780px;
  margin: 0 auto;
}

.app-nav .progress {
  background: #00FF97;
}

.app-nav .pg-bar-1 {
  max-width: 11.11111%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.app-nav .pg-bar-2 {
  max-width: 22.22222%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.app-nav .pg-bar-3 {
  max-width: 33.33333%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.app-nav .pg-bar-4 {
  max-width: 44.44444%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.app-nav .pg-bar-5 {
  max-width: 55.55555%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.app-nav .pg-bar-6 {
  max-width: 66.66667%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.app-nav .pg-bar-7 {
  max-width: 77.77778%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.app-nav .pg-bar-8 {
  max-width: 88.88889%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.app-nav .pg-bar-9 {
  max-width: 100.0%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.social-icons i {
  font-size: 28px !important;
  padding: 20px;
}

::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(1);
          filter: invert(1);
}

input {
  text-align: center;
  background: none;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important;
  border-radius: 8px !important;
  padding: 15px !important;
  font-size: 16px !important;
  max-width: 400px;
  width: 100%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input:hover, input:active, input:focus, input.focus {
  border: 1px solid #00FF97 !important;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 255, 151, 0.3) !important;
  box-shadow: 0px 0px 40px 0px rgba(0, 255, 151, 0.3) !important;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  outline-width: 0;
}

.custom-slider {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.custom-slider .current-value {
  font-family: "arkibal_displayheavy", sans-serif;
  font-size: 30px;
  color: #00FF97;
}

.custom-slider .values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}

.custom-slider .values .value-1, .custom-slider .values .value-3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.custom-slider .values .value-2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.custom-slider .emoji-value p {
  color: #BCBCBC;
}

.custom-slider .emoji-value span {
  font-size: 40px;
}

.input-slider {
  -webkit-appearance: none;
  width: 100%;
  max-width: 450px;
  height: 10px;
  background: #000000;
  border: none !important;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  padding: 0 !important;
}

.input-slider:hover {
  opacity: 1;
}

.input-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #FFFFFF;
  border: none;
  border-radius: 100%;
  cursor: pointer;
}

.input-slider::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
  width: 25px;
  height: 25px;
  background: #BCBCBC;
  border: none;
  border-radius: 100%;
  cursor: pointer;
}

input[type="range"]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
}

input[type="range"]::-moz-track {
  -moz-appearance: none;
}

input[type="range"]::-ms-track {
  appearance: none;
}

.form .validation p, .form .validation i {
  color: #00FF97;
  font-size: 12px;
}

.carousel .description h1 {
  color: #FFFFFF;
  max-width: 300px;
  margin: 0 auto;
}

.carousel .description p {
  color: #00FF97;
}

.carousel img {
  max-width: 250px;
}

.carousel-indicators {
  bottom: -30px !important;
  margin: auto;
  height: 30px;
}

.carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 100%;
  background-color: #FFFFFF;
  opacity: 1 !important;
  margin: auto 5px !important;
  border: none !important;
  background-clip: unset !important;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.carousel-indicators button.active {
  width: 18px !important;
  height: 18px !important;
  background-color: #6300FF;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.info {
  margin: 0 auto 10px !important;
  display: block;
  text-align: center;
}

.info .selector, .info p {
  display: inline-block;
}

.info .selector-lg {
  width: 100%;
}

.info img {
  position: absolute;
  width: 35px;
  height: 50px;
  display: inline;
  margin-top: -20px;
  margin-left: -10px;
  -webkit-filter: grayscale(100%) contrast(1000%) invert(30%);
          filter: grayscale(100%) contrast(1000%) invert(30%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.info img:hover {
  -webkit-filter: grayscale(0%) contrast(100%) invert(0%);
          filter: grayscale(0%) contrast(100%) invert(0%);
}

.info-question img {
  margin-left: 10px;
}

.info-sm {
  display: inline-block;
}

.info-sm .selector-sm {
  max-width: 100%;
  width: 360px;
  margin: 10px !important;
}

.info-sm img {
  margin-left: -25px;
}

.tooltip {
  font-family: "Montserrat", sans-serif;
}

.tooltip-inner {
  background-color: #404040;
  padding: 20px;
  max-width: 350px;
  font-size: 16px;
}

.tooltip.show {
  opacity: 1;
}

.chip {
  border: 0.7px solid #404040;
  padding: 5px 10px;
  border-radius: 50px;
  display: inline-block;
  width: 190px;
  margin: 10px !important;
}

.chip.selected, .chip:active, .chip:focus, .chip.focus {
  background: #00FF97A6;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 255, 151, 0.3) !important;
  box-shadow: 0px 0px 40px 0px rgba(0, 255, 151, 0.3) !important;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.chip .icon, .chip .name {
  display: inline;
}

.chip .icon {
  max-width: 35px;
  height: auto;
  margin-bottom: 1px !important;
  vertical-align: middle;
}

.chip .name {
  color: #FFFFFF;
  margin-bottom: 0px !important;
}

.chip p {
  display: inline-block;
  color: #FFFFFF;
  vertical-align: middle;
  margin-bottom: 0 !important;
}

.qr-code {
  border-radius: 10px;
  max-width: 180px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 255, 151, 0.3) !important;
  box-shadow: 0px 0px 40px 0px rgba(0, 255, 151, 0.3) !important;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.qr-code:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 255, 151, 0.9) !important;
  box-shadow: 0px 0px 40px 0px rgba(0, 255, 151, 0.9) !important;
}

.blur {
  opacity: 0.3;
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.hide {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: none !important;
  z-index: -10;
}

.hide-opacity {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  opacity: 0;
  z-index: -10;
}

.fhs {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 25px;
  padding: 20px;
  width: 100%;
  text-align: center;
}

.fhs .col-a, .fhs .col-b, .fhs .col-c, .fhs .col-d {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.fhs .user-score {
  position: relative;
  margin-top: -100px;
}

.fhs .average-label {
  margin-top: 10px;
}

.fhs .average-label, .fhs .bar-label, .fhs .bar-guide-label {
  font-size: 14px;
  line-height: 1.1;
}

.fhs .bar-label {
  margin-top: 30px !important;
  margin-bottom: 0 !important;
}

.fhs .average-text {
  font-size: 16px;
  font-weight: 800;
}

.fhs .average-number {
  color: #FFFFFF;
}

.fhs .average-label-fhs {
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #00FF97;
  margin-bottom: 0 !important;
}

.fhs .average-text-fhs {
  font-size: 16px;
}

.fhs .average-number-fhs {
  color: #FFFFFF;
  font-size: 100px;
  margin-top: -5px;
}

.fhs .compare-label {
  color: #FFFFFF;
}

.fhs .score-bar, .fhs .score-bar-user, .fhs .score-bar-compare {
  width: 100%;
  height: 15px;
  border-radius: 8px;
  background: #131313;
}

.fhs .score-bar {
  background: #131313;
}

.fhs .flipX {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.fhs .score-bar-user {
  background: #00D8FF;
  width: 0%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.fhs .score-bar-compare {
  background: #8A40FF;
  width: 0%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.fhs .bar-guide-vertical {
  height: 8px;
  width: 1%;
  border-left: 2px solid rgba(255, 255, 255, 0.35);
  display: inline-block;
}

.fhs .bar-guide-horizontal {
  width: 99%;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  display: inline-block;
}

.fhs .bar-guide-label {
  color: rgba(255, 255, 255, 0.35);
}

.fhs .donut {
  margin: 0 auto;
  --percentage: 0;
  width: 350px;
  height: 175px;
  position: relative;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  overflow: hidden;
  color: var(--fill);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fhs .donut:after {
  content: '';
  width: 350px;
  height: 350px;
  border: 50px solid;
  border-color: rgba(255, 255, 255, 0.05) rgba(255, 255, 255, 0.05) #00FF97 #00FF97;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(calc( 1deg * ( -45 + var(--percentage) * 1.8 )));
          transform: rotate(calc( 1deg * ( -45 + var(--percentage) * 1.8 )));
  -webkit-animation: fillAnimation 1.5s ease-in;
          animation: fillAnimation 1.5s ease-in;
}

@-webkit-keyframes fillAnimation {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

@keyframes fillAnimation {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

.confetti {
  width: 100%;
  height: 100vh;
  position: absolute;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.confetti-top {
  z-index: 1;
}

.form-message {
  background: rgba(255, 255, 255, 0.05);
  max-width: 335px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 5px;
  margin: 10px auto;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.form-message p {
  margin: 0 auto !important;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4, h5, h6 {
    font-size: 16px;
  }
  .links, p, ul, .input {
    font-size: 16px;
  }
  .big {
    font-size: 22px;
  }
  .disclaimer, .disclaimer a, .disclaimer p {
    font-size: 14px;
  }
  .selector {
    font-size: 16px;
  }
  .btn {
    font-size: 18px;
  }
  .app-nav {
    height: 90px;
    padding: 10px 10px 0;
  }
  .app-nav .logo {
    max-width: 120px;
    margin: 0 auto;
  }
  .app-nav .pg-bar, .app-nav .progress {
    height: 2px;
  }
  .container-app {
    padding: 0 20px 0;
    overflow-x: hidden;
  }
  .app .strong {
    font-size: 18px !important;
    padding: 0 5%;
  }
  input {
    margin: 6px auto !important;
    padding: 10px !important;
  }
  .footer {
    padding: 0 0 10px;
  }
  .footer .btn {
    margin-bottom: 15px !important;
  }
  .footer p, .footer a.links {
    margin-bottom: 5px !important;
    display: inline !important;
    font-size: 11px !important;
  }
  .footer hr {
    display: none;
  }
  .info img {
    margin-left: -35px;
    width: 25px;
    height: 40px;
    margin-top: -15px;
  }
  .info .selector, .info p {
    margin-bottom: 5px !important;
  }
  .info-question img {
    margin-top: -35px;
  }
  .tooltip-inner {
    max-width: 250px;
  }
  .app-scroll {
    padding-top: 10px;
  }
  .app-scroll .footer {
    position: relative;
    margin: 30px auto;
  }
  .app-scroll .container-app {
    overflow-x: visible;
    -webkit-box-align: normal !important;
        -ms-flex-align: normal !important;
            align-items: normal !important;
    height: auto !important;
    padding: 0 10px 0 !important;
  }
  .chip {
    padding: 5px;
    width: 43%;
    margin: 5px !important;
  }
  .chip .icon {
    max-width: 30px;
  }
  .info-sm {
    display: inline-block;
  }
  .info-sm .selector-sm {
    width: 160px;
    margin: 5px 2px !important;
  }
  .info-sm .selector-sm .selector-label {
    display: none;
  }
  .info-sm img {
    margin-left: -25px;
  }
  .selector-big-text {
    height: 50px;
  }
  .fhs {
    -webkit-filter: blur(0) !important;
            filter: blur(0) !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .fhs .average-number-fhs {
    font-size: 40px;
  }
  .fhs .user-score {
    margin-top: -70px;
  }
  .fhs .average-text-fhs, .fhs .average-text {
    font-size: 14px;
    margin-bottom: 0 !important;
  }
  .fhs .compare-label {
    font-size: 14px;
    padding: 0;
  }
  .fhs .col-b {
    max-width: 300px;
    margin: 0 auto 10px;
  }
  .fhs .col-c {
    border-left: 1px solid rgba(255, 255, 255, 0.05);
  }
  .fhs .donut {
    width: 250px;
    height: 127px;
  }
  .fhs .donut:after {
    border: 40px solid;
    border-color: rgba(255, 255, 255, 0.05) rgba(255, 255, 255, 0.05) #00FF97 #00FF97;
    width: 250px;
    height: 250px;
  }
  .confetti {
    height: auto !important;
    width: 100% !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .form-message {
    padding: 5px;
    margin: 5px auto;
  }
}

@media (max-width: 467.98px) {
  .chip {
    width: 150px;
  }
  .selector {
    font-size: 14px;
  }
  .fhs .average-text, .fhs .average-label, .fhs .bar-guide-label {
    font-size: 14px;
  }
}
/*# sourceMappingURL=main.css.map */