.localizacao {
  color: #fff;
}

.localizacao input {
  color: #ccc;
  border-bottom: 1px solid #fff;
  width: 100%;
}

.localizacao .notice {
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
  font-size: .8rem;
}

.localizacao .use {
  color: #fff;
  margin: 1rem 0 0;
  font-size: 1.2rem;
  text-decoration: underline;
  display: block;
}

.localizacao .legenda {
  margin-top: .5rem;
  font-size: 1.2rem;
}

@media (max-width: 500px) {
  .localizacao .use, .localizacao .legenda {
    font-size: 1rem;
  }
}

.video {
  z-index: 10;
  grid-template-rows: 8% 1fr 22%;
  height: 97vh;
  max-height: 900px;
  display: grid;
  position: relative;
  overflow: hidden;
}

@media (orientation: portrait) {
  .video {
    grid-template-rows: 10vh 1fr 10vh;
    max-height: calc(100vh - 60px) !important;
  }
}

.video.step-0 {
  grid-template-columns: 35vw 1fr 35vw;
}

.video.step-1 {
  grid-template-rows: 20% 1fr 20%;
  grid-template-columns: 37vw 1fr 37vw;
}

.video.step-3 {
  grid-template-rows: 30% 1fr 30%;
  grid-template-columns: 37vw 1fr 37vw;
}

.video.step-2, .video.step-4 {
  grid-template-rows: 26% 1fr 25%;
  grid-template-columns: 36vw 1fr 36vw;
}

@media (orientation: landscape) and (max-width: 1300px) {
  .video {
    grid-template-rows: 3vh 1fr 13vh;
    height: 88vh;
  }

  .video.step-0 {
    grid-template-columns: 32vw 1fr 32vw;
  }
}

