.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #3b79c3;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
}

a {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #4c4d56;
  text-decoration: none;
}

.droptest-container {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  /* max-height: 960px;
  max-width: 1600px; */
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.droptest-container.bg-grey {
  z-index: 0;
  overflow: hidden;
  /* max-height: 800px;
  max-width: 1440px; */
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #dbdfe3;
}

.drag-wrap {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 95px;
  padding-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.drag-container {
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 40px;
  height: 540px;
  border-radius: 10rem;
  background-color: #e3e7ec;
}

.body {
  background-color: #e3e7ec;
  font-family: 'Ul moderat', sans-serif;
  color: #4c4d56;
}

.drop-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.drag-bar {
  position: relative;
  top: 500px;
  width: 100%;
  height: 100%;
  border-radius: 10rem;
  background-color: #2d93fe;
}

.xplorlabs-header {
  position: fixed;
  width: 100%;
}

.xplorlabs-header.hide {
  display: none;
}

.logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 60px;
  padding: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: hsla(0, 0%, 100%, 0.3);
}

.logo-svg {
  width: 80%;
}

.nav-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 60px;
  padding-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.8);
  color: #4c4d56;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-icon {
  height: 20px;
  padding-right: 10px;
}

.scale-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 540px;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.scale-right.metric {
  padding-right: 0px;
  padding-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.scale-right-fixed-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #4c4d56;
  font-family: Syne, sans-serif;
  color: #4c4d56;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.scale-right-fixed-btn.high {
  background-color: #d62452;
  color: #d62452;
}

.scale-right-fixed-btn.high:hover {
  background-color: #af022e;
}

.scale-right-fixed-btn.medium {
  background-color: #2538df;
}

.scale-right-fixed-btn.medium:hover {
  background-color: #0416b2;
}

.scale-right-fixed-btn.low {
  background-color: #2d93fe;
}

.scale-right-fixed-btn.low:hover {
  background-color: #0168d4;
}

.text-block {
  font-size: 10px;
  letter-spacing: 0.075rem;
}

.scale-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 540px;
  padding-top: 5px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.scale-left.imperial {
  padding-top: 2px;
}

