body {
  margin: 0;
  padding: 0;
  font-family: Graphik;
  background-color: #fafaf8;
}

.BarCompare {
  display: inline-block;
  vertical-align: top;
  /* max-width: 600px; */
  text-align: left;
  width: 40%;
  /* padding: 1vw; */
  /* margin-left: 0.5vw; */
  /* margin-right: 6vw; */
  /* margin-bottom: 1vw;*/
}

video {
  /* background-color: black; */
  height: 22.5vw;
  width: 49%;
  display: none;
}
.imgContent {
  /* background-color: black; */
  height: 22.5vw;
  width: 49%;
  display: none;
  object-fit: contain;
}

.audioContent {
  background-color: transparent;
  height: 22.5vw;
  width: 49%;
  display: none;
}
.row-wrapper {
  text-align: center;
  width: 100%;
}

.content-wrapper {
  margin-top: 1vw;
  margin-bottom: 1vw;
}

.brandlogo {
  margin: 1vw;
  vertical-align: middle;
  display: inline-block;
}

.brandLink {
  text-align: left;
  font-size: 0.9vw;
  text-decoration: none;
  margin-top: 2vw;
  /* border-top: 1px solid black; */
  padding-top: 1vw;
  width: 100%;
  display: inline-block;
}

.brandText {
  height: 3vw;
  width: 88%;
  color: black;
}

.brandCard {
  background-color: white;
  width: 12vw;
  padding: 1vw;
  height: 15vw;
  border: 1px solid black;
  margin-top: 5vw;
  border-radius: 0.3vw;
}

.brandArrow {
  position: relative;
  /* width: 10%; */
  /* display: inline-block; */
  top: -3vw;
  left: 10.6vw;
}

.brandimg {
  width: 8vw;
  height: 6vw;
  object-fit: contain;
  /* background: #FAFAF8; */
  padding: 2vw;
}

.brandimgCompare {
  width: 10vw;
  height: 8vw;
  object-fit: contain;
  background: transparent;
}

.brandContent {
  margin-left: 11.5vw;
  margin-top: 1vw;
  margin-bottom: 4vw;
  position: absolute;
}

.BrandName {
  font-size: 2vw;
  font-weight: bold;
  display: inline-block;
  height: 100%;
  vertical-align: top;
  margin-left: 2vw;
}
.BrandBackground {
  background-color: #f3f3f3;
  padding: 1vw;
  margin: 1vw;
}

.senseHeaderText {
  font-size: 1vw;
  display: inline-block;
  width: 10vw;
  vertical-align: middle;
  white-space: nowrap;
}
.senseHeaderPlus {
  display: inline;
  right: 3.1vw;
  position: relative;
  font-weight: bold;
  color: #000000;
  font-size: 1.5vw;
  vertical-align: middle;
}

.BarBackgroundtemp {
  background: linear-gradient(
    90deg,
    rgb(0, 255, 255) 0%,
    rgb(255, 235, 50) 100%
  );
  height: 0.2vw;
  border-radius: 1vw;
  display: inline-block;
  width: 31.2vw;
  vertical-align: middle;
  border-radius: 1vw;
  margin-top: 0.5vw;
  margin-bottom: 0.5vw;
  /* margin-right: 0.5vw; */
}

.Progresstemp {
  background-color: transparent;
  border-right: 0.15vw solid black;
  height: 1vw;
  position: relative;
  top: -200%;
}

.accordion {
  /* background-color: white; */
  padding: 1vw;
  /* margin: 1vw; */
  padding-left: 4vw;
  margin-top: 0px;
  margin-bottom: 0px;
  transition: 0.5s;
}

.accordion-static {
  /* background-color: white; */
  padding: 1vw;
  /* margin: 1vw; */
  padding-left: 4vw;
  margin-top: 0px;
  margin-bottom: 0px;
  transition: 0.5s;
}

.active,
.accordion:hover {
  background-color: transparent;
}

.latentChart {
  display: block;
  clear: both;
  height: 100vh;
  width: 100%;
  background-color: transparent;
}

.chart-container {
  background-color: transparent;
  padding: 10vw;
  padding-top: 1vw;
  width: 80vw;
  height: 65vh;
}

.dot1 {
  height: 0.5vw;
  width: 0.5vw;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  border: 0.5vw solid transparent;
  transition: ease-out 1s;
  position: relative;
  top: -42vh;
  left: 44vw;
}
.dot2 {
  height: 0.5vw;
  width: 0.5vw;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  transition: ease-out 1s;
  position: relative;
  border: 0.5vw solid transparent;
  top: -27vh;
  left: 27vw;
}