@media (orientation: portrait) {
  .video.step-0, .video.step-1, .video.step-2, .video.step-3, .video.step-4 {
    grid-template-rows: 8vh 61vh 20vh;
    grid-template-columns: 10vw 1fr 10vw;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
}

@media (orientation: portrait) and (min-height: 700px) {
  .video.step-0, .video.step-1, .video.step-2, .video.step-3, .video.step-4 {
    grid-template-rows: 8vh 61vh 13vh;
  }
}

@media (orientation: portrait) and (min-width: 750px) {
  .video.step-0, .video.step-1, .video.step-2, .video.step-3, .video.step-4 {
    grid-template-rows: 16vh 1fr 16vh;
    grid-template-columns: 20vw 1fr 20vw;
  }
}

.video h2 {
  display: none;
}

.video p {
  color: #fff;
  margin-bottom: 1.3rem;
  font-size: 1.3rem;
}

@media (max-width: 500px) {
  .video p {
    margin-bottom: 1rem;
    font-size: 1rem;
  }
}

.video svg {
  max-width: 50%;
  margin: 0 auto;
}

.video * {
  visibility: visible;
  opacity: 1;
  transition: opacity .3s, visibility .3s;
}

.video .hide {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.video .arraste {
  z-index: 10;
  text-align: center;
  grid-area: 3 / 2 / 3 / 2;
  margin-top: 20px;
  transition: opacity .3s, visibility .3s;
  display: block;
}

.video .arraste .cta {
  color: #fff;
  justify-content: space-around;
  align-items: flex-end;
  line-height: 3rem;
  display: flex;
}

.video .arraste .avance {
  display: block;
}

.video .arraste .voltar, .video .arraste .arrastar {
  display: none;
}

.video .arraste .voltar > svg {
  transform: scaleX(-1);
}

.video.step-4 .arraste .avance {
  display: none;
}

.video.step-4 .arraste .voltar, .video.step-4 .arraste .arrastar {
  display: block;
}

.video .box {
  z-index: 10;
  background-image: url("bgbox.55d9e8de.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  grid-area: 2 / 2 / 2 / 2;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
  transition: opacity .3s, visibility .3s;
  display: flex;
}

@media (orientation: portrait) {
  .video .box {
    max-height: 60vh;
  }

  .video.step-1 .box {
    max-height: 43vh;
  }

  .video.step-3 .box {
    max-height: 26vh;
  }

  .video.step-2 .box, .video.step-4 .box {
    max-height: 35vh;
  }
}

.video .tour {
  border-radius: 10px;
  width: 100%;
  padding: 10px 30px;
  display: none;
}

.video .tour img.logo {
  width: 40%;
  margin: 0 auto 2rem;
}

@media (orientation: portrait) {
  .video .tour {
    padding: 0 20px;
  }
}

.video .tour-1, .video .tour-2 {
  z-index: 999;
  color: #fff;
}

.video.step-0 .tour-0, .video.step-1 .tour-1, .video.step-2 .tour-2, .video.step-3 .tour-3, .video.step-4 .tour-4 {
  flex-direction: column;
  display: flex;
}

.video .video-background {
  grid-area: 1 / 1 / 3 / 4;
  width: 100vw;
}

.video #container {
  display: none;
}

.mapboxgl-ctrl-geocoder, .mapboxgl-ctrl-geocoder *, .mapboxgl-ctrl-geocoder :after, .mapboxgl-ctrl-geocoder :before {
  box-sizing: border-box;
}

.mapboxgl-ctrl-geocoder {
  z-index: 1;
  border-radius: 4px;
  width: 100%;
  min-width: 240px;
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  transition: width .25s, min-width .25s;
  position: relative;
}

.mapboxgl-ctrl-geocoder--input {
  font: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #0000;
  border: 0;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 6px 45px;
  overflow: hidden;
}

.mapboxgl-ctrl-geocoder--input::-ms-clear {
  display: none;
}

.mapboxgl-ctrl-geocoder--input:focus {
  box-shadow: none;
  outline: thin dotted;
}

.mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--pin-right > * {
  z-index: 2;
  display: none;
  position: absolute;
  top: 7px;
  right: 8px;
}

.mapboxgl-ctrl-geocoder, .mapboxgl-ctrl-geocoder .suggestions {
  box-shadow: 0 0 10px 2px #0000001a;
}

.mapboxgl-ctrl-geocoder.mapboxgl-ctrl-geocoder--collapsed {
  width: 50px;
  min-width: 50px;
  transition: width .25s, min-width .25s;
}

.mapboxgl-ctrl-geocoder .suggestions {
  z-index: 1000;
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 15px;
  list-style: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  overflow: hidden;
}

.mapboxgl-ctrl-bottom-left .suggestions, .mapboxgl-ctrl-bottom-right .suggestions {
  top: auto;
  bottom: 100%;
}

.mapboxgl-ctrl-geocoder .suggestions > li > a {
  cursor: default;
  color: #404040;
  padding: 6px 12px;
  display: block;
}

.mapboxgl-ctrl-geocoder .suggestions > .active > a, .mapboxgl-ctrl-geocoder .suggestions > li > a:hover {
  color: #404040;
  cursor: pointer;
  background-color: #f3f3f3;
  text-decoration: none;
}

.mapboxgl-ctrl-geocoder--suggestion-title {
  font-weight: bold;
}

.mapboxgl-ctrl-geocoder--suggestion-title, .mapboxgl-ctrl-geocoder--suggestion-address {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mapboxgl-ctrl-geocoder--icon {
  vertical-align: middle;
  speak: none;
  fill: #757575;
  display: inline-block;
  top: 15px;
}

.mapboxgl-ctrl-geocoder--icon-search {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 13px;
  left: 12px;
}

.mapboxgl-ctrl-geocoder--button {
  cursor: pointer;
  background-color: #000;
  border: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.mapboxgl-ctrl-geocoder--icon-close {
  width: 20px;
  height: 20px;
  margin-top: 8px;
  margin-bottom: 0;
  margin-right: 3px;
}

.mapboxgl-ctrl-geocoder--button:hover .mapboxgl-ctrl-geocoder--icon-close {
  fill: #909090;
}

.mapboxgl-ctrl-geocoder--icon-geolocate {
  width: 22px;
  height: 22px;
  margin-top: 6px;
  margin-right: 3px;
}

.mapboxgl-ctrl-geocoder--icon-loading {
  width: 26px;
  height: 26px;
  margin-top: 5px;
  margin-right: 0;
  animation: .8s cubic-bezier(.45, .05, .55, .95) infinite rotate;
}

.mapboxgl-ctrl-geocoder--powered-by {
  float: left;
  padding: 6px 12px 9px;
  font-size: 13px;
  display: block;
}

.mapboxgl-ctrl-geocoder--powered-by a {
  color: #909090;
}

.mapboxgl-ctrl-geocoder--powered-by a:not(:hover) {
  text-decoration: none;
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 640px) {
  .mapboxgl-ctrl-geocoder.mapboxgl-ctrl-geocoder--collapsed {
    width: 36px;
    min-width: 36px;
  }

  .mapboxgl-ctrl-geocoder {
    font-size: 15px;
    line-height: 20px;
  }

  .mapboxgl-ctrl-geocoder .suggestions {
    font-size: 13px;
  }

  .mapboxgl-ctrl-geocoder--icon {
    top: 8px;
  }

  .mapboxgl-ctrl-geocoder--icon-close {
    width: 16px;
    height: 16px;
    margin-top: 3px;
    margin-right: 0;
  }

  .mapboxgl-ctrl-geocoder--icon-geolocate {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    margin-right: 0;
  }

  .mapboxgl-ctrl-geocoder--icon-search {
    width: 20px;
    height: 20px;
    left: 7px;
  }

  .mapboxgl-ctrl-geocoder--input {
    height: 36px;
    padding: 6px 35px;
  }

  .mapboxgl-ctrl-geocoder--icon-loading {
    width: 26px;
    height: 26px;
    margin-top: -2px;
    margin-right: -5px;
  }

  .mapbox-gl-geocoder--error {
    color: #909090;
    text-align: center;
    padding: 6px 12px;
    font-size: 16px;
  }

  .mapboxgl-ctrl-geocoder--powered-by {
    font-size: 11px !important;
  }
}

#template {
  display: none;
}

.pin-spacer {
  height: -moz-fit-content !important;
  height: fit-content !important;
  padding: 0 !important;
}

.infografico {
  z-index: 10;
  background: #fff;
  grid-template-rows: 5% 1fr 5%;
  grid-template-columns: 5vw 1fr 5vw;
  height: 100vh;
  margin-bottom: 5vh;
  display: grid;
  position: relative;
}

@media (orientation: portrait) {
  .infografico {
    grid-template-rows: 5vh 1fr 5vh;
    margin-bottom: 0;
  }
}

.infografico .intra {
  flex-direction: column;
  grid-area: 2 / 2 / 2 / 2;
  gap: 1rem;
  display: flex;
}

@media (orientation: portrait) and (min-width: 750px) {
  .infografico .intra {
    gap: 3rem;
  }

  .infografico .intra h3 {
    font-size: 7rem;
    line-height: 6rem;
  }
}

.infografico .graph {
  height: 55%;
  margin: auto;
  position: relative;
  width: 100% !important;
}

.infografico .graph canvas {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

@media (orientation: portrait) {
  .infografico .graph {
    overflow-x: scroll;
  }
}

.infografico .filtros {
  color: var(--color-light);
  grid-template-rows: 35px 1fr;
  grid-template-columns: 1fr 10rem;
  display: grid;
}

.infografico .filtros .mobtitle {
  display: none;
}

.infografico .filtros .clear {
  text-align: center;
  text-transform: uppercase;
  background: var(--color-black);
  border-radius: 10px 10px 0 0;
  grid-column: 2;
  font-size: .8rem;
  line-height: 2.8rem;
}

@media (orientation: portrait) {
  .infografico .filtros .mobtitle {
    background: var(--color-black);
    text-transform: uppercase;
    border-radius: 10px 0 0 10px;
    padding-left: 1.5rem;
    font-size: .8rem;
    line-height: 3rem;
    display: block;
  }

  .infografico .filtros .clear {
    border-radius: 0 10px 10px 0;
    line-height: 3rem;
  }

  .infografico .filtros.open .mobtitle {
    border-radius: 10px 0 0;
  }

  .infografico .filtros.open .clear {
    border-radius: 0 10px 0 0;
  }

  .infografico .filtros.open form {
    flex-direction: column;
    display: flex;
  }
}

.infografico .filtros form {
  background: var(--color-black);
  border-radius: 10px 0 10px 10px;
  flex-wrap: wrap;
  grid-area: 2 / 1 / auto / 3;
  justify-content: space-evenly;
  padding-bottom: 1rem;
  display: flex;
}

@media (orientation: portrait) {
  .infografico .filtros form {
    border-radius: 0 0 10px 10px;
    display: none;
  }
}

.infografico .filtros form fieldset {
  min-width: 65px;
  max-width: 20%;
  padding-top: 2rem;
}

.infografico .filtros form fieldset:last-child {
  max-width: 75px;
  padding-top: .5rem;
}

.infografico .filtros form fieldset:last-child .wrap {
  flex-direction: column;
  justify-content: space-between;
  height: 75%;
  display: flex;
}

.infografico .filtros form fieldset:last-child .wrap .button {
  background-color: var(--color-orange);
  text-transform: uppercase;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: .3rem;
  font-size: .7rem;
  font-weight: 900;
  display: block;
}

@media (orientation: portrait) {
  .infografico .filtros form fieldset:last-child {
    max-width: none;
  }
}

.infografico .filtros form fieldset h5 {
  font-family: var(--font-open);
  text-transform: uppercase;
  text-align: center;
  padding-bottom: .5rem;
  font-weight: bold;
}

.infografico .filtros form fieldset .scrollbox {
  scrollbar-color: #666 #000;
  border-top: 1px solid #666;
  max-height: 145px;
  padding-top: 1rem;
  overflow-y: auto;
}

.infografico .filtros form fieldset .scrollbox::-webkit-scrollbar-track {
  background-color: #000;
  -webkit-box-shadow: inset 0 0 6px #0000004d;
}

.infografico .filtros form fieldset .scrollbox::-webkit-scrollbar {
  background-color: #f5f5f5;
  width: 6px;
}

.infografico .filtros form fieldset .scrollbox::-webkit-scrollbar-thumb {
  background-color: #666;
}

.infografico .filtros form fieldset .scrollbox .rangelabel {
  display: block;
}

.infografico .filtros form fieldset .scrollbox .legend {
  justify-content: space-between;
  display: flex;
}

.infografico .filtros form fieldset .scrollbox .legend .current {
  color: var(--color-orange);
  font-weight: 900;
}

.infografico .filtros form fieldset .scrollbox input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  margin: 10px 0;
}

.infografico .filtros form fieldset .scrollbox input[type="range"]:focus {
  outline: none;
}

.infografico .filtros form fieldset .scrollbox input[type="range"]::-webkit-slider-runnable-track {
  cursor: pointer;
  background: #fff;
  border: 0 solid #000101;
  border-radius: 25px;
  width: 100%;
  height: 3px;
  box-shadow: 0 0 #000, 0 0 #0d0d0d;
}

.infografico .filtros form fieldset .scrollbox input[type="range"]::-webkit-slider-thumb {
  background: var(--color-orange);
  cursor: pointer;
  -webkit-appearance: none;
  border: 0 solid #000;
  border-radius: 5px;
  width: 18px;
  height: 18px;
  margin-top: -7px;
  box-shadow: 0 0 #000, 0 0 #0d0d0d;
}

.infografico .filtros form fieldset .scrollbox input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #fff;
}

.infografico .filtros form fieldset .scrollbox input[type="range"]::-moz-range-track {
  cursor: pointer;
  animate: .2s;
  background: #fff;
  border: 0 solid #000101;
  border-radius: 25px;
  width: 100%;
  height: 3px;
  box-shadow: 0 0 #000, 0 0 #0d0d0d;
}

.infografico .filtros form fieldset .scrollbox input[type="range"]::-moz-range-thumb {
  background: var(--color-orange);
  cursor: pointer;
  border: 0 solid #000;
  border-radius: 7px;
  width: 18px;
  height: 18px;
  box-shadow: 0 0 #000, 0 0 #0d0d0d;
}

.infografico .filtros form fieldset .scrollbox input[type="range"]::-ms-track {
  cursor: pointer;
  animate: .2s;
  color: #0000;
  background: none;
  border-width: 39px 0;
  border-color: #0000;
  width: 100%;
  height: 12.8px;
}

.infografico .filtros form fieldset .scrollbox input[type="range"]::-ms-fill-lower {
  background: #fff;
  border: 0 solid #000101;
  border-radius: 50px;
  box-shadow: 0 0 #000, 0 0 #0d0d0d;
}

.infografico .filtros form fieldset .scrollbox input[type="range"]::-ms-fill-upper {
  background: #fff;
  border: 0 solid #000101;
  border-radius: 50px;
  box-shadow: 0 0 #000, 0 0 #0d0d0d;
}

.infografico .filtros form fieldset .scrollbox input[type="range"]::-ms-thumb {
  background: var(--color-orange);
  cursor: pointer;
  border: 0 solid #000;
  border-radius: 7px;
  width: 18px;
  height: 18px;
  box-shadow: 0 0 #000, 0 0 #0d0d0d;
}

.infografico .filtros form fieldset .scrollbox input[type="range"]:focus::-ms-fill-lower {
  background: #fff;
}

.infografico .filtros form fieldset .scrollbox input[type="range"]:focus::-ms-fill-upper {
  background: #fff;
}

.infografico .filtros form fieldset .scrollbox body {
  padding: 30px;
}

.infografico .filtros form fieldset .item {
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: .5rem;
  display: flex;
}

.infografico .filtros form fieldset .item input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background: #000;
  border: 1px solid #666;
  border-radius: 5px;
  width: 1.2rem;
  height: 1.2rem;
  transform: translateY(2px);
}

.infografico .filtros form fieldset .item input[type="checkbox"]:checked {
  background: var(--color-orange);
}

@media (orientation: portrait) {
  .infografico .filtros form fieldset {
    min-width: none;
    max-width: none;
    padding: 2rem;
  }
}

.infografico .filtros form .border {
  background: linear-gradient(0deg, #666 73%, #000 73%);
  width: 1px;
}

.infografico h3 {
  grid-area: 2 / 2 / 2 / 2;
  font-size: 6rem;
  line-height: 4rem;
}

@media (max-width: 500px) {
  .infografico h3 {
    font-size: 5rem;
    line-height: 5rem;
  }
}

.infografico h4 {
  grid-area: 2 / 2 / 2 / 2;
  margin: 0;
}

.infografico canvas {
  grid-area: 2 / 2 / 2 / 2;
}

.flipswitch {
  border-top: 1px solid #666;
  padding: 1rem 0;
  position: relative;
}

@media (orientation: portrait) {
  .flipswitch {
    padding: 1rem 10rem;
  }
}

.flipswitch input[type="checkbox"] {
  display: none;
}

.flipswitch-label {
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 3px;
  display: block;
  overflow: hidden;
}

.flipswitch-inner {
  width: 200%;
  margin-left: -100%;
  transition: margin .3s ease-in;
}

.flipswitch-inner:before, .flipswitch-inner:after {
  float: left;
  color: #fff;
  box-sizing: border-box;
  width: 50%;
  height: 20px;
  padding: 0;
  font-family: Trebuchet, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}

.flipswitch-inner:before {
  content: "";
  background-color: var(--color-orange);
  color: #fff;
  padding-left: 12px;
}

.flipswitch-inner:after {
  content: "";
  color: #888;
  text-align: right;
  padding-right: 12px;
}

@media (orientation: portrait) {
  .flipswitch-inner:after {
    background-color: #000;
  }
}

.flipswitch-switch {
  background: #fff;
  border: 1px solid #999;
  border-radius: 3px;
  width: 35px;
  height: 20px;
  margin: -2px;
  transition: all .3s ease-in;
  position: absolute;
  top: 1.2rem;
  right: 3.1rem;
}

@media (orientation: portrait) {
  .flipswitch-switch {
    right: inherit;
    top: 1.25rem;
    left: 10.3rem;
  }
}

.operacao:checked + .flipswitch-label .flipswitch-inner {
  margin-left: 0;
}

.operacao:checked + .flipswitch-label .flipswitch-switch {
  top: 1.2rem;
  right: .3rem;
}

@media (orientation: portrait) {
  .operacao:checked + .flipswitch-label .flipswitch-switch {
    left: inherit;
    top: 1.25rem;
    right: 10.3rem;
  }
}

#tooltip {
  z-index: 99;
}

.tooltip-content {
  flex-direction: column;
  padding: 1rem 1.2rem;
  display: flex;
}

.tooltip-content .title {
  font-family: var(--font-open);
  text-transform: uppercase;
  border-bottom: 3px solid #000;
  margin-bottom: 1rem;
  padding-bottom: .3rem;
  font-weight: 900;
}

.tooltip-content .line {
  font-family: var(--font-open);
  line-height: 1.5rem;
}

.tooltip-content .line .name {
  font-weight: 900;
}

.tooltip-content .line.link {
  color: var(--color-orange);
  margin-top: 1rem;
  font-weight: 900;
}

.tooltip-content .saibamais {
  margin-top: 1rem;
  display: block;
}

.canvasjs-chart-credit {
  display: none;
}

#chart {
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 90vh;
  margin: 0 1vw;
}

@media (orientation: portrait) {
  #chart {
    width: 200%;
    max-width: none;
  }
}



*, :before, :after {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

:before, :after {
  --tw-content: "";
}

html {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}

body {
  line-height: inherit;
  margin: 0;
}

hr {
  color: inherit;
  border-top-width: 1px;
  height: 0;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  background-color: #0000;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol, ul, menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button, [role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img, svg, video, canvas, audio, iframe, embed, object {
  vertical-align: middle;
  display: block;
}

img, video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

*, :before, :after, ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.absolute {
  position: absolute;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.justify-end {
  justify-content: flex-end;
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/*# sourceMappingURL=index.1a4c176f.css.map */