.scale-left-btn {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 25px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'DM Mono', sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

.scale-left-btn:hover {
  color: #78818f;
}

.scale-left-btn.high {
  color: #d62452;
}

.scale-left-btn.medium {
  color: #d62452;
}

.scale-left-btn.low {
  color: #2d93fe;
}

.scale-left-btn.first {
  margin-top: -3px;
}

.scale-imperial-svg {
  position: absolute;
  left: auto;
  top: auto;
  right: 10px;
  bottom: 50px;
  z-index: 2;
  height: 480px;
  max-width: none;
}

.text-block-2 {
  line-height: 1;
}

.scale-right-text {
  margin-right: 20px;
  margin-left: 20px;
  color: #e3e7ec;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05rem;
}

.video-container {
  height: 100%;
}

.video-container._0-start {
  position: relative;
}

.video-container._3-drop-high {
  position: relative;
  display: none;
}

.video-container._2-drop-medium {
  position: relative;
  display: none;
}

.video-container._3-drop-low {
  position: relative;
  display: none;
}

.video {
  width: 100%;
  height: 100%;
}

.play-pause-button {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.titlebar {
  position: absolute;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-top: 30px;
  padding-left: 20px;
}

.subtitle {
  position: relative;
  margin-top: 0px;
  font-family: 'Ul moderat', sans-serif;
  color: #b0b7bf;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.title {
  position: relative;
  margin-top: 0px;
  font-family: 'Ul moderat', sans-serif;
  color: #b0b7bf;
  font-size: 72px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.125rem;
}

.countup-container {
  position: absolute;
  top: 60px;
  right: 20%;
  z-index: 10;
  display: none;
  width: 380px;
  height: 100px;
  margin-right: 40px;
  margin-left: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.countup-video {
  width: 200px;
  height: 100%;
  margin-right: 20px;
  border-radius: 10px;
}

.button {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #0046fe;
  border-radius: 100px;
  background-color: #e3e7ec;
  color: #0046fe;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.button.hide {
  display: none;
}

.button.refresh-button.absolute-top-right {
  position: absolute;
  left: auto;
  top: 40px;
  right: 40px;
  bottom: auto;
  z-index: 60;
  opacity: 0;
}

.button.refresh-button.absolute-top-right-results {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 60;
}

.button.high-run-it.margin-top {
  margin-top: 20px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.button.medium-run-it.margin-top {
  margin-top: 20px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.button.low-run-it.margin-top {
  margin-top: 20px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.button-text-wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

.button-text {
  height: 1.5rem;
  min-height: 1.5rem;
  padding: 0rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.button-background {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: none;
  width: 100%;
  height: 175%;
  min-width: 4.5rem;
  border-radius: 100px;
  background-color: #0046fe;
}

.disable-buttons {
  position: absolute;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100%;
}

.results-container-high {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 100;
  width: 100%;
  height: 80%;
  padding-right: 20px;
  padding-bottom: 20px;
}

.results {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0f2740), to(rgba(15, 39, 64, 0.95)));
  background-image: linear-gradient(90deg, #0f2740, rgba(15, 39, 64, 0.95));
}

.results-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  height: 100%;
  padding-top: 20px;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.results-left-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.results-left-p {
  color: #f1f1f1;
  font-size: 13px;
  line-height: 22px;
}

.results-left-p.small {
  font-family: 'Ul moderat', sans-serif;
  font-size: 11px;
  line-height: 18px;
}

.results-left-p.dark {
  color: #78818f;
}

.results-left-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #78818f;
  font-size: 24px;
  font-weight: 400;
}

.results-left-height {
  margin-left: 17px;
  padding: 10px 20px;
  background-color: rgba(176, 183, 191, 0.3);
  font-family: Syne, sans-serif;
  color: #e3e7ec;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.results-left-height.high {
  color: #d62452;
}

.results-left-height.low {
  color: #2d93fe;
}

.results-left-height.medium {
  color: #3d51fa;
}

.results-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 67%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.results-video {
  z-index: 10;
  width: 720px;
}

.results-video.high {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.results-video.medium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.results-video.low {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.play-pause {
  width: 60px;
  height: 60px;
}

.play-pause-button-2 {
  left: 5%;
  top: auto;
  right: auto;
  bottom: 5%;
  display: none;
}

.close {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  padding: 10px;
}

.image-2 {
  width: 30px;
  height: 30px;
}

.results-right-data {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  margin-top: 40px;
  padding-right: 30px;
  padding-left: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.results-data-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.results-data-heading {
  margin-bottom: 15px;
  color: #f1f1f1;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.results-data {
  font-family: 'DM Mono', sans-serif;
  color: #f1f1f1;
  font-size: 20px;
  text-align: center;
}

.button-2 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #0046fe;
  border-radius: 100px;
  background-color: #e3e7ec;
  color: #0046fe;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.button-2.hide {
  display: none;
}

.scale-metric-svg {
  position: absolute;
  left: 10px;
  top: auto;
  right: auto;
  bottom: 56px;
  z-index: 2;
  height: 480px;
  max-width: none;
}

.scale-right-btn {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'DM Mono', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0.05rem;
}

.scale-right-btn:hover {
  color: #78818f;
}

.scale-right-btn.high {
  color: #d62452;
}

.scale-right-btn.medium {
  color: #d62452;
}

.scale-right-btn.low {
  color: #2d93fe;
}

.scale-right-btn.first {
  height: 20px;
  margin-top: 16px;
}

.scale-right-btn.last {
  height: 20px;
  margin-bottom: 33px;
}

.results-container-medium {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 100;
  width: 100%;
  height: 80%;
  padding-right: 20px;
  padding-bottom: 20px;
}

.results-container-low {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 100;
  width: 100%;
  height: 80%;
  padding-right: 20px;
  padding-bottom: 20px;
}

.instructions_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: rgba(15, 39, 64, 0.8);
  color: #fff;
}

.instructions_image-wrapper {
  width: 45%;
  margin-right: auto;
  margin-left: auto;
}

.instructions_text-wrapper {
  width: 100%;
  padding: 15px;
}

.instructions_text {
  font-family: Syne, sans-serif;
  font-size: 17px;
  line-height: 120%;
  text-transform: uppercase;
}

.p-intro {
  position: relative;
  margin-top: 20px;
  margin-right: 20px;
  color: #78818f;
  font-size: 16px;
  line-height: 150%;
}

.p-intro.small {
  font-family: 'Ul moderat', sans-serif;
  font-size: 11px;
  line-height: 18px;
}

.p-intro.dark {
  color: #78818f;
}

.instructions {
  position: absolute;
  left: 0%;
  top: 25%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70%;
  padding-left: 30px;
}

.too-small {
  display: none;
  width: 100%;
  padding: 15px;
}

.video-player {
  width: 100%;
  height: auto;
}

.slider {
  background-color: transparent;
}

.results-slider {
  display: block;
  background-color: transparent;
}

.arrow.left.hide {
  display: none;
}

.arrow.right.hide {
  display: none;
}

.failed {
  font-family: Syne, sans-serif;
  color: #d62452;
  font-weight: 700;
}

.red {
  color: #d62452;
  font-weight: 700;
}

@media screen and (min-width: 1440px) {
  .video-container._3-drop-high {
    display: none;
  }

  .video-container._2-drop-medium {
    display: none;
  }

  .results-video.high {
    height: 100%;
    max-height: none;
  }

  .results-video.medium {
    height: 100%;
    max-height: none;
  }

  .results-video.low {
    height: 100%;
    max-height: none;
  }
}

@media screen and (max-width: 991px) {
  .drag-wrap {
    padding-right: 0px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .video-container._3-drop-high {
    display: none;
  }

  .video-container._2-drop-medium {
    display: none;
  }

  .video-container._3-drop-low {
    display: none;
  }

  .titlebar {
    width: 75%;
  }

  .subtitle {
    display: none;
    font-size: 18px;
  }

  .title {
    font-size: 70px;
  }

  .button.refresh-button {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .button.refresh-button.absolute-top-right-results {
    top: -30px;
    right: 0px;
    opacity: 1;
  }

  .results-container-high {
    height: 100%;
    padding-bottom: 0px;
  }

  .results {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .results-left {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
  }

  .results-left-p {
    font-size: 12px;
  }

  .results-left-p.small {
    font-size: 9px;
  }

  .results-left-heading {
    font-size: 28px;
  }

  .results-left-height.high {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .results-left-height.low {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .results-left-height.medium {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .results-right {
    width: 100%;
    height: auto;
  }

  .results-video.high {
    width: 100%;
  }

  .results-video.medium {
    width: 100%;
  }

  .results-video.low {
    width: 100%;
  }

  .results-container-medium {
    height: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .results-container-low {
    height: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .instructions_text {
    font-size: 15px;
    line-height: 120%;
  }

  .p-intro {
    margin-right: 0px;
    font-size: 14px;
    line-height: 20px;
  }

  .instructions {
    top: 20%;
    max-width: 60%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .droptest-container.bg-grey {
    height: 100vh;
    max-height: none;
  }

  .drag-wrap {
    right: -5%;
    padding-top: 20px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  .scale-right.fixed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .video-container._3-drop-high {
    display: none;
  }

  .video-container._2-drop-medium {
    display: none;
  }

  .video-container._3-drop-low {
    display: none;
  }

  .subtitle {
    font-size: 15px;
  }

  .title {
    font-size: 40px;
  }

  .button.refresh-button.absolute-top-right {
    top: 10px;
    right: 25%;
    z-index: 120;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .button.refresh-button.absolute-top-right-results {
    position: absolute;
    left: auto;
    top: -20px;
    right: -40px;
    bottom: auto;
    display: none;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .button.high-run-it.margin-top {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .button.medium-run-it.margin-top {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .button.low-run-it.margin-top {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .results-container-high {
    padding-right: 0px;
  }

  .results {
    padding-top: 20px;
    padding-right: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .results-left {
    padding-right: 0px;
  }

  .results-left-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .results-left-p {
    font-size: 11px;
    line-height: 140%;
  }

  .results-left-p.small {
    overflow: visible;
    height: auto;
    line-height: 12px;
  }

  .results-left-heading {
    font-size: 22px;
  }

  .results-left-height.high {
    margin-left: 18px;
  }

  .results-video.high {
    width: 320px;
    max-height: 200px;
  }

  .results-video.medium {
    width: 320px;
    max-height: 200px;
  }

  .results-video.low {
    width: 320px;
    max-height: 200px;
  }

  .close {
    padding: 0px;
  }

  .instructions_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .instructions_image-wrapper {
    display: none;
    width: 100%;
  }

  .instructions_text-wrapper {
    width: 100%;
  }

  .p-intro {
    display: none;
  }

  .instructions {
    top: 25%;
    max-width: 50%;
    padding-left: 20px;
  }

  .too-small {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .drop-wrap {
    position: relative;
    z-index: 1;
    display: none;
  }

  .button {
    font-size: 0.675rem;
  }

  .button-text {
    padding-top: 0.25rem;
  }

  .button-2 {
    font-size: 0.675rem;
  }

  .too-small {
    position: absolute;
    left: 0%;
    top: 33%;
    right: 0%;
    bottom: auto;
    z-index: 0;
    display: block;
  }
}

@font-face {
  font-family: 'Ul moderat';
  src: url('../fonts/UL-Moderat-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ul moderat';
  src: url('../fonts/UL-Moderat-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('../fonts/Syne-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('../fonts/Syne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('../fonts/Syne-ExtraBold.ttf') format('truetype'), url('../fonts/Syne-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('../fonts/Syne-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}