.backbutton {
  position: absolute;
  top: 3.5vw;
  /* width: 100%; */
  text-align: center;
  width: 3vw;
  left: 0px;
  /* color: white;*/
  z-index: 8000;
}

.barBackground {
  background: #cccbce;
  height: 0.2vw;
  border-radius: 1vw;
  display: inline-block;
  width: 29vw;
  vertical-align: middle;
  border-radius: 1vw;
  margin-top: 0.5vw;
  margin-bottom: 0.5vw;
  /* margin-right: 2.5vw; */
}
.barBackgroundSense {
  background: #cccbce;
  height: 0.2vw;
  border-radius: 1vw;
  display: inline-block;
  width: 31.2vw;
  vertical-align: middle;
  border-radius: 1vw;
  margin-top: 0.5vw;
  margin-bottom: 0.5vw;
  /* margin-right: 2.5vw; */
}

.Progress {
  background-color: #000000;
  height: 0.2vw;
  border-radius: 1vw;
}

.ProgressSense {
  background-color: #000000;
  height: 0.2vw;
  border-radius: 1vw;
}

.row-wrapper-feel {
  text-align: center;
  width: 100%;
  overflow: hidden;
  max-height: 0px;
  transition: 1s ease-out;
  vertical-align: middle;
}

.row-wrapper-feel-extended {
  /* text-align: center; */
  width: 100%;
  margin-top: -1.5vw;
  overflow: hidden;
  /* max-height: 0px; */
  transition: 1s ease-out;
  vertical-align: middle;
  margin-left: 4vw;
}

.BarBackgroundtempfeels {
  background: linear-gradient(90deg, rgb(0, 65, 240) 0%, rgb(255, 50, 70) 100%);
  height: 0.2vw;
  border-radius: 1vw;
  display: inline-block;
  width: 31.2vw;
  vertical-align: middle;
  border-radius: 1vw;
  margin-top: 0.5vw;
  margin-bottom: 0.5vw;
  /* margin-right: 2.5vw; */
}

.BarTextFeels {
  display: inline-block;
  font-size: 0.9vw;
  width: 30vw;
  /* text-align: right; */
  vertical-align: middle;
}

.BarTextSpace {
  display: inline-block;
  font-size: 0.9vw;
  width: 2.4vw;
  text-align: right;
  vertical-align: middle;
}

.lds-ring {
  display: inline-block;
  position: absolute;
  width: 20vw;
  height: 20vw;
  margin-top: 5vw;
  left: 40vw;
  margin-left: auto;
  margin-right: auto;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20vw;
  height: 20vw;
  margin: 0.4vw;
  border: 0.1vw solid black;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: black transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.latentspaceText {
  display: inline-block;
  position: absolute;
  left: 41.4vw;
  /* top: 3vw; */
  /* right: 50%; */
  /* top: 5.9vw; */
  font-size: 1.3vw;
  border-radius: 50%;
  width: 18vw;
  height: 18vw;
  text-align: center;
  background-color: black;
  color: white;
  line-height: 18vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6.45vw;
}
.BarHeader {
  margin-left: 2vw;
  font-size: 2vw;
  /* padding-left: 3.8vw; */
  margin-bottom: 1vw;
  margin-top: 2vw;
  border-bottom: 1px solid black;
  /* margin-right: 8vw;*/
}

.progressNumber {
  display: inline-block;
  width: 2vw;
  font-size: 0.9vw;
  margin-left: 0.4vw;
}

.Itemdescription {
  color: #a1a1a1;
  margin-top: 0.5vw;
  margin-bottom: 1vw;
  display: inline-block;
  width: 31.2vw;
  /* font-style: italic; */
  font-size: 0.8vw;
  text-align: justify;
}
.labelLeft {
  display: inline-block;
  width: 46%;
  font-size: 0.7vw;
}
.labelRight {
  display: inline-block;
  text-align: right;
  width: 47%;
  font-size: 0.7vw;
}

#header {
  position: sticky;
  top: 0;
  z-index: 200;
  background-color: white;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 1rem;
}

.header-title {
  font-family: "Graphik";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.04em;
}

.header-title a {
  color: black;
  cursor: pointer;
  text-decoration: none;
}

#footer {
  position: static;
  bottom: 0;
  padding: 1rem;
  text-align: center;
  width: -webkit-fill-available;
}

body {
  min-height: 100vh;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
}
#content {
  flex: 1;
}
