@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/roboto-v20-latin-regular.eot');
  src: local('Roboto'), local('Roboto-Regular'),
    url('fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/roboto-v20-latin-regular.woff2') format('woff2'),
    url('fonts/roboto-v20-latin-regular.woff') format('woff'),
    url('fonts/roboto-v20-latin-regular.ttf') format('truetype'),
    url('fonts/roboto-v20-latin-regular.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/roboto-v20-latin-700.eot');
  src: local('Roboto Bold'), local('Roboto-Bold'),
    url('fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'),
    url('fonts/roboto-v20-latin-700.woff2') format('woff2'), url('fonts/roboto-v20-latin-700.woff') format('woff'),
    url('fonts/roboto-v20-latin-700.ttf') format('truetype'), url('fonts/roboto-v20-latin-700.svg#Roboto') format('svg');
}

html {
  font-size: 32px;
}

body {
  background-color: transparent;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #ffffff;
}

#Main-Wrapper {
  position: absolute;
  top: 0;
  left: 0;

  width: 1920px;
  height: 1080px;
}

#Overlay-Wrapper {
  position: absolute;
  top: 0;
  left: 0;

  width: 1920px;
  height: 1080px;

  opacity: 0;
  z-index: -1;
}
#Overlay-Wrapper.Fullscreen {
  background-color: rgba(0, 0, 0, 0.4);
}

#Question-Wrapper {
  display: flex;
  position: absolute;
  bottom: 108px;
  left: 192px;
  width: 1536px;

  opacity: 0;
}

#Question {
  box-sizing: border-box;

  max-width: 100%;

  padding: 0.625rem 1.25rem;
  line-height: 1.6rem;

  display: flex;
  align-items: center;
  background-color: #000099;
  position: relative;
}
#Question-Shape {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ff6600;
}
#Question-Content {
  max-width: 100%;
}

#Question-Name {
  font-weight: 700;
}

/*






*/

#Statement-Wrapper {
  display: flex;
  position: absolute;
  bottom: 108px;
  left: 192px;

  width: 1536px;
  height: 864px;

  opacity: 0;
}
#Statement-Wrapper.Fullscreen {
  left: 108px;
  width: 1704px;
}

#Statement {
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  background-color: #000099;

  line-height: 1.3125rem;
}
#Statement-Wrapper.Fullscreen #Statement {
  height: 100%;
  width: 100%;

  line-height: 2.625rem;
  font-size: 1.625rem;
}

#Statement-Shape {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ff6600;
}

#Statement-Content {
  max-width: 100%;
}
#Statement-Wrapper.Fullscreen #Statement-Content {
  width: 100%;
}

#Statement-Name {
  line-height: 1;
  font-weight: 700;
  max-width: 100%;
}
#Statement-Wrapper.Fullscreen #Statement-Name {
  line-height: 1;
}

#Statement-Answers {
  max-width: 100%;
}

.Statement-Answer {
  margin-top: 0.625rem;
}

.Statement-Answer-Title-Wrapper {
  display: flex;
  justify-content: space-between;
}

.Statement-Answer-Percentage {
  margin-left: 0.625rem;
  font-size: 75%;
}

.Statement-Answer-Bar {
  background: white;
  height: 8px;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
#Statement-Wrapper.Fullscreen .Statement-Answer-Bar {
  height: 16px;
  border-radius: 8px;
}

.Statement-Answer-Bar-Width {
  background-color: #ff6600;
  height: 100%;
  bottom: 0;

  position: absolute;
  width: 0;

  border-radius: 4px 0 0 4px;
}

.Statement-Answer {
  position: relative;
}
