html, body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
  }
  #root {
    background-image: linear-gradient(#FFF, #FCFCFC);
    min-height: 100%;
  }

.css-icons-ImgFile--svg {
  font-size: 1rem;
}

  .css-icons-ImgFile--svg path, .css-icons-ImgFile--svg rect, .css-icons-ImgFile--svg ellipse {
    fill: none;
    stroke: #000;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 4px;
  }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(/assets/Roboto-Thin-Latin.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light'), local('Roboto-Light'), url(/assets/Roboto-Light-Latin.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(/assets/Roboto-Regular-Latin.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(/assets/Roboto-Medium-Latin.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(/assets/Roboto-Bold-Latin.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Roboto Black'), local('Roboto-Black'), url(/assets/Roboto-Black-Latin.woff2) format('woff2');
}




.csw-themes-Election-Vote--vote {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
}

.csw-themes-Election-Vote--vote legend {
    background-color: var(--sub-header-background-color);
    box-sizing: border-box;
    color: var(--sub-header-foreground-color);
    display: block;
    padding: 15px;
    font-size: 20px;
    margin: 0;
    width: 100%;
    text-align: center;
  }

.csw-themes-Election-Vote--vote p:first-child {
      margin-top: 0;
    }

.csw-themes-Election-Vote--vote p:last-child {
      margin-bottom: 0;
    }

.csw-themes-Election-Vote--options {
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}

@media (min-width: 768px) {
    .csw-themes-Election-Vote--options.csw-themes-Election-Vote--three-cols .csw-themes-Election-Vote--option {
      border-right-width: 1px;
      flex: 0 0 auto;
    }
      .csw-themes-Election-Vote--options.csw-themes-Election-Vote--three-cols .csw-themes-Election-Vote--option:nth-child(3n) {
        border-right-width: 0;
        flex: 1 1 auto;
      }
      .csw-themes-Election-Vote--options.csw-themes-Election-Vote--three-cols .csw-themes-Election-Vote--option {
      width: 33.33%;
  }
  }

.csw-themes-Election-Vote--option {
  background-color: var(--option-background-color);
  border-style: solid;
  border-color: var(--option-border-color);
  border-width: 0 0 1px 0;
  box-sizing: border-box;
  display: flex;
  line-height: 27px;
  min-height: 27px;
  padding: 10px;
  width: 100%;
}

.csw-themes-Election-Vote--option .csw-themes-Election-Vote--full {
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 100%;
  }

.csw-themes-Election-Vote--option .csw-themes-Election-Vote--full img {
      display: block;
      width: 80%;
      margin: 10% 10% 1em 10%;
    }

.csw-themes-Election-Vote--option .csw-themes-Election-Vote--col1 {
    box-sizing: border-box;
    flex: 0 0 auto;
    max-width: 200px;
    width: 40%;
  }

.csw-themes-Election-Vote--option .csw-themes-Election-Vote--col1 img {
      width: 100%;
    }

.csw-themes-Election-Vote--option .csw-themes-Election-Vote--col2 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-left: 10px;
    width: 60%;
  }

.csw-themes-Election-Vote--option:hover {
    background-color: var(--option-hover-background-color);
  }

.csw-themes-Election-Vote--option .csw-themes-Election-Vote--number {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    margin: 24px 0;
  }

.csw-themes-Election-Vote--option .csw-themes-Election-Vote--name {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
  }

.csw-themes-Election-Vote--option .csw-themes-Election-Vote--checkbox {
    text-align: center;
    margin-top: 10px;
    padding: 10px;
  }

.csw-themes-Election-Vote--option input[type=radio] {
    height: 50px;
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    width: 50px;
  }

.csw-themes-Election-Vote--option input[type=radio] ~ .csw-themes-Election-Vote--check {
      width: 50px;
      height: 50px;
      background-color: #FFFFFF;
      border: 2px solid var(--input-border-color);
      box-sizing: border-box;
      content: '';
      display: block;
      height: 50px;
      margin: auto;
      padding: 5px;
      transition: border-color .25s ease .1s;
      width: 50px;
    }

.csw-themes-Election-Vote--option input[type=radio] ~ .csw-themes-Election-Vote--check::before {
        content: '';
        display: block;
        height: 100%;
        transition: background-color .25s ease;
        width: 100%;
      }

.csw-themes-Election-Vote--option input[type=radio]:checked ~ .csw-themes-Election-Vote--check {
      border-color: rgb(95, 211, 95);
    }

.csw-themes-Election-Vote--option input[type=radio]:checked ~ .csw-themes-Election-Vote--check::before {
        background-image: url(data:image/gif;base64,R0lGODlhkABwANUAAP///1/TX9Lz0svxy2nWaWbVZvz+/OH34XTZdNXz1bztvPX89dv12+767vf998Puw4rfiqfnp33bfej56OP345HhkZvkm6/pr9j02Ifeh7brtrnsuc3xzXzbfHPZc/n9+ez67OD34Ov5623Xbd723sTvxJnjmfT89KDloNf0167prqXmpYPdg+b45vH78bHqsfL88gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAACQAHAAAAb/QIBwSCwaj8ikcslsOp/QqHRKrVqv2Kx2y+16v+CweEy2Lsro9FaUIUwmCYd6Tm9uCIEAYiBIfOqAgQBseYV7AgwGgotoHHiFhnyJjJRgF5CYAR0CiIqVn1gLFZmZh5OgqFILEqSkpp6psUsHj62lkrCyukS0traHcbvCAL2+tgUKfXLDsQ+1xq0FGn0NzKgP0NkBEZwg1pXY2tkQnBS533TF4tAduOh16uvQI8kJJ+9q8fLQBdwC3vjIiHi2TxsEPiHOBeSyqmBBBMkwLFvYhZVDhyg4TaDIxcLFjx1KCCDxh+OVSx8vIuCWoIVJK+FS7mMxDUMDhS+f6JPJTqTN/5xmCPL01WFaAoBAq1gcaqwfpxY4kz7xyNRYBT4kJkqdErOqK6NIt07Z6TWPCU4kxVZpWBbTiGn/1FoZ1RbSQURa5UbZULeQUwHm9FI50DcPRGqCqbCte5dB3sRTC2cUkBDyFA59pWm0PGVg3cMJqnGWkqFuO2WjpaAsSw5RydQ6657tBDvK0qr+KNSOshp3ud1QCHtFthm4kwUehicTINp4kxXKOTV3Pis6c+pObsskfh07k97bl0/3jkT4UO7jyR/R/hG9+iV8z4t/r8QzT/f4ztChG156QL4WUADYa2Jgdt9yG+GTAiQm8DFBVFogN5QKv+VHUAEUhhYGdDzltv8Qe3mENBKBWpiXkj8hLERVNCyFlUVpMrV2yjvxGXNXZVl0dZGMEO6ioy+HSRSKUPsgwEkw+JB1jD/pRcHhR8A8xox98sym22DbidTdO4vt0xqOUcB4EXcufgPiOqfN6ISBH3kY0IpQunNcch/NRoKKTEXpBHhecqLmNzUOpecSVD7EB5Lv/MgTMCQaAec+BfAhwD34KCqonEcs+NFyZTJjYltG0naEmAW5+Y6SVcl4BJsF8ZgkkW1VUCERdBa0SR+NDoNqW/4kKESg8kTKCaXvXABrX/MBsMCx0CDI0QEr1FpYAMIGw6c4k6WYUwqPfsYJBjAw60trGPSY3wbSxsrmCQQODSrWA6SWpUIJDuGnVwrxMlUACw6ZmlgKZ07biqujPZCuwK4cKmViC1yLcB721kbIw5hki50jFOfBwrfmciYKxSNISqx3GAsMl6/qLZCvV3bSRwSwVYXqh8u8HJwlJy7QXITKXlmssxEOF7SxAOX+vKq42Qg7qdHl2bwOhQK4xDQSXcpDbsc/L9BtNiFzsvDURGxtzMlgN2FpK7IiUrYTZ7sl6ddrF9F2IWTHvSazaTNgd3Cwdi0A3HsbQVbdgetEUNoYFC5FV0qPrDjbhbzw1ONcBVBBA0RjTTnQZzSQ8+ZgBwEAOw==);
        background-size: cover;
      }

@media (min-width: 768px) {

.csw-themes-Election-Vote--option {
    border-right-width: 1px;
    flex: 0 0 auto;
    width: 50%
}
    .csw-themes-Election-Vote--option:nth-child(2n) {
      border-right-width: 0;
      flex: 1 1 auto;
    }
  }

.csw-themes-Election-Header--header {
  background-color: var(--header-background-color);
}
  .csw-themes-Election-Header--header .csw-themes-Election-Header--logo {
    display: block;
    margin: 15px auto;
    width: var(--logo-width);
    max-width: 90%;
  }
.csw-themes-Election-Header--sub-header {
  background-color: var(--sub-header-background-color);
  color: var(--sub-header-foreground-color);
  font-size: 16px;
  font-weight: 400;
  padding: 15px;
}
.csw-themes-Election-Header--sub-header > h1 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
  }

.csw-themes-Election-SignIn--sign-in {
  box-sizing: border-box;
  background-color: var(--page-background-color);
  border-radius: 10px;
  height: auto;
  max-width: 450px;
  padding: 24px;
  margin: auto;
}

.csw-themes-Election-SignIn--sign-in > h1 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 36px 0 20px 0;
  }

.csw-themes-Election-SignIn--sign-in button {
    margin: 36px 0 0 0;
  }

.csw-themes-Election-SignIn--sign-in button .csw-themes-Election-SignIn--label.csw-themes-Election-SignIn--busy {
      animation: csw-themes-Election-SignIn--opacity 2s infinite;
    }

.csw-themes-Election-SignIn--sign-in button {
    border: none;
    display: block;
    font-size: 24px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    margin: auto;
    padding: 0 40px 0 40px;
    transition: background-color .25s ease;
    width: 100%;
    background-color: var(--button-secondary-background-color);
    color: var(--button-secondary-foreground-color);
}

.csw-themes-Election-SignIn--sign-in button:hover {
      background-color: var(--button-secondary-hover-background-color);
      color: var(--button-secondary-hover-foreground-color);
    }

@media (min-width: 576px) {

.csw-themes-Election-SignIn--sign-in button {
      width: auto
  }
      .csw-themes-Election-SignIn--sign-in button:disabled {
        background-color: var(--button-secondary-hover-background-color);
        color: var(--button-secondary-hover-foreground-color);
      }
    }

.csw-themes-Election-SignIn--sign-in button.csw-themes-Election-SignIn--primary {
      background-color: var(--button-primary-background-color);
      color: var(--button-primary-foreground-color);
    }

.csw-themes-Election-SignIn--sign-in button.csw-themes-Election-SignIn--primary:hover {
        background-color: var(--button-primary-hover-background-color);
        color: var(--button-primary-hover-foreground-color);
      }

@media (min-width: 576px) {
        .csw-themes-Election-SignIn--sign-in button.csw-themes-Election-SignIn--primary:disabled {
          background-color: var(--button-primary-disabled-background-color);
          color: var(--button-primary-disabled-foreground-color);
        }
      }

@media (min-width: 576px) {

.csw-themes-Election-SignIn--sign-in {
    padding: 36px 60px
}
  }

.csw-themes-Election-SignIn--text-field {
  display: block;
  border: none;
  margin: 30px 0;
  padding: 0;
}

.csw-themes-Election-SignIn--text-field > .csw-themes-Election-SignIn--label {
    display: block;
    margin: 0 0 8px 0;
    width: 100%;
  }

.csw-themes-Election-SignIn--text-field input[type=text], .csw-themes-Election-SignIn--text-field select {
    border-style: solid;
    border-color: var(--input-border-color);
    border-width: 1px;
    box-sizing: border-box;
    color: var(--input-foreground-color);
    display: block;
    font-family: 'Segoe UI', Helvetica, Arial;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    padding: .5em;
    width: 100%;
  }

.csw-themes-Election-SignIn--error {
  color: var(--error-color);
  line-height: 1.25;
  margin: 8px 0 0 0;
}

.csw-themes-Election-SignIn--form-error {
  margin: 0 0 30px 0;
}

:root {
  --window-background-color: #efefef;
  --page-background-color: rgb(248, 248, 248);
  --page-border-color: rgba(150, 150, 150, 0.8);
  --page-foreground-color: rgb(24, 32, 24);
  --header-background-color: rgb(255, 255, 255);
  --header-foreground-color: rgb(248, 248, 248);
  --logo-width: 250px;
  --logo-height: 140px;
  --sub-header-background-color: rgb(32, 33, 36);
  --sub-header-foreground-color: rgb(255, 255, 255);
  --footer-background-color: rgb(127, 127, 127);
  --footer-foreground-color: rgb(248, 248, 248);
  --button-primary-background-color: rgb(32, 33, 36);
  --button-primary-foreground-color: rgb(248, 248, 248);
  --button-primary-hover-background-color: rgb(87, 88, 95);
  --button-primary-hover-foreground-color: rgb(254, 254, 254);
  --button-primary-disabled-background-color: rgba(87, 88, 95, 0.5);
  --button-primary-disabled-foreground-color: rgba(254, 254, 254, 0.5);
  --button-secondary-background-color: rgb(248, 248, 248),
  --button-secondary-foreground-color: rgb(24, 32, 24),
  --button-secondary-hover-background-color: rgb(254, 254, 254),
  --button-secondary-hover-foreground-color: rgb(24, 32, 24),
  --button-secondary-disabled-background-color: rgba(254, 254, 254, 0.5),
  --button-secondary-disabled-foreground-color: rgba(24, 32, 24, 0.5),
  --button-back-icon-background-color: transparent;
  --button-back-icon-foreground-color: rgb(24, 32, 24);
  --button-back-icon-hover-background-color: transparent;
  --button-back-icon-hover-foreground-color: rgb(0, 120, 70);
  --button-back-background-color: transparent;
  --button-back-foreground-color: rgb(24, 32, 24);
  --button-back-hover-background-color: transparent;
  --button-back-hover-foreground-color: rgb(254, 254, 254);
  --input-border-color: #999999;
  --input-background-color: rgb(254, 254, 254);
  --input-foreground-color: rgb(24, 32, 24);
  --input-check-color: rgb(0, 152, 92);
  --option-background-color: rgb(254, 254, 254);
  --option-border-color: rgba(200, 200, 200, 0.8);
  --option-hover-background-color: rgb(248, 248, 248);
  --error-color: rgb(192, 0, 0);
  --warn-border-color: #ffeeba;
  --warn-background-color: #fff3cd;
  --warn-foreground-color: #856404;
  --hint-color: rgb(100, 100, 100);
}

#root {
    background-image: none;
    background-color: #efefef;
    background-color: var(--window-background-color);
  }

.csw-themes-Election-UI--page {
  box-sizing: border-box;
  background-color: rgb(248, 248, 248);
  background-color: var(--page-background-color);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, .25);
  border-color: rgba(150, 150, 150, 0.8);
  border-color: var(--page-border-color);
  border-style: solid;
  border-width: 0 1px;
  color: rgb(24, 32, 24);
  color: var(--page-foreground-color);
  display: flex;
  flex-direction: column;
  font-family: 'Segoe UI', Helvetica, Arial;
  font-size: 16px;
  margin: auto;
  max-width: 768px;
  min-height: 100vh;
  min-height: calc(1vh * 100);
  min-height: calc(var(--vh, 1vh) * 100);
}

.csw-themes-Election-UI--page p {
    margin-top: 0;
  }

@media (min-width: 992px) {

.csw-themes-Election-UI--page {
    margin-left: calc((100vw - 768px) / 4)
}
  }

.csw-themes-Election-UI--page h1 {
    font-size: 24px;
    font-weight: 500;
    margin: auto;
  }
.csw-themes-Election-UI--content {
  flex-grow: 1;
  padding: 0;
}
.csw-themes-Election-UI--card {
  box-sizing: border-box;
  background-color: #fff;
  height: auto;
  max-width: 650px;
  padding: 24px;
  margin: auto;
}
.csw-themes-Election-UI--card > h1 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 36px 0 20px 0;
  }
.csw-themes-Election-UI--buttons {
  background-color: rgb(127, 127, 127);
  background-color: var(--footer-background-color);
  color: rgb(248, 248, 248);
  color: var(--footer-foreground-color);
  display: flex;
  flex-direction: row-reverse;
  flex-shrink: 1;
  flex-grow: 0;
  height: 60px;
  justify-content: space-between;
  overflow: hidden;
  transition: height .4s ease;
}
.csw-themes-Election-UI--buttons.csw-themes-Election-UI--invalid {
    height: 10px;
  }
@media (min-width: 576px) {
.csw-themes-Election-UI--buttons.csw-themes-Election-UI--invalid {
      height: 60px
  }
    }
@media (min-width: 576px) {
.csw-themes-Election-UI--buttons {
    padding: 20px
}
  }
.csw-themes-Election-UI--button {
  border: none;
  display: block;
  font-size: 24px;
  font-weight: 400;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  padding: 0 40px 0 40px;
  transition: background-color .25s ease;
  width: 100%;
}
.csw-themes-Election-UI--button .csw-themes-Election-UI--icon {
    display: block;
    position: relative;
    height: 25px;
    width: 25px;
  }
.csw-themes-Election-UI--button .csw-themes-Election-UI--icon:first-child {
      float: left;
      margin: 17px 10px 0 -25px;
    }
.csw-themes-Election-UI--button .csw-themes-Election-UI--icon:last-child {
      float: right;
      margin: 17px -25px 0 10px;
    }
.csw-themes-Election-UI--button .csw-themes-Election-UI--icon svg {
      display: block;
    }
.csw-themes-Election-UI--button {
  background-color: rgb(248, 248, 248),
  --button-secondary-foreground-color: rgb(24, 32, 24),
  --button-secondary-hover-background-color: rgb(254, 254, 254),
  --button-secondary-hover-foreground-color: rgb(24, 32, 24),
  --button-secondary-disabled-background-color: rgba(254, 254, 254, 0.5),
  --button-secondary-disabled-foreground-color: rgba(24, 32, 24, 0.5),
  --button-back-icon-background-color: transparent;
  background-color: var(--button-secondary-background-color);
  color: var(--button-secondary-foreground-color);
}
.csw-themes-Election-UI--button:hover {
    background-color: var(--button-secondary-hover-background-color);
    color: var(--button-secondary-hover-foreground-color);
  }
@media (min-width: 576px) {
.csw-themes-Election-UI--button {
    width: auto
}
    .csw-themes-Election-UI--button:disabled {
      background-color: var(--button-secondary-hover-background-color);
      color: var(--button-secondary-hover-foreground-color);
    }
  }
.csw-themes-Election-UI--button.csw-themes-Election-UI--primary,
  .csw-themes-Election-UI--button.csw-themes-Election-UI--submit {
    background-color: rgb(32, 33, 36);
    background-color: var(--button-primary-background-color);
    color: rgb(248, 248, 248);
    color: var(--button-primary-foreground-color);
  }
.csw-themes-Election-UI--button.csw-themes-Election-UI--primary:hover, .csw-themes-Election-UI--button.csw-themes-Election-UI--submit:hover {
      background-color: rgb(87, 88, 95);
      background-color: var(--button-primary-hover-background-color);
      color: rgb(254, 254, 254);
      color: var(--button-primary-hover-foreground-color);
    }
@media (min-width: 576px) {
      .csw-themes-Election-UI--button.csw-themes-Election-UI--primary:disabled, .csw-themes-Election-UI--button.csw-themes-Election-UI--submit:disabled {
        background-color: rgb(87, 88, 95);
        background-color: var(--button-primary-hover-background-color);
        color: rgb(254, 254, 254);
        color: var(--button-primary-hover-foreground-color);
      }
    }
.csw-themes-Election-UI--button.csw-themes-Election-UI--back {
    background-color: transparent;
    background-color: var(--button-back-background-color);
    color: rgb(24, 32, 24);
    color: var(--button-back-foreground-color);
    display: none;
  }
.csw-themes-Election-UI--button.csw-themes-Election-UI--back.csw-themes-Election-UI--icon {
      display: block;
    }
@media (min-width: 576px) {
.csw-themes-Election-UI--button.csw-themes-Election-UI--back.csw-themes-Election-UI--icon {
        display: none
    }
      }
.csw-themes-Election-UI--button.csw-themes-Election-UI--back.csw-themes-Election-UI--icon {
      background-color: var(--button-back-icon-background-color);
      height: 25px;
      line-height: 25px;
      padding: 0;
      width: 25px;
}
@media (min-width: 576px) {
.csw-themes-Election-UI--button.csw-themes-Election-UI--back.csw-themes-Election-UI--icon {
        width: 25px
    }
      }
.csw-themes-Election-UI--button.csw-themes-Election-UI--back path {
      fill: rgb(24, 32, 24);
      fill: var(--button-back-icon-foreground-color);
    }
.csw-themes-Election-UI--button.csw-themes-Election-UI--back path, .csw-themes-Election-UI--button.csw-themes-Election-UI--back line {
      stroke: rgb(24, 32, 24);
      stroke: var(--button-back-icon-foreground-color);
      transition-property: fill, stroke;
      transition-duration: .25s;
      transition-timing-function: ease;
      transition-delay: 0s;
    }
.csw-themes-Election-UI--button.csw-themes-Election-UI--back:hover path {
        fill: rgb(0, 120, 70);
        fill: var(--button-back-icon-hover-foreground-color);
      }
.csw-themes-Election-UI--button.csw-themes-Election-UI--back:hover path, .csw-themes-Election-UI--button.csw-themes-Election-UI--back:hover line {
        stroke: rgb(0, 120, 70);
        stroke: var(--button-back-icon-hover-foreground-color);
      }
@media (min-width: 576px) {
.csw-themes-Election-UI--button.csw-themes-Election-UI--back {
      display: block;
      color: rgb(24, 32, 24);
      color: var(--button-back-foreground-color)
  }
      .csw-themes-Election-UI--button.csw-themes-Election-UI--back path {
        fill: rgb(24, 32, 24);
        fill: var(--button-back-foreground-color);
      }
      .csw-themes-Election-UI--button.csw-themes-Election-UI--back path, .csw-themes-Election-UI--button.csw-themes-Election-UI--back line {
        stroke: rgb(24, 32, 24);
        stroke: var(--button-back-foreground-color);
      }
      .csw-themes-Election-UI--button.csw-themes-Election-UI--back:hover {
        color: rgb(254, 254, 254);
        color: var(--button-back-hover-foreground-color);
      }
        .csw-themes-Election-UI--button.csw-themes-Election-UI--back:hover path {
          fill: rgb(254, 254, 254);
          fill: var(--button-back-hover-foreground-color);
        }
        .csw-themes-Election-UI--button.csw-themes-Election-UI--back:hover path, .csw-themes-Election-UI--button.csw-themes-Election-UI--back:hover line {
          stroke: rgb(254, 254, 254);
          stroke: var(--button-back-hover-foreground-color);
        }
    }
.csw-themes-Election-UI--center {
  text-align: center;
}

.csw-themes-Election-UI--padding {
  padding: 15px;
}

.csw-themes-Election-UI--warn {
  color: #856404;
  color: var(--warn-foreground-color);
  background-color: #fff3cd;
  background-color: var(--warn-background-color);
  border: 1px solid #ffeeba;
  border: 1px solid var(--warn-border-color);
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: .25rem;
}



.csw-themes-VCE-Vote--vote {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
}

.csw-themes-VCE-Vote--vote legend {
    background-color: #000000;
    box-sizing: border-box;
    color: #FFFFFF;
    display: block;
    padding: 15px;
    font-size: 20px;
    margin: 0;
    width: 100%;
    text-align: center;
  }

.csw-themes-VCE-Vote--vote p:first-child {
      margin-top: 0;
    }

.csw-themes-VCE-Vote--vote p:last-child {
      margin-bottom: 0;
    }

.csw-themes-VCE-Vote--options {
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}

@media (min-width: 768px) {
    .csw-themes-VCE-Vote--options.csw-themes-VCE-Vote--three-cols .csw-themes-VCE-Vote--option {
      border-right-width: 1px;
      flex: 0 0 auto;
    }
      .csw-themes-VCE-Vote--options.csw-themes-VCE-Vote--three-cols .csw-themes-VCE-Vote--option:nth-child(3n) {
        border-right-width: 0;
        flex: 1 1 auto;
      }
      .csw-themes-VCE-Vote--options.csw-themes-VCE-Vote--three-cols .csw-themes-VCE-Vote--option {
      width: 33.33%;
  }
      .csw-themes-VCE-Vote--options.csw-themes-VCE-Vote--three-cols .csw-themes-VCE-Vote--option:hover {
        background-color: rgb(248, 248, 248);
      }
  }

.csw-themes-VCE-Vote--option {
  background-color: rgb(255, 255, 255);
  border-style: solid;
  border-color: rgba(150, 150, 150, 0.8);
  border-width: 0 0 1px 0;
  box-sizing: border-box;
  display: flex;
  line-height: 27px;
  min-height: 27px;
  padding: 10px;
  width: 100%;
}

.csw-themes-VCE-Vote--option .csw-themes-VCE-Vote--full {
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 100%;
  }

.csw-themes-VCE-Vote--option .csw-themes-VCE-Vote--full img {
      display: block;
      width: 80%;
      margin: 10% 10% 1em 10%;
    }

.csw-themes-VCE-Vote--option .csw-themes-VCE-Vote--col1 {
    box-sizing: border-box;
    flex: 0 0 auto;
    max-width: 200px;
    width: 40%;
  }

.csw-themes-VCE-Vote--option .csw-themes-VCE-Vote--col1 img {
      width: 100%;
    }

.csw-themes-VCE-Vote--option .csw-themes-VCE-Vote--col2 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-left: 10px;
    width: 60%;
  }

.csw-themes-VCE-Vote--option:hover {
    background-color: rgb(248, 248, 248);
  }

.csw-themes-VCE-Vote--option .csw-themes-VCE-Vote--name {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
  }

.csw-themes-VCE-Vote--option .csw-themes-VCE-Vote--checkbox {
    text-align: center;
    margin-top: 10px;
    padding: 10px;
  }

.csw-themes-VCE-Vote--option input[type=radio] {
    height: 50px;
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    width: 50px;
  }

.csw-themes-VCE-Vote--option input[type=radio] ~ .csw-themes-VCE-Vote--check {
      width: 50px;
      height: 50px;
      background-color: #FFFFFF;
      border: 2px solid #999999;
      box-sizing: border-box;
      content: '';
      display: block;
      height: 50px;
      margin: auto;
      padding: 5px;
      transition: border-color .25s ease .1s;
      width: 50px;
    }

.csw-themes-VCE-Vote--option input[type=radio] ~ .csw-themes-VCE-Vote--check::before {
        content: '';
        display: block;
        height: 100%;
        transition: background-color .25s ease;
        width: 100%;
      }

.csw-themes-VCE-Vote--option input[type=radio]:checked ~ .csw-themes-VCE-Vote--check {
      border-color: rgb(95, 211, 95);
    }

.csw-themes-VCE-Vote--option input[type=radio]:checked ~ .csw-themes-VCE-Vote--check::before {
        background-image: url(data:image/gif;base64,R0lGODlhkABwANUAAP///1/TX9Lz0svxy2nWaWbVZvz+/OH34XTZdNXz1bztvPX89dv12+767vf998Puw4rfiqfnp33bfej56OP345HhkZvkm6/pr9j02Ifeh7brtrnsuc3xzXzbfHPZc/n9+ez67OD34Ov5623Xbd723sTvxJnjmfT89KDloNf0167prqXmpYPdg+b45vH78bHqsfL88gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAACQAHAAAAb/QIBwSCwaj8ikcslsOp/QqHRKrVqv2Kx2y+16v+CweEy2Lsro9FaUIUwmCYd6Tm9uCIEAYiBIfOqAgQBseYV7AgwGgotoHHiFhnyJjJRgF5CYAR0CiIqVn1gLFZmZh5OgqFILEqSkpp6psUsHj62lkrCyukS0traHcbvCAL2+tgUKfXLDsQ+1xq0FGn0NzKgP0NkBEZwg1pXY2tkQnBS533TF4tAduOh16uvQI8kJJ+9q8fLQBdwC3vjIiHi2TxsEPiHOBeSyqmBBBMkwLFvYhZVDhyg4TaDIxcLFjx1KCCDxh+OVSx8vIuCWoIVJK+FS7mMxDUMDhS+f6JPJTqTN/5xmCPL01WFaAoBAq1gcaqwfpxY4kz7xyNRYBT4kJkqdErOqK6NIt07Z6TWPCU4kxVZpWBbTiGn/1FoZ1RbSQURa5UbZULeQUwHm9FI50DcPRGqCqbCte5dB3sRTC2cUkBDyFA59pWm0PGVg3cMJqnGWkqFuO2WjpaAsSw5RydQ6657tBDvK0qr+KNSOshp3ud1QCHtFthm4kwUehicTINp4kxXKOTV3Pis6c+pObsskfh07k97bl0/3jkT4UO7jyR/R/hG9+iV8z4t/r8QzT/f4ztChG156QL4WUADYa2Jgdt9yG+GTAiQm8DFBVFogN5QKv+VHUAEUhhYGdDzltv8Qe3mENBKBWpiXkj8hLERVNCyFlUVpMrV2yjvxGXNXZVl0dZGMEO6ioy+HSRSKUPsgwEkw+JB1jD/pRcHhR8A8xox98sym22DbidTdO4vt0xqOUcB4EXcufgPiOqfN6ISBH3kY0IpQunNcch/NRoKKTEXpBHhecqLmNzUOpecSVD7EB5Lv/MgTMCQaAec+BfAhwD34KCqonEcs+NFyZTJjYltG0naEmAW5+Y6SVcl4BJsF8ZgkkW1VUCERdBa0SR+NDoNqW/4kKESg8kTKCaXvXABrX/MBsMCx0CDI0QEr1FpYAMIGw6c4k6WYUwqPfsYJBjAw60trGPSY3wbSxsrmCQQODSrWA6SWpUIJDuGnVwrxMlUACw6ZmlgKZ07biqujPZCuwK4cKmViC1yLcB721kbIw5hki50jFOfBwrfmciYKxSNISqx3GAsMl6/qLZCvV3bSRwSwVYXqh8u8HJwlJy7QXITKXlmssxEOF7SxAOX+vKq42Qg7qdHl2bwOhQK4xDQSXcpDbsc/L9BtNiFzsvDURGxtzMlgN2FpK7IiUrYTZ7sl6ddrF9F2IWTHvSazaTNgd3Cwdi0A3HsbQVbdgetEUNoYFC5FV0qPrDjbhbzw1ONcBVBBA0RjTTnQZzSQ8+ZgBwEAOw==);
        background-size: cover;
      }

@media (min-width: 768px) {

.csw-themes-VCE-Vote--option {
    border-right-width: 1px;
    flex: 0 0 auto;
    width: 50%
}
    .csw-themes-VCE-Vote--option:nth-child(2n) {
      border-right-width: 0;
      flex: 1 1 auto;
    }
    .csw-themes-VCE-Vote--option:hover {
      background-color: rgb(248, 248, 248);
    }
  }

.csw-themes-VCE-Header--header {
  background-color: #FFFFFF;
  height: 100px;
}
.csw-themes-VCE-Header--header .csw-themes-VCE-Header--logo {
    display: block;
    margin: 15px auto;
    width: 70px;
    height: 70px;
  }
.csw-themes-VCE-Header--sub-header {
  background-color: rgb(32, 33, 36);
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  padding: 15px;
}
.csw-themes-VCE-Header--sub-header > h1 {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 500;
    text-align: center;
  }

.csw-themes-VCE-SignIn--sign-in {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  height: auto;
  max-width: 450px;
  padding: 24px;
  margin: auto;
}

.csw-themes-VCE-SignIn--sign-in > h1 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 36px 0 20px 0;
  }

.csw-themes-VCE-SignIn--sign-in button {
    margin: 36px 0 0 0;
  }

.csw-themes-VCE-SignIn--sign-in button .csw-themes-VCE-SignIn--label.csw-themes-VCE-SignIn--busy {
      animation: csw-themes-VCE-SignIn--opacity 2s infinite;
    }

.csw-themes-VCE-SignIn--sign-in button {
    border: none;
    display: block;
    font-size: 24px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    margin: auto;
    padding: 0 40px 0 40px;
    transition: background-color .25s ease;
    width: 100%;
}

@media (min-width: 576px) {

.csw-themes-VCE-SignIn--sign-in button {
      width: auto
  }
    }

.csw-themes-VCE-SignIn--sign-in button.csw-themes-VCE-SignIn--primary {
      background-color: rgb(32, 33, 36);
      color: rgb(248, 248, 248);
    }

.csw-themes-VCE-SignIn--sign-in button.csw-themes-VCE-SignIn--primary:hover {
        background-color: rgb(87, 88, 95);
        color: rgb(255, 255, 255);
      }

@media (min-width: 576px) {
        .csw-themes-VCE-SignIn--sign-in button.csw-themes-VCE-SignIn--primary:disabled {
          background-color: rgba(87, 88, 95, 0.5);
          color: rgba(254, 254, 254, 0.5);
        }
      }

@media (min-width: 576px) {

.csw-themes-VCE-SignIn--sign-in {
    padding: 36px 60px
}
  }

.csw-themes-VCE-SignIn--text-field {
  display: block;
  border: none;
  margin: 30px 0;
  padding: 0;
}

.csw-themes-VCE-SignIn--text-field > .csw-themes-VCE-SignIn--label {
    display: block;
    margin: 0 0 8px 0;
    width: 100%;
  }

.csw-themes-VCE-SignIn--text-field input[type=text], .csw-themes-VCE-SignIn--text-field select {
    border-style: solid;
    border-color: #999999;
    border-width: 1px;
    box-sizing: border-box;
    color: rgb(24, 32, 24);
    display: block;
    font-family: 'Segoe UI', Helvetica, Arial;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    padding: .5em;
    width: 100%;
  }

.csw-themes-VCE-SignIn--error {
  color: rgb(192, 0, 0);
  line-height: 1.25;
  margin: 8px 0 0 0;
}

.csw-themes-VCE-SignIn--form-error {
  margin: 0 0 30px 0;
}

#root {
    background-image: none;
    background-color: #efefef;
  }

.csw-themes-VCE-UI--page {
  box-sizing: border-box;
  background-color: rgb(248, 248, 248);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, .25);
  border-color: rgba(150, 150, 150, 0.8);
  border-style: solid;
  border-width: 0 1px;
  color: rgb(24, 32, 24);
  display: flex;
  flex-direction: column;
  font-family: 'Segoe UI', Helvetica, Arial;
  font-size: 16px;
  margin: auto;
  max-width: 768px;
  min-height: 100vh;
  min-height: calc(1vh * 100);
  min-height: calc(var(--vh, 1vh) * 100);
}

.csw-themes-VCE-UI--page p {
    margin-top: 0;
  }

@media (min-width: 992px) {

.csw-themes-VCE-UI--page {
    margin-left: calc((100vw - 768px) / 4)
}
  }

.csw-themes-VCE-UI--page h1 {
    font-size: 24px;
    font-weight: 500;
    margin: auto;
  }
.csw-themes-VCE-UI--content {
  flex-grow: 1;
  padding: 0;
}
.csw-themes-VCE-UI--card {
  box-sizing: border-box;
  background-color: #fff;
  height: auto;
  max-width: 650px;
  padding: 24px;
  margin: auto;
}
.csw-themes-VCE-UI--card > h1 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 36px 0 20px 0;
  }
.csw-themes-VCE-UI--buttons {
  background-color: #7F7F7F;
  display: flex;
  flex-direction: row-reverse;
  flex-shrink: 1;
  flex-grow: 0;
  height: 60px;
  justify-content: space-between;
  overflow: hidden;
  transition: height .4s ease;
}
.csw-themes-VCE-UI--buttons.csw-themes-VCE-UI--invalid {
    height: 10px;
  }
@media (min-width: 576px) {
.csw-themes-VCE-UI--buttons.csw-themes-VCE-UI--invalid {
      height: 60px
  }
    }
@media (min-width: 576px) {
.csw-themes-VCE-UI--buttons {
    padding: 20px
}
  }
.csw-themes-VCE-UI--button {
  border: none;
  display: block;
  font-size: 24px;
  font-weight: 400;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  padding: 0 40px 0 40px;
  transition: background-color .25s ease;
  width: 100%;
}
.csw-themes-VCE-UI--button .csw-themes-VCE-UI--icon {
    display: block;
    position: relative;
    height: 25px;
    width: 25px;
  }
.csw-themes-VCE-UI--button .csw-themes-VCE-UI--icon:first-child {
      float: left;
      margin: 17px 10px 0 -25px;
    }
.csw-themes-VCE-UI--button .csw-themes-VCE-UI--icon:last-child {
      float: right;
      margin: 17px -25px 0 10px;
    }
.csw-themes-VCE-UI--button .csw-themes-VCE-UI--icon svg {
      display: block;
    }
@media (min-width: 576px) {
.csw-themes-VCE-UI--button {
    width: auto
}
  }
.csw-themes-VCE-UI--button.csw-themes-VCE-UI--primary {
    background-color: rgb(32, 33, 36);
    color: rgb(248, 248, 248);
  }
.csw-themes-VCE-UI--button.csw-themes-VCE-UI--primary:hover {
      background-color: rgb(87, 88, 95);
      color: rgb(255, 255, 255);
    }
@media (min-width: 576px) {
      .csw-themes-VCE-UI--button.csw-themes-VCE-UI--primary:disabled {
        background-color: rgba(87, 88, 95, 0.5);
        color: rgba(254, 254, 254, 0.5);
      }
    }
.csw-themes-VCE-UI--button.csw-themes-VCE-UI--submit {
    background-color: rgb(32, 33, 36);
    color: rgb(248, 248, 248);
  }
.csw-themes-VCE-UI--button.csw-themes-VCE-UI--submit:hover {
      background-color: rgb(87, 88, 95);
      color: rgb(255, 255, 255);
    }
@media (min-width: 576px) {
      .csw-themes-VCE-UI--button.csw-themes-VCE-UI--submit:disabled {
        background-color: rgba(87, 88, 95, 0.5);
        color: rgba(254, 254, 254, 0.5);
      }
    }
.csw-themes-VCE-UI--button.csw-themes-VCE-UI--back {
    background-color: transparent;
    color: rgb(24, 32, 24);
    display: none;
  }
.csw-themes-VCE-UI--button.csw-themes-VCE-UI--back.csw-themes-VCE-UI--icon {
      display: block;
    }
@media (min-width: 576px) {
.csw-themes-VCE-UI--button.csw-themes-VCE-UI--back.csw-themes-VCE-UI--icon {
        display: none
    }
      }
.csw-themes-VCE-UI--button.csw-themes-VCE-UI--back.csw-themes-VCE-UI--icon {
      background-color: transparent;
      height: 25px;
      line-height: 25px;
      padding: 0;
      width: 25px;
}
@media (min-width: 576px) {
.csw-themes-VCE-UI--button.csw-themes-VCE-UI--back.csw-themes-VCE-UI--icon {
        width: 25px
    }
      }
.csw-themes-VCE-UI--button.csw-themes-VCE-UI--back path {
      fill: rgb(24, 32, 24);
    }
.csw-themes-VCE-UI--button.csw-themes-VCE-UI--back path, .csw-themes-VCE-UI--button.csw-themes-VCE-UI--back line {
      stroke: rgb(24, 32, 24);
      transition-property: fill, stroke;
      transition-duration: .25s;
      transition-timing-function: ease;
      transition-delay: 0s;
    }
.csw-themes-VCE-UI--button.csw-themes-VCE-UI--back:hover path {
        fill: rgb(0, 120, 150);
      }
.csw-themes-VCE-UI--button.csw-themes-VCE-UI--back:hover path, .csw-themes-VCE-UI--button.csw-themes-VCE-UI--back:hover line {
        stroke: rgb(0, 120, 150);
      }
@media (min-width: 576px) {
.csw-themes-VCE-UI--button.csw-themes-VCE-UI--back {
      display: block;
      color: rgb(248, 248, 248)
  }
      .csw-themes-VCE-UI--button.csw-themes-VCE-UI--back path {
        fill: rgb(248, 248, 248);
      }
      .csw-themes-VCE-UI--button.csw-themes-VCE-UI--back path, .csw-themes-VCE-UI--button.csw-themes-VCE-UI--back line {
        stroke: rgb(248, 248, 248);
      }
      .csw-themes-VCE-UI--button.csw-themes-VCE-UI--back:hover {
        color: rgb(255, 255, 255);
      }
        .csw-themes-VCE-UI--button.csw-themes-VCE-UI--back:hover path {
          fill: rgb(255, 255, 255);
        }
        .csw-themes-VCE-UI--button.csw-themes-VCE-UI--back:hover path, .csw-themes-VCE-UI--button.csw-themes-VCE-UI--back:hover line {
          stroke: rgb(255, 255, 255);
        }
    }
.csw-themes-VCE-UI--center {
  text-align: center;
}

.csw-themes-VCE-UI--padding {
  padding: 15px;
}

.csw-themes-VCE-UI--warn {
  color: #856404;
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: .25rem;
}



.csw-themes-VikingAssociationElection-Vote--vote {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
}

.csw-themes-VikingAssociationElection-Vote--vote legend {
    background-color: #000000;
    box-sizing: border-box;
    color: #FFFFFF;
    display: block;
    padding: 15px;
    font-size: 20px;
    margin: 0;
    width: 100%;
    text-align: center;
  }

.csw-themes-VikingAssociationElection-Vote--vote legend p:first-child {
        margin-top: 0;
      }

.csw-themes-VikingAssociationElection-Vote--vote legend p:last-child {
        margin-bottom: 0;
      }

.csw-themes-VikingAssociationElection-Vote--vote .csw-themes-VikingAssociationElection-Vote--desc {
    font-size: 16px;
    margin: 20px;
  }

@media (min-width: 768px) {

.csw-themes-VikingAssociationElection-Vote--vote .csw-themes-VikingAssociationElection-Vote--desc {
      font-size: 20px
  }
    }

.csw-themes-VikingAssociationElection-Vote--options {
  display: flex;
  flex-wrap: wrap;
}

.csw-themes-VikingAssociationElection-Vote--option {
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  flex-grow: 1;
  line-height: 30px;
  min-height: 30px;
  padding: 10px;
  width: 100%;
}

.csw-themes-VikingAssociationElection-Vote--option:first-of-type {
    border-top-width: 1px;
  }

.csw-themes-VikingAssociationElection-Vote--option:hover {
    background-color: rgb(248, 248, 248);
  }

.csw-themes-VikingAssociationElection-Vote--option label {
    display: flex;
  }

.csw-themes-VikingAssociationElection-Vote--option .csw-themes-VikingAssociationElection-Vote--name {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    padding: 10px;
    height: 50px;
    line-height: 50px;
  }

.csw-themes-VikingAssociationElection-Vote--option .csw-themes-VikingAssociationElection-Vote--checkbox {
    text-align: center;
    padding: 10px;
  }

.csw-themes-VikingAssociationElection-Vote--option input[type=radio] {
    height: 50px;
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    width: 50px;
  }

.csw-themes-VikingAssociationElection-Vote--option input[type=radio] ~ .csw-themes-VikingAssociationElection-Vote--check {
      width: 50px;
      height: 50px;
      background-color: #FFFFFF;
      border: 2px solid #999999;
      box-sizing: border-box;
      content: '';
      display: block;
      height: 50px;
      margin: auto;
      padding: 5px;
      transition: border-color .25s ease .1s;
      width: 50px;
    }

.csw-themes-VikingAssociationElection-Vote--option input[type=radio] ~ .csw-themes-VikingAssociationElection-Vote--check::before {
        content: '';
        display: block;
        height: 100%;
        transition: background-color .25s ease;
        width: 100%;
      }

.csw-themes-VikingAssociationElection-Vote--option input[type=radio]:checked ~ .csw-themes-VikingAssociationElection-Vote--check {
      border-color: rgb(95, 211, 95);
    }

.csw-themes-VikingAssociationElection-Vote--option input[type=radio]:checked ~ .csw-themes-VikingAssociationElection-Vote--check::before {
        background-image: url(/assets/checkmark-d1176e5c7d.gif);
        background-size: cover;
      }

.csw-themes-VikingAssociationElection-Vote--option table {
    border-spacing: 0;
  }

.csw-themes-VikingAssociationElection-Vote--option table td {
      vertical-align: top;
      padding: 10px;
    }

.csw-themes-VikingAssociationElection-Vote--option table img {
      width: 150px;
    }

@media (min-width: 768px) {

.csw-themes-VikingAssociationElection-Vote--option {
    width: 50%
}
    .csw-themes-VikingAssociationElection-Vote--option .csw-themes-VikingAssociationElection-Vote--name {
      font-size: 24px;
    }
    .csw-themes-VikingAssociationElection-Vote--option:nth-child(2n-1) {
      border-right-width: 1px;
    }
    .csw-themes-VikingAssociationElection-Vote--option:hover {
      background-color: rgb(248, 248, 248);
    }
    .csw-themes-VikingAssociationElection-Vote--option table {
      font-size: 20px;
    }
      .csw-themes-VikingAssociationElection-Vote--option table img {
        width: 200px;
      }
  }

.csw-themes-VikingAssociationElection-Header--header {
  background-color: #FFFFFF;
  height: 140px;
}
.csw-themes-VikingAssociationElection-Header--header .csw-themes-VikingAssociationElection-Header--logo {
    display: block;
    margin: 15px auto;
    width: 120px;
    height: 100px;
  }
.csw-themes-VikingAssociationElection-Header--sub-header {
  background-color: rgb(0, 171, 188);
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  padding: 15px;
}
.csw-themes-VikingAssociationElection-Header--sub-header > h1 {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 500;
    text-align: center;
  }

.csw-themes-VikingAssociationElection-SignIn--sign-in {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  height: auto;
  max-width: 450px;
  padding: 24px;
  margin: auto;
}

.csw-themes-VikingAssociationElection-SignIn--sign-in > h1 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 36px 0 20px 0;
  }

.csw-themes-VikingAssociationElection-SignIn--sign-in button {
    margin: 36px 0 0 0;
  }

.csw-themes-VikingAssociationElection-SignIn--sign-in button .csw-themes-VikingAssociationElection-SignIn--label.csw-themes-VikingAssociationElection-SignIn--busy {
      animation: csw-themes-VikingAssociationElection-SignIn--opacity 2s infinite;
    }

.csw-themes-VikingAssociationElection-SignIn--sign-in button {
    border: none;
    display: block;
    font-size: 24px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    margin: auto;
    padding: 0 40px 0 40px;
    transition: background-color .25s ease;
    width: 100%;
}

@media (min-width: 576px) {

.csw-themes-VikingAssociationElection-SignIn--sign-in button {
      width: auto
  }
    }

.csw-themes-VikingAssociationElection-SignIn--sign-in button.csw-themes-VikingAssociationElection-SignIn--primary {
      background-color: rgb(0, 171, 188);
      color: rgb(248, 248, 248);
    }

.csw-themes-VikingAssociationElection-SignIn--sign-in button.csw-themes-VikingAssociationElection-SignIn--primary:hover {
        background-color: rgb(0, 180, 200);
        color: rgb(255, 255, 255);
      }

@media (min-width: 576px) {
        .csw-themes-VikingAssociationElection-SignIn--sign-in button.csw-themes-VikingAssociationElection-SignIn--primary:disabled {
          background-color: rgba(0, 171, 188, 0.4);
          color: rgba(254, 254, 254, 0.5);
        }
      }

@media (min-width: 576px) {

.csw-themes-VikingAssociationElection-SignIn--sign-in {
    padding: 36px 60px
}
  }

.csw-themes-VikingAssociationElection-SignIn--text-field {
  display: block;
  border: none;
  margin: 30px 0;
  padding: 0;
}

.csw-themes-VikingAssociationElection-SignIn--text-field > .csw-themes-VikingAssociationElection-SignIn--label {
    display: block;
    margin: 0 0 8px 0;
    width: 100%;
  }

.csw-themes-VikingAssociationElection-SignIn--text-field input[type=text], .csw-themes-VikingAssociationElection-SignIn--text-field select {
    border-style: solid;
    border-color: #999999;
    border-width: 1px;
    box-sizing: border-box;
    color: rgb(24, 32, 24);
    display: block;
    font-family: 'Segoe UI', Helvetica, Arial;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    padding: .5em;
    width: 100%;
  }

.csw-themes-VikingAssociationElection-SignIn--error {
  color: rgb(192, 0, 0);
  line-height: 1.25;
  margin: 8px 0 0 0;
}

.csw-themes-VikingAssociationElection-SignIn--form-error {
  margin: 0 0 20px 0;
}

#root {
    background-image: none;
    background-color: #efefef;
  }

.csw-themes-VikingAssociationElection-UI--page {
  box-sizing: border-box;
  background-color: rgb(248, 248, 248);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, .25);
  border-color: rgba(150, 150, 150, 0.8);
  border-style: solid;
  border-width: 0 1px;
  color: rgb(24, 32, 24);
  display: flex;
  flex-direction: column;
  font-family: 'Segoe UI', Helvetica, Arial;
  font-size: 16px;
  margin: auto;
  max-width: 768px;
  min-height: 100vh;
  min-height: calc(1vh * 100);
  min-height: calc(var(--vh, 1vh) * 100);
}

.csw-themes-VikingAssociationElection-UI--page p {
    margin-top: 0;
  }

@media (min-width: 992px) {

.csw-themes-VikingAssociationElection-UI--page {
    margin-left: calc((100vw - 768px) / 4)
}
  }

.csw-themes-VikingAssociationElection-UI--page h1 {
    font-size: 24px;
    font-weight: 500;
    margin: auto;
  }
.csw-themes-VikingAssociationElection-UI--content {
  flex-grow: 1;
  padding: 0;
}
.csw-themes-VikingAssociationElection-UI--card {
  box-sizing: border-box;
  background-color: #fff;
  height: auto;
  max-width: 650px;
  padding: 24px;
  margin: auto;
}
.csw-themes-VikingAssociationElection-UI--card > h1 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 36px 0 20px 0;
  }
.csw-themes-VikingAssociationElection-UI--buttons {
  background-color: #7F7F7F;
  display: flex;
  flex-direction: row-reverse;
  flex-shrink: 1;
  flex-grow: 0;
  height: 60px;
  justify-content: space-between;
  overflow: hidden;
  transition: height .4s ease;
}
.csw-themes-VikingAssociationElection-UI--buttons.csw-themes-VikingAssociationElection-UI--invalid {
    height: 10px;
  }
@media (min-width: 576px) {
.csw-themes-VikingAssociationElection-UI--buttons.csw-themes-VikingAssociationElection-UI--invalid {
      height: 60px
  }
    }
@media (min-width: 576px) {
.csw-themes-VikingAssociationElection-UI--buttons {
    padding: 20px
}
  }
.csw-themes-VikingAssociationElection-UI--button {
  border: none;
  display: block;
  font-size: 24px;
  font-weight: 400;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  padding: 0 40px 0 40px;
  transition: background-color .25s ease;
  width: 100%;
}
.csw-themes-VikingAssociationElection-UI--button .csw-themes-VikingAssociationElection-UI--icon {
    display: block;
    position: relative;
    height: 25px;
    width: 25px;
  }
.csw-themes-VikingAssociationElection-UI--button .csw-themes-VikingAssociationElection-UI--icon:first-child {
      float: left;
      margin: 17px 10px 0 -25px;
    }
.csw-themes-VikingAssociationElection-UI--button .csw-themes-VikingAssociationElection-UI--icon:last-child {
      float: right;
      margin: 17px -25px 0 10px;
    }
.csw-themes-VikingAssociationElection-UI--button .csw-themes-VikingAssociationElection-UI--icon svg {
      display: block;
    }
@media (min-width: 576px) {
.csw-themes-VikingAssociationElection-UI--button {
    width: auto
}
  }
.csw-themes-VikingAssociationElection-UI--button.csw-themes-VikingAssociationElection-UI--primary {
    background-color: rgb(0, 171, 188);
    color: rgb(248, 248, 248);
  }
.csw-themes-VikingAssociationElection-UI--button.csw-themes-VikingAssociationElection-UI--primary:hover {
      background-color: rgb(0, 180, 200);
      color: rgb(255, 255, 255);
    }
@media (min-width: 576px) {
      .csw-themes-VikingAssociationElection-UI--button.csw-themes-VikingAssociationElection-UI--primary:disabled {
        background-color: rgba(0, 171, 188, 0.4);
        color: rgba(254, 254, 254, 0.5);
      }
    }
.csw-themes-VikingAssociationElection-UI--button.csw-themes-VikingAssociationElection-UI--submit {
    background-color: rgb(0, 171, 188);
    color: rgb(248, 248, 248);
  }
.csw-themes-VikingAssociationElection-UI--button.csw-themes-VikingAssociationElection-UI--submit:hover {
      background-color: rgb(0, 180, 200);
      color: rgb(255, 255, 255);
    }
@media (min-width: 576px) {
      .csw-themes-VikingAssociationElection-UI--button.csw-themes-VikingAssociationElection-UI--submit:disabled {
        background-color: rgba(0, 171, 188, 0.4);
        color: rgba(254, 254, 254, 0.5);
      }
    }
.csw-themes-VikingAssociationElection-UI--button.csw-themes-VikingAssociationElection-UI--back {
    background-color: transparent;
    color: rgb(24, 32, 24);
    display: none;
  }
.csw-themes-VikingAssociationElection-UI--button.csw-themes-VikingAssociationElection-UI--back.csw-themes-VikingAssociationElection-UI--icon {
      display: block;
    }
@media (min-width: 576px) {
.csw-themes-VikingAssociationElection-UI--button.csw-themes-VikingAssociationElection-UI--back.csw-themes-VikingAssociationElection-UI--icon {
        display: none
    }
      }
.csw-themes-VikingAssociationElection-UI--button.csw-themes-VikingAssociationElection-UI--back.csw-themes-VikingAssociationElection-UI--icon {
      background-color: transparent;
      height: 25px;
      line-height: 25px;
      padding: 0;
      width: 25px;
}
@media (min-width: 576px) {
.csw-themes-VikingAssociationElection-UI--button.csw-themes-VikingAssociationElection-UI--back.csw-themes-VikingAssociationElection-UI--icon {
        width: 25px
    }
      }
.csw-themes-VikingAssociationElection-UI--button.csw-themes-VikingAssociationElection-UI--back path {
      fill: rgb(24, 32, 24);
    }
.csw-themes-VikingAssociationElection-UI--button.csw-themes-VikingAssociationElection-UI--back path, .csw-themes-VikingAssociationElection-UI--button.csw-themes-VikingAssociationElection-UI--back line {
      stroke: rgb(24, 32, 24);
      transition-property: fill, stroke;
      transition-duration: .25s;
      transition-timing-function: ease;
      transition-delay: 0s;
    }
.csw-themes-VikingAssociationElection-UI--button.csw-themes-VikingAssociationElection-UI--back:hover path {
        fill: rgb(0, 120, 150);
      }
.csw-themes-VikingAssociationElection-UI--button.csw-themes-VikingAssociationElection-UI--back:hover path, .csw-themes-VikingAssociationElection-UI--button.csw-themes-VikingAssociationElection-UI--back:hover line {
        stroke: rgb(0, 120, 150);
      }
@media (min-width: 576px) {
.csw-themes-VikingAssociationElection-UI--button.csw-themes-VikingAssociationElection-UI--back {
      display: block;
      color: rgb(248, 248, 248)
  }
      .csw-themes-VikingAssociationElection-UI--button.csw-themes-VikingAssociationElection-UI--back path {
        fill: rgb(248, 248, 248);
      }
      .csw-themes-VikingAssociationElection-UI--button.csw-themes-VikingAssociationElection-UI--back path, .csw-themes-VikingAssociationElection-UI--button.csw-themes-VikingAssociationElection-UI--back line {
        stroke: rgb(248, 248, 248);
      }
      .csw-themes-VikingAssociationElection-UI--button.csw-themes-VikingAssociationElection-UI--back:hover {
        color: rgb(255, 255, 255);
      }
        .csw-themes-VikingAssociationElection-UI--button.csw-themes-VikingAssociationElection-UI--back:hover path {
          fill: rgb(255, 255, 255);
        }
        .csw-themes-VikingAssociationElection-UI--button.csw-themes-VikingAssociationElection-UI--back:hover path, .csw-themes-VikingAssociationElection-UI--button.csw-themes-VikingAssociationElection-UI--back:hover line {
          stroke: rgb(255, 255, 255);
        }
    }
.csw-themes-VikingAssociationElection-UI--center {
  text-align: center;
}

.csw-themes-VikingAssociationElection-UI--padding {
  padding: 15px;
}

.csw-themes-VikingAssociationElection-UI--warn {
  color: #856404;
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: .25rem;
}



.csw-themes-VikingPrevElection-Vote--vote {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
}

.csw-themes-VikingPrevElection-Vote--vote legend {
    background-color: #000000;
    box-sizing: border-box;
    color: #FFFFFF;
    display: block;
    padding: 15px;
    font-size: 20px;
    margin: 0;
    width: 100%;
    text-align: center;
  }

.csw-themes-VikingPrevElection-Vote--vote legend p:first-child {
        margin-top: 0;
      }

.csw-themes-VikingPrevElection-Vote--vote legend p:last-child {
        margin-bottom: 0;
      }

.csw-themes-VikingPrevElection-Vote--options {
  display: flex;
  flex-wrap: wrap;
}

.csw-themes-VikingPrevElection-Vote--option {
  background-color: rgb(255, 255, 255);
  border-style: solid;
  border-collapse: collapse;
  border-color: rgba(150, 150, 150, 0.8);
  border-width: 0 0 1px 0;
  box-sizing: border-box;
  display: flex;
  line-height: 30px;
  min-height: 30px;
  padding: 10px;
  width: 100%;
}

.csw-themes-VikingPrevElection-Vote--option:first-of-type {
    border-top-width: 1px;
  }

.csw-themes-VikingPrevElection-Vote--option dl > dt {
      font-weight: bold;
    }

.csw-themes-VikingPrevElection-Vote--option dl > dd {
      margin: 0 0 1em 0;
    }

.csw-themes-VikingPrevElection-Vote--option .csw-themes-VikingPrevElection-Vote--col1 {
    box-sizing: border-box;
    flex: 0 0 auto;
    max-width: 200px;
    width: 40%;
  }

.csw-themes-VikingPrevElection-Vote--option .csw-themes-VikingPrevElection-Vote--col1 img {
      width: 100%;
    }

.csw-themes-VikingPrevElection-Vote--option .csw-themes-VikingPrevElection-Vote--col2 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-left: 10px;
    width: 60%;
  }

.csw-themes-VikingPrevElection-Vote--option:hover {
    background-color: rgb(248, 248, 248);
  }

.csw-themes-VikingPrevElection-Vote--option .csw-themes-VikingPrevElection-Vote--name {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
  }

.csw-themes-VikingPrevElection-Vote--option .csw-themes-VikingPrevElection-Vote--checkbox {
    text-align: center;
    margin-top: 10px;
    padding: 10px;
  }

.csw-themes-VikingPrevElection-Vote--option input[type=radio] {
    height: 50px;
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    width: 50px;
  }

.csw-themes-VikingPrevElection-Vote--option input[type=radio] ~ .csw-themes-VikingPrevElection-Vote--check {
      width: 50px;
      height: 50px;
      background-color: #FFFFFF;
      border: 2px solid #999999;
      box-sizing: border-box;
      content: '';
      display: block;
      height: 50px;
      margin: auto;
      padding: 5px;
      transition: border-color .25s ease .1s;
      width: 50px;
    }

.csw-themes-VikingPrevElection-Vote--option input[type=radio] ~ .csw-themes-VikingPrevElection-Vote--check::before {
        content: '';
        display: block;
        height: 100%;
        transition: background-color .25s ease;
        width: 100%;
      }

.csw-themes-VikingPrevElection-Vote--option input[type=radio]:checked ~ .csw-themes-VikingPrevElection-Vote--check {
      border-color: rgb(95, 211, 95);
    }

.csw-themes-VikingPrevElection-Vote--option input[type=radio]:checked ~ .csw-themes-VikingPrevElection-Vote--check::before {
        background-image: url(/assets/checkmark-d1176e5c7d.gif);
        background-size: cover;
      }

@media (min-width: 768px) {

.csw-themes-VikingPrevElection-Vote--option {
    width: 50%
}
    .csw-themes-VikingPrevElection-Vote--option:nth-child(2n-1) {
      border-right-width: 1px;
    }
    .csw-themes-VikingPrevElection-Vote--option:hover {
      background-color: rgb(248, 248, 248);
    }
  }

.csw-themes-VikingPrevElection-Header--header {
  background-color: #FFFFFF;
  height: 90px;
}
.csw-themes-VikingPrevElection-Header--header .csw-themes-VikingPrevElection-Header--logo {
    display: block;
    margin: 15px auto;
    width: 100px;
    height: 60px;
  }
.csw-themes-VikingPrevElection-Header--sub-header {
  background-color: rgb(0, 171, 188);
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  padding: 15px;
}
.csw-themes-VikingPrevElection-Header--sub-header > h1 {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 500;
    text-align: center;
  }

.csw-themes-VikingPrevElection-SignIn--sign-in {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  height: auto;
  max-width: 450px;
  padding: 24px;
  margin: auto;
}

.csw-themes-VikingPrevElection-SignIn--sign-in > h1 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 36px 0 20px 0;
  }

.csw-themes-VikingPrevElection-SignIn--sign-in button {
    margin: 36px 0 0 0;
  }

.csw-themes-VikingPrevElection-SignIn--sign-in button .csw-themes-VikingPrevElection-SignIn--label.csw-themes-VikingPrevElection-SignIn--busy {
      animation: csw-themes-VikingPrevElection-SignIn--opacity 2s infinite;
    }

.csw-themes-VikingPrevElection-SignIn--sign-in button {
    border: none;
    display: block;
    font-size: 24px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    margin: auto;
    padding: 0 40px 0 40px;
    transition: background-color .25s ease;
    width: 100%;
}

@media (min-width: 576px) {

.csw-themes-VikingPrevElection-SignIn--sign-in button {
      width: auto
  }
    }

.csw-themes-VikingPrevElection-SignIn--sign-in button.csw-themes-VikingPrevElection-SignIn--primary {
      background-color: rgb(0, 171, 188);
      color: rgb(248, 248, 248);
    }

.csw-themes-VikingPrevElection-SignIn--sign-in button.csw-themes-VikingPrevElection-SignIn--primary:hover {
        background-color: rgb(0, 180, 200);
        color: rgb(255, 255, 255);
      }

@media (min-width: 576px) {
        .csw-themes-VikingPrevElection-SignIn--sign-in button.csw-themes-VikingPrevElection-SignIn--primary:disabled {
          background-color: rgba(0, 171, 188, 0.4);
          color: rgba(254, 254, 254, 0.5);
        }
      }

@media (min-width: 576px) {

.csw-themes-VikingPrevElection-SignIn--sign-in {
    padding: 36px 60px
}
  }

.csw-themes-VikingPrevElection-SignIn--text-field {
  display: block;
  border: none;
  margin: 30px 0;
  padding: 0;
}

.csw-themes-VikingPrevElection-SignIn--text-field > .csw-themes-VikingPrevElection-SignIn--label {
    display: block;
    margin: 0 0 8px 0;
    width: 100%;
  }

.csw-themes-VikingPrevElection-SignIn--text-field input[type=text], .csw-themes-VikingPrevElection-SignIn--text-field select {
    border-style: solid;
    border-color: #999999;
    border-width: 1px;
    box-sizing: border-box;
    color: rgb(24, 32, 24);
    display: block;
    font-family: 'Segoe UI', Helvetica, Arial;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    padding: .5em;
    width: 100%;
  }

.csw-themes-VikingPrevElection-SignIn--error {
  color: rgb(192, 0, 0);
  line-height: 1.25;
  margin: 8px 0 0 0;
}

.csw-themes-VikingPrevElection-SignIn--form-error {
  margin: 0 0 30px 0;
}

#root {
    background-image: none;
    background-color: #efefef;
  }

.csw-themes-VikingPrevElection-UI--page {
  box-sizing: border-box;
  background-color: rgb(248, 248, 248);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, .25);
  border-color: rgba(150, 150, 150, 0.8);
  border-style: solid;
  border-width: 0 1px;
  color: rgb(24, 32, 24);
  display: flex;
  flex-direction: column;
  font-family: 'Segoe UI', Helvetica, Arial;
  font-size: 16px;
  margin: auto;
  max-width: 768px;
  min-height: 100vh;
  min-height: calc(1vh * 100);
  min-height: calc(var(--vh, 1vh) * 100);
}

.csw-themes-VikingPrevElection-UI--page p {
    margin-top: 0;
  }

@media (min-width: 992px) {

.csw-themes-VikingPrevElection-UI--page {
    margin-left: calc((100vw - 768px) / 4)
}
  }

.csw-themes-VikingPrevElection-UI--page h1 {
    font-size: 24px;
    font-weight: 500;
    margin: auto;
  }
.csw-themes-VikingPrevElection-UI--content {
  flex-grow: 1;
  padding: 0;
}
.csw-themes-VikingPrevElection-UI--card {
  box-sizing: border-box;
  background-color: #fff;
  height: auto;
  max-width: 650px;
  padding: 24px;
  margin: auto;
}
.csw-themes-VikingPrevElection-UI--card > h1 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 36px 0 20px 0;
  }
.csw-themes-VikingPrevElection-UI--buttons {
  background-color: #7F7F7F;
  display: flex;
  flex-direction: row-reverse;
  flex-shrink: 1;
  flex-grow: 0;
  height: 60px;
  justify-content: space-between;
  overflow: hidden;
  transition: height .4s ease;
}
.csw-themes-VikingPrevElection-UI--buttons.csw-themes-VikingPrevElection-UI--invalid {
    height: 10px;
  }
@media (min-width: 576px) {
.csw-themes-VikingPrevElection-UI--buttons.csw-themes-VikingPrevElection-UI--invalid {
      height: 60px
  }
    }
@media (min-width: 576px) {
.csw-themes-VikingPrevElection-UI--buttons {
    padding: 20px
}
  }
.csw-themes-VikingPrevElection-UI--button {
  border: none;
  display: block;
  font-size: 24px;
  font-weight: 400;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  padding: 0 40px 0 40px;
  transition: background-color .25s ease;
  width: 100%;
}
.csw-themes-VikingPrevElection-UI--button .csw-themes-VikingPrevElection-UI--icon {
    display: block;
    position: relative;
    height: 25px;
    width: 25px;
  }
.csw-themes-VikingPrevElection-UI--button .csw-themes-VikingPrevElection-UI--icon:first-child {
      float: left;
      margin: 17px 10px 0 -25px;
    }
.csw-themes-VikingPrevElection-UI--button .csw-themes-VikingPrevElection-UI--icon:last-child {
      float: right;
      margin: 17px -25px 0 10px;
    }
.csw-themes-VikingPrevElection-UI--button .csw-themes-VikingPrevElection-UI--icon svg {
      display: block;
    }
@media (min-width: 576px) {
.csw-themes-VikingPrevElection-UI--button {
    width: auto
}
  }
.csw-themes-VikingPrevElection-UI--button.csw-themes-VikingPrevElection-UI--primary {
    background-color: rgb(0, 171, 188);
    color: rgb(248, 248, 248);
  }
.csw-themes-VikingPrevElection-UI--button.csw-themes-VikingPrevElection-UI--primary:hover {
      background-color: rgb(0, 180, 200);
      color: rgb(255, 255, 255);
    }
@media (min-width: 576px) {
      .csw-themes-VikingPrevElection-UI--button.csw-themes-VikingPrevElection-UI--primary:disabled {
        background-color: rgba(0, 171, 188, 0.4);
        color: rgba(254, 254, 254, 0.5);
      }
    }
.csw-themes-VikingPrevElection-UI--button.csw-themes-VikingPrevElection-UI--submit {
    background-color: rgb(0, 171, 188);
    color: rgb(248, 248, 248);
  }
.csw-themes-VikingPrevElection-UI--button.csw-themes-VikingPrevElection-UI--submit:hover {
      background-color: rgb(0, 180, 200);
      color: rgb(255, 255, 255);
    }
@media (min-width: 576px) {
      .csw-themes-VikingPrevElection-UI--button.csw-themes-VikingPrevElection-UI--submit:disabled {
        background-color: rgba(0, 171, 188, 0.4);
        color: rgba(254, 254, 254, 0.5);
      }
    }
.csw-themes-VikingPrevElection-UI--button.csw-themes-VikingPrevElection-UI--back {
    background-color: transparent;
    color: rgb(24, 32, 24);
    display: none;
  }
.csw-themes-VikingPrevElection-UI--button.csw-themes-VikingPrevElection-UI--back.csw-themes-VikingPrevElection-UI--icon {
      display: block;
    }
@media (min-width: 576px) {
.csw-themes-VikingPrevElection-UI--button.csw-themes-VikingPrevElection-UI--back.csw-themes-VikingPrevElection-UI--icon {
        display: none
    }
      }
.csw-themes-VikingPrevElection-UI--button.csw-themes-VikingPrevElection-UI--back.csw-themes-VikingPrevElection-UI--icon {
      background-color: transparent;
      height: 25px;
      line-height: 25px;
      padding: 0;
      width: 25px;
}
@media (min-width: 576px) {
.csw-themes-VikingPrevElection-UI--button.csw-themes-VikingPrevElection-UI--back.csw-themes-VikingPrevElection-UI--icon {
        width: 25px
    }
      }
.csw-themes-VikingPrevElection-UI--button.csw-themes-VikingPrevElection-UI--back path {
      fill: rgb(24, 32, 24);
    }
.csw-themes-VikingPrevElection-UI--button.csw-themes-VikingPrevElection-UI--back path, .csw-themes-VikingPrevElection-UI--button.csw-themes-VikingPrevElection-UI--back line {
      stroke: rgb(24, 32, 24);
      transition-property: fill, stroke;
      transition-duration: .25s;
      transition-timing-function: ease;
      transition-delay: 0s;
    }
.csw-themes-VikingPrevElection-UI--button.csw-themes-VikingPrevElection-UI--back:hover path {
        fill: rgb(0, 120, 150);
      }
.csw-themes-VikingPrevElection-UI--button.csw-themes-VikingPrevElection-UI--back:hover path, .csw-themes-VikingPrevElection-UI--button.csw-themes-VikingPrevElection-UI--back:hover line {
        stroke: rgb(0, 120, 150);
      }
@media (min-width: 576px) {
.csw-themes-VikingPrevElection-UI--button.csw-themes-VikingPrevElection-UI--back {
      display: block;
      color: rgb(248, 248, 248)
  }
      .csw-themes-VikingPrevElection-UI--button.csw-themes-VikingPrevElection-UI--back path {
        fill: rgb(248, 248, 248);
      }
      .csw-themes-VikingPrevElection-UI--button.csw-themes-VikingPrevElection-UI--back path, .csw-themes-VikingPrevElection-UI--button.csw-themes-VikingPrevElection-UI--back line {
        stroke: rgb(248, 248, 248);
      }
      .csw-themes-VikingPrevElection-UI--button.csw-themes-VikingPrevElection-UI--back:hover {
        color: rgb(255, 255, 255);
      }
        .csw-themes-VikingPrevElection-UI--button.csw-themes-VikingPrevElection-UI--back:hover path {
          fill: rgb(255, 255, 255);
        }
        .csw-themes-VikingPrevElection-UI--button.csw-themes-VikingPrevElection-UI--back:hover path, .csw-themes-VikingPrevElection-UI--button.csw-themes-VikingPrevElection-UI--back:hover line {
          stroke: rgb(255, 255, 255);
        }
    }
.csw-themes-VikingPrevElection-UI--center {
  text-align: center;
}

.csw-themes-VikingPrevElection-UI--padding {
  padding: 15px;
}

.csw-themes-VikingPrevElection-UI--warn {
  color: #856404;
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: .25rem;
}

:root {
  --font-family: Roboto, "Segoe UI", Arial, Helvetica;
  --window-background-color: #efefef;
  --page-background-color: rgb(248, 248, 248);
  --page-border-color: rgba(150, 150, 150, 0.8);
  --page-foreground-color: rgb(24, 32, 24);
  --header-background-color: rgb(0, 152, 92);
  --header-foreground-color: rgb(248, 248, 248);
  --logo-width: 140px;
  --logo-height: 70px;
  --sub-header-background-color: rgb(24, 32, 24);
  --sub-header-foreground-color: rgb(248, 248, 248);
  --sub-header-hyperlink-color: rgb(255, 255, 255);
  --footer-background-color: rgb(0, 120, 70);
  --footer-foreground-color: rgb(248, 248, 248);
  --button-primary-background-color: rgb(0, 152, 92);
  --button-primary-foreground-color: rgb(248, 248, 248);
  --button-primary-hover-background-color: rgb(20, 180, 100);
  --button-primary-hover-foreground-color: rgb(254, 254, 254);
  --button-primary-disabled-background-color: rgba(0, 152, 92, 0.4);
  --button-primary-disabled-foreground-color: rgba(254, 254, 254, 0.5);
  --button-secondary-background-color: rgb(200, 200, 200);
  --button-secondary-foreground-color: rgb(24, 32, 24);
  --button-secondary-hover-background-color: rgb(221, 218, 218);
  --button-secondary-hover-foreground-color: rgb(24, 32, 24);
  --button-secondary-disabled-background-color: rgba(200, 200, 200, 0.4);
  --button-secondary-disabled-foreground-color: rgba(24, 32, 24, 0.5);
  --button-back-icon-background-color: transparent;
  --button-back-icon-foreground-color: rgb(24, 32, 24);
  --button-back-icon-hover-background-color: transparent;
  --button-back-icon-hover-foreground-color: rgb(0, 120, 70);
  --button-back-background-color: transparent;
  --button-back-foreground-color: rgb(248, 248, 248);
  --button-back-hover-background-color: transparent;
  --button-back-hover-foreground-color: rgb(254, 254, 254);
  --progress-bar-color: rgba(0, 152, 92, 0.5);
  --progress-bar-indicator-color: rgb(0, 152, 92);
  --progress-bar-indicator-label-color: rgb(248, 248, 248);
  --score-option-background-color: rgb(24, 32, 24);
  --score-option-foreground-color: rgb(248, 248, 248);
  --score-option-checked-background-color: rgb(0, 152, 92);
  --score-option-checked-foreground-color: rgb(254, 254, 254);
  --input-border-color: #999999;
  --input-background-color: rgb(254, 254, 254);
  --input-foreground-color: rgb(24, 32, 24);
  --input-check-color: rgb(0, 152, 92);
  --option-background-color: rgb(254, 254, 254);
  --option-border-color: rgba(200, 200, 200, 0.8);
  --option-hover-background-color: rgb(248, 248, 248);
  --error-color: rgb(192, 0, 0);
  --hint-color: rgb(102, 102, 102);
}

#root {
    background-image: none;
    background-color: #efefef;
    background-color: var(--window-background-color);
  }

.csw-themes-Themex-UI--page {
  box-sizing: border-box;
  background-color: rgb(248, 248, 248);
  background-color: var(--page-background-color);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, .25);
  border-color: rgba(150, 150, 150, 0.8);
  border-color: var(--page-border-color);
  border-style: solid;
  border-width: 0 1px;
  color: rgb(24, 32, 24);
  color: var(--page-foreground-color);
  display: flex;
  flex-direction: column;
  font-family: Roboto, "Segoe UI", Arial, Helvetica;
  font-family: var(--font-family);
  font-size: 16px;
  margin: auto;
  max-width: 768px;
  min-height: 100vh;
  min-height: calc(1vh * 100);
  min-height: calc(var(--vh, 1vh) * 100);
}

.csw-themes-Themex-UI--page p {
    margin-top: 0;
  }

@media (min-width: 992px) {

.csw-themes-Themex-UI--page {
    margin-left: calc((100vw - 768px) / 4)
}
  }

.csw-themes-Themex-UI--page h1 {
    font-size: 24px;
    font-weight: 500;
    color: rgb(24, 32, 24);
    color: var(--page-foreground-color);
    margin: 0 0 20px 0;
  }

.csw-themes-Themex-UI--page img {
    max-width: 100%;
  }
.csw-themes-Themex-UI--header {
  background-color: rgb(0, 152, 92);
  background-color: var(--header-background-color);
}
.csw-themes-Themex-UI--header .csw-themes-Themex-UI--logo {
    display: block;
    margin: 25px auto;
    width: 140px;
    width: var(--logo-width);
    max-width: 90%;
  }
.csw-themes-Themex-UI--sub-header {
  background-color: rgb(24, 32, 24);
  background-color: var(--sub-header-background-color);
  color: rgb(248, 248, 248);
  color: var(--sub-header-foreground-color);
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
}
.csw-themes-Themex-UI--sub-header h1 {
    color: rgb(248, 248, 248);
    color: var(--sub-header-foreground-color);
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 16px;
  }
.csw-themes-Themex-UI--sub-header h1:last-child {
      margin-bottom: 0;
    }
.csw-themes-Themex-UI--sub-header a {
    color: rgb(255, 255, 255);
    color: var(--sub-header-hyperlink-color);
  }
/* IE11 Fix image auto height */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.csw-themes-Themex-UI--sub-header {
    min-height: 1px
}
  }
.csw-themes-Themex-UI--page-intro {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 400;
}
.csw-themes-Themex-UI--page-intro h1 {
    font-size: 24px;
    font-weight: 500;
  }
.csw-themes-Themex-UI--content {
  flex-grow: 1;
  font-size: 20px;
  padding: 20px 20px 40px 20px;
}
.csw-themes-Themex-UI--buttons {
  background-color: rgb(0, 120, 70);
  background-color: var(--footer-background-color);
  display: flex;
  flex-direction: column-reverse;
  flex-shrink: 1;
  flex-grow: 0;
  justify-content: space-between;
  overflow: hidden;
}
@media (min-width: 768px) {
.csw-themes-Themex-UI--buttons {
    flex-direction: row-reverse;
    height: 60px;
    padding: 20px
}
  }
.csw-themes-Themex-UI--button {
  border: none;
  display: block;
  font-size: 24px;
  font-weight: 400;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  padding: 0 40px 0 40px;
  transition: background-color .25s ease;
  width: 100%;
}
.csw-themes-Themex-UI--button .csw-themes-Themex-UI--icon {
    display: block;
    position: relative;
    height: 25px;
    width: 25px;
  }
.csw-themes-Themex-UI--button .csw-themes-Themex-UI--icon:first-child {
      float: left;
      margin: 17px 10px 0 -25px;
    }
.csw-themes-Themex-UI--button .csw-themes-Themex-UI--icon:last-child {
      float: right;
      margin: 17px -25px 0 10px;
    }
.csw-themes-Themex-UI--button .csw-themes-Themex-UI--icon svg {
      display: block;
    }
.csw-themes-Themex-UI--button .csw-themes-Themex-UI--label.csw-themes-Themex-UI--busy {
    animation: csw-themes-Themex-UI--color 2s infinite;
  }
@media (min-width: 768px) {
.csw-themes-Themex-UI--button {
    width: auto
}
  }
.csw-themes-Themex-UI--button.csw-themes-Themex-UI--primary {
    background-color: rgb(0, 152, 92);
    background-color: var(--button-primary-background-color);
    color: rgb(248, 248, 248);
    color: var(--button-primary-foreground-color);
  }
.csw-themes-Themex-UI--button.csw-themes-Themex-UI--primary:hover {
      background-color: rgb(20, 180, 100);
      background-color: var(--button-primary-hover-background-color);
      color: rgb(254, 254, 254);
      color: var(--button-primary-hover-foreground-color);
    }
.csw-themes-Themex-UI--button.csw-themes-Themex-UI--primary:disabled {
      background-color: rgba(0, 152, 92, 0.4);
      background-color: var(--button-primary-disabled-background-color);
      color: rgba(254, 254, 254, 0.5);
      color: var(--button-primary-disabled-foreground-color);
    }
.csw-themes-Themex-UI--button.secondary {
    background-color: rgb(200, 200, 200);
    background-color: var(--button-secondary-background-color);
    color: rgb(24, 32, 24);
    color: var(--button-secondary-foreground-color);
  }
.csw-themes-Themex-UI--button.secondary:hover {
      background-color: rgb(221, 218, 218);
      background-color: var(--button-secondary-hover-background-color);
      color: rgb(24, 32, 24);
      color: var(--button-secondary-hover-foreground-color);
    }
.csw-themes-Themex-UI--button.secondary:disabled {
      background-color: rgba(200, 200, 200, 0.4);
      background-color: var(--button-secondary-disabled-background-color);
      color: rgba(24, 32, 24, 0.5);
      color: var(--button-secondary-disabled-foreground-color);
    }
.csw-themes-Themex-UI--button.csw-themes-Themex-UI--back {
    display: none;
  }
.csw-themes-Themex-UI--button.csw-themes-Themex-UI--back.csw-themes-Themex-UI--icon {
      background-color: transparent;
      background-color: var(--button-back-icon-background-color);
      color: rgb(24, 32, 24);
      color: var(--button-back-icon-foreground-color);
      display: block;
    }
@media (min-width: 768px) {
.csw-themes-Themex-UI--button.csw-themes-Themex-UI--back.csw-themes-Themex-UI--icon {
        display: none
    }
      }
.csw-themes-Themex-UI--button.csw-themes-Themex-UI--back.csw-themes-Themex-UI--icon{
      background-color: transparent;
      height: 25px;
      line-height: 25px;
      padding: 0;
      width: 25px;
}
@media (min-width: 768px) {
.csw-themes-Themex-UI--button.csw-themes-Themex-UI--back.csw-themes-Themex-UI--icon {
        width: 25px
    }
      }
.csw-themes-Themex-UI--button.csw-themes-Themex-UI--back.csw-themes-Themex-UI--icon path {
        fill: rgb(24, 32, 24);
        fill: var(--button-back-icon-foreground-color);
      }
.csw-themes-Themex-UI--button.csw-themes-Themex-UI--back.csw-themes-Themex-UI--icon path, .csw-themes-Themex-UI--button.csw-themes-Themex-UI--back.csw-themes-Themex-UI--icon line {
        stroke: rgb(24, 32, 24);
        stroke: var(--button-back-icon-foreground-color);
        transition-property: fill, stroke;
        transition-duration: .25s;
        transition-timing-function: ease;
        transition-delay: 0s;
      }
.csw-themes-Themex-UI--button.csw-themes-Themex-UI--back.csw-themes-Themex-UI--icon:hover {
        background-color: transparent;
        background-color: var(--button-back-icon-hover-background-color);
        color: rgb(0, 120, 70);
        color: var(--button-back-icon-hover-foreground-color);
      }
.csw-themes-Themex-UI--button.csw-themes-Themex-UI--back.csw-themes-Themex-UI--icon:hover path {
          fill: rgb(0, 120, 70);
          fill: var(--button-back-icon-hover-foreground-color);
        }
.csw-themes-Themex-UI--button.csw-themes-Themex-UI--back.csw-themes-Themex-UI--icon:hover path, .csw-themes-Themex-UI--button.csw-themes-Themex-UI--back.csw-themes-Themex-UI--icon:hover line {
          stroke: rgb(0, 120, 70);
          stroke: var(--button-back-icon-hover-foreground-color);
        }
@media (min-width: 768px) {
.csw-themes-Themex-UI--button.csw-themes-Themex-UI--back {
      display: block;
      background-color: transparent;
      background-color: var(--button-back-background-color);
      color: rgb(248, 248, 248);
      color: var(--button-back-foreground-color)
  }
      .csw-themes-Themex-UI--button.csw-themes-Themex-UI--back path {
        fill: rgb(248, 248, 248);
        fill: var(--button-back-foreground-color);
      }
      .csw-themes-Themex-UI--button.csw-themes-Themex-UI--back path, .csw-themes-Themex-UI--button.csw-themes-Themex-UI--back line {
        stroke: rgb(248, 248, 248);
        stroke: var(--button-back-foreground-color);
      }
      .csw-themes-Themex-UI--button.csw-themes-Themex-UI--back:hover {
        background-color: transparent;
        background-color: var(--button-back-hover-background-color);
        color: rgb(254, 254, 254);
        color: var(--button-back-hover-foreground-color);
      }
        .csw-themes-Themex-UI--button.csw-themes-Themex-UI--back:hover path {
          fill: rgb(254, 254, 254);
          fill: var(--button-back-hover-foreground-color);
        }
        .csw-themes-Themex-UI--button.csw-themes-Themex-UI--back:hover path, .csw-themes-Themex-UI--button.csw-themes-Themex-UI--back:hover line {
          stroke: rgb(254, 254, 254);
          stroke: var(--button-back-hover-foreground-color);
        }
    }
.csw-themes-Themex-UI--center {
  text-align: center;
}

.csw-themes-Themex-UI--progress-bar {
  align-items: center;
  background-color: rgba(0, 152, 92, 0.5);
  background-color: var(--progress-bar-color);
  display: flex;
  justify-content: center;
  height: 8px;
  position: relative;
}

.csw-themes-Themex-UI--progress-bar .csw-themes-Themex-UI--indicator {
    background-color: rgb(0, 152, 92);
    background-color: var(--progress-bar-indicator-color);
    height: 100%;
    left: 0;
    position: absolute;
    transition: width .4s ease;
  }

.csw-themes-Themex-UI--progress-bar .csw-themes-Themex-UI--indicator-label {
    display: none;
    color: rgb(248, 248, 248);
    color: var(--progress-bar-indicator-label-color);
    font-size: 14px;
    font-weight: 400;
    filter: drop-shadow(0 0 2px #333333);
    z-index: 1;
  }

.csw-themes-Themex-UI--progress-bar.csw-themes-Themex-UI--with-label {
    height: 28px;
  }

.csw-themes-Themex-UI--progress-bar.csw-themes-Themex-UI--with-label .csw-themes-Themex-UI--indicator-label {
      display: block;
    }
.csw-themes-Themex-UI--question {
  display: block;
  border: none;
  margin: 30px 0 0 0;
  padding: 0;
}
.csw-themes-Themex-UI--question legend, .csw-themes-Themex-UI--question > .csw-themes-Themex-UI--label {
    display: block;
    font-size: 20px;
    margin: 0;
    width: 100%;
  }
.csw-themes-Themex-UI--question > .csw-themes-Themex-UI--hint {
    color: rgb(102, 102, 102);
    color: var(--hint-color);
    display: block;
    font-size: 16px;
  }
.csw-themes-Themex-UI--question textarea {
    background-color: rgb(254, 254, 254);
    background-color: var(--input-background-color);
    border-style: solid;
    border-color: #999999;
    border-color: var(--input-border-color);
    border-width: 1px;
    box-sizing: border-box;
    color: rgb(24, 32, 24);
    color: var(--input-foreground-color);
    display: block;
    font-family: Roboto, "Segoe UI", Arial, Helvetica;
    font-family: var(--font-family);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    min-height: calc(3 * 1.2em + 2 * (.5em + 1px));
    padding: .5em;
    resize: vertical;
    width: 100%;
  }
.csw-themes-Themex-UI--question input[type=date],
    .csw-themes-Themex-UI--question input[type=datetime-local],
    .csw-themes-Themex-UI--question input[type=time],
    .csw-themes-Themex-UI--question input[type=text],
    .csw-themes-Themex-UI--question input[type=number],
    .csw-themes-Themex-UI--question input[type=tel],
    .csw-themes-Themex-UI--question select
  {
    background-color: rgb(254, 254, 254);
    background-color: var(--input-background-color);
    border-style: solid;
    border-color: #999999;
    border-color: var(--input-border-color);
    border-width: 1px;
    box-sizing: border-box;
    color: rgb(24, 32, 24);
    color: var(--input-foreground-color);
    display: block;
    font-family: Roboto, "Segoe UI", Arial, Helvetica;
    font-family: var(--font-family);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    padding: .5em;
    width: 100%;
  }
.csw-themes-Themex-UI--question select option {
    font-family: Roboto, "Segoe UI", Arial, Helvetica;
    font-family: var(--font-family);
    font-size: 20px;
    font-weight: 400;
  }
.csw-themes-Themex-UI--question .csw-themes-Themex-UI--check {
    background-color: rgb(254, 254, 254);
    background-color: var(--input-background-color);
    border: 2px solid #999999;
    border: 2px solid var(--input-border-color);
    box-sizing: border-box;
    content: '';
    display: block;
    height: 26px;
    left: 12px;
    padding: 4px;
    position: absolute;
    top: 12px;
    transition: border-color .25s ease .1s;
    width: 26px;
  }
.csw-themes-Themex-UI--question .csw-themes-Themex-UI--check::before {
      background-color: transparent;
      content: '';
      display: block;
      height: 100%;
      transition: background-color .25s ease;
      width: 100%;
    }
.csw-themes-Themex-UI--question input[type=radio], .csw-themes-Themex-UI--question input[type=checkbox] {
    height: 26px;
    left: 16px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 12px;
    visibility: hidden;
    width: 26px;
  }
.csw-themes-Themex-UI--question input[type=radio]:checked ~ .csw-themes-Themex-UI--check, .csw-themes-Themex-UI--question input[type=checkbox]:checked ~ .csw-themes-Themex-UI--check {
      border-color: rgb(0, 152, 92);
      border-color: var(--input-check-color);
    }
.csw-themes-Themex-UI--question input[type=radio]:checked ~ .csw-themes-Themex-UI--check::before, .csw-themes-Themex-UI--question input[type=checkbox]:checked ~ .csw-themes-Themex-UI--check::before {
        background-color: rgb(0, 152, 92);
        background-color: var(--input-check-color);
      }
.csw-themes-Themex-UI--question input[type=radio] ~ .csw-themes-Themex-UI--check {
    border-radius: 100%;
  }
.csw-themes-Themex-UI--question input[type=radio] ~ .csw-themes-Themex-UI--check::before {
      border-radius: 100%;
    }
.csw-themes-Themex-UI--question.csw-themes-Themex-UI--invalid textarea,
      .csw-themes-Themex-UI--question.csw-themes-Themex-UI--invalid input[type=date],
      .csw-themes-Themex-UI--question.csw-themes-Themex-UI--invalid input[type=datetime-local],
      .csw-themes-Themex-UI--question.csw-themes-Themex-UI--invalid input[type=time],
      .csw-themes-Themex-UI--question.csw-themes-Themex-UI--invalid input[type=text],
      .csw-themes-Themex-UI--question.csw-themes-Themex-UI--invalid input[type=number],
      .csw-themes-Themex-UI--question.csw-themes-Themex-UI--invalid input[type=tel],
      .csw-themes-Themex-UI--question.csw-themes-Themex-UI--invalid select,
      .csw-themes-Themex-UI--question.csw-themes-Themex-UI--invalid input[type=radio] ~ .csw-themes-Themex-UI--check,
      .csw-themes-Themex-UI--question.csw-themes-Themex-UI--invalid input[type=checkbox] ~ .csw-themes-Themex-UI--check
    {
      border-color: rgb(192, 0, 0);
      border-color: var(--error-color);
    }
.csw-themes-Themex-UI--scale-question legend, .csw-themes-Themex-UI--score-question legend {
    margin: 0;
  }
.csw-themes-Themex-UI--options {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
/* @media small {
    align-items: flex-start;
  } */
.csw-themes-Themex-UI--options.csw-themes-Themex-UI--horizontal {
    flex-direction: row;
    flex-wrap: wrap;
  }
.csw-themes-Themex-UI--options.csw-themes-Themex-UI--horizontal .csw-themes-Themex-UI--option {
      flex: 1 0 auto;
    }
@media (min-width: 576px) {
.csw-themes-Themex-UI--options.csw-themes-Themex-UI--horizontal .csw-themes-Themex-UI--option {
        flex-grow: 0
    }
      }
.csw-themes-Themex-UI--option {
  background-color: rgb(254, 254, 254);
  background-color: var(--option-background-color);
  border-color: rgba(200, 200, 200, 0.8);
  border-color: var(--option-border-color);
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  cursor: default;
  display: block;
  font-size: 18px;
  line-height: 30px;
  min-height: 30px;
  padding: 10px 10px 10px 50px;
  position: relative;
  /* @media small {
    background-color: transparent;
    border: none;
  } */
}
.csw-themes-Themex-UI--option:hover {
    background-color: rgb(248, 248, 248);
    background-color: var(--option-hover-background-color);
  }
.csw-themes-Themex-UI--extra-options {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  justify-content: flex-start;
}
.csw-themes-Themex-UI--extra-option {
  display: block;
  font-size: 18px;
  line-height: 30px;
  min-height: 30px;
  background-color: transparent;
  border-style: none;
  border-width: 0;
  padding: 10px 0px 10px 43px;
  margin: 0 10px;
}
.csw-themes-Themex-UI--extra-option:first-child {
    margin-right: 0;
  }
.csw-themes-Themex-UI--extra-option:last-child {
    margin-left: 0;
  }
.csw-themes-Themex-UI--extra-option input[type=radio], .csw-themes-Themex-UI--extra-option input[type=checkbox] {
    left: 4px;
  }
.csw-themes-Themex-UI--extra-option input[type=radio] ~ .csw-themes-Themex-UI--check, .csw-themes-Themex-UI--extra-option input[type=checkbox] ~ .csw-themes-Themex-UI--check {
      left: 0px;
    }
.csw-themes-Themex-UI--scale-options-hint,
.csw-themes-Themex-UI--score-options-hint,
.csw-themes-Themex-UI--agree-disagree-options-hint,
.csw-themes-Themex-UI--satisfaction-options-hint {
  display: flex;
  flex-wrap: nowrap;
  font-size: 14px;
  font-weight: 300;
  justify-content: space-between;
  margin-top: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.csw-themes-Themex-UI--scale-options-hint > div:last-child, .csw-themes-Themex-UI--score-options-hint > div:last-child, .csw-themes-Themex-UI--agree-disagree-options-hint > div:last-child, .csw-themes-Themex-UI--satisfaction-options-hint > div:last-child {
    text-align: right;
  }
.csw-themes-Themex-UI--scale-options,
.csw-themes-Themex-UI--score-options,
.csw-themes-Themex-UI--agree-disagree-options,
.csw-themes-Themex-UI--satisfaction-options {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.csw-themes-Themex-UI--score-options {
  font-size: 20px;
}
@media (min-width: 576px) {
.csw-themes-Themex-UI--score-options {
    font-size: 24px
}
  }
.csw-themes-Themex-UI--scale-options,
.csw-themes-Themex-UI--agree-disagree-options,
.csw-themes-Themex-UI--satisfaction-options {
  font-size: 24px;
}
.csw-themes-Themex-UI--scale-option,
.csw-themes-Themex-UI--score-option,
.csw-themes-Themex-UI--agree-disagree-option,
.csw-themes-Themex-UI--satisfaction-option {
  background-color: rgb(24, 32, 24);
  background-color: var(--score-option-background-color);
  color: rgb(248, 248, 248);
  color: var(--score-option-foreground-color);
  cursor: default;
  display: flex;
  flex-flow: column;
  justify-content: center;
  flex-grow: 1;
  font-weight: bold;
  margin: 5px 0;
  padding: 10px 2px;
  position: relative;
  text-align: center;
  transition-duration: .4s;
  transition-property: background-color, margin, padding;
  transition-timing-function: ease;
}
.csw-themes-Themex-UI--scale-option .csw-themes-Themex-UI--label, .csw-themes-Themex-UI--score-option .csw-themes-Themex-UI--label, .csw-themes-Themex-UI--agree-disagree-option .csw-themes-Themex-UI--label, .csw-themes-Themex-UI--satisfaction-option .csw-themes-Themex-UI--label {
    display: block;
    text-align: center;
  }
.csw-themes-Themex-UI--scale-option .csw-themes-Themex-UI--check, .csw-themes-Themex-UI--score-option .csw-themes-Themex-UI--check, .csw-themes-Themex-UI--agree-disagree-option .csw-themes-Themex-UI--check, .csw-themes-Themex-UI--satisfaction-option .csw-themes-Themex-UI--check {
    display: none;
  }
.csw-themes-Themex-UI--scale-option input[type=radio], .csw-themes-Themex-UI--score-option input[type=radio], .csw-themes-Themex-UI--agree-disagree-option input[type=radio], .csw-themes-Themex-UI--satisfaction-option input[type=radio] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    visibility: hidden;
  }
.csw-themes-Themex-UI--scale-option:hover, .csw-themes-Themex-UI--score-option:hover, .csw-themes-Themex-UI--agree-disagree-option:hover, .csw-themes-Themex-UI--satisfaction-option:hover {
    margin-top: 3px;
    margin-bottom: 3px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
.csw-themes-Themex-UI--scale-option.csw-themes-Themex-UI--checked, .csw-themes-Themex-UI--score-option.csw-themes-Themex-UI--checked, .csw-themes-Themex-UI--agree-disagree-option.csw-themes-Themex-UI--checked, .csw-themes-Themex-UI--satisfaction-option.csw-themes-Themex-UI--checked {
    background-color: rgb(0, 152, 92);
    background-color: var(--score-option-checked-background-color);
    color: rgb(254, 254, 254);
    color: var(--score-option-checked-foreground-color);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

@media (min-width: 576px) {
  .csw-themes-Themex-UI--scale-options-hint,
  .csw-themes-Themex-UI--agree-disagree-options-hint,
  .csw-themes-Themex-UI--satisfaction-options-hint {
    display: none;
  }
}
@media (min-width: 576px) {
.csw-themes-Themex-UI--scale-option,
.csw-themes-Themex-UI--agree-disagree-option,
.csw-themes-Themex-UI--satisfaction-option {
    box-sizing: content-box;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    padding: 10px
}
  }
.csw-themes-Themex-UI--scale-option .csw-themes-Themex-UI--label, .csw-themes-Themex-UI--agree-disagree-option .csw-themes-Themex-UI--label, .csw-themes-Themex-UI--satisfaction-option .csw-themes-Themex-UI--label {
    white-space: pre-line;
  }
@media (min-width: 576px) {
.csw-themes-Themex-UI--scale-option .csw-themes-Themex-UI--label.csw-themes-Themex-UI--tiny-device, .csw-themes-Themex-UI--agree-disagree-option .csw-themes-Themex-UI--label.csw-themes-Themex-UI--tiny-device, .csw-themes-Themex-UI--satisfaction-option .csw-themes-Themex-UI--label.csw-themes-Themex-UI--tiny-device {
        display: none
    }
      }
.csw-themes-Themex-UI--scale-option .csw-themes-Themex-UI--label.csw-themes-Themex-UI--small-device, .csw-themes-Themex-UI--agree-disagree-option .csw-themes-Themex-UI--label.csw-themes-Themex-UI--small-device, .csw-themes-Themex-UI--satisfaction-option .csw-themes-Themex-UI--label.csw-themes-Themex-UI--small-device {
      display: none;
    }
@media (min-width: 576px) {
.csw-themes-Themex-UI--scale-option .csw-themes-Themex-UI--label.csw-themes-Themex-UI--small-device, .csw-themes-Themex-UI--agree-disagree-option .csw-themes-Themex-UI--label.csw-themes-Themex-UI--small-device, .csw-themes-Themex-UI--satisfaction-option .csw-themes-Themex-UI--label.csw-themes-Themex-UI--small-device {
        display: block
    }
      }
.csw-themes-Themex-UI--content.csw-themes-Themex-UI--ident .csw-themes-Themex-UI--question {
    margin: 3em auto 0 auto;
  }
@media (min-width: 576px) {
.csw-themes-Themex-UI--content.csw-themes-Themex-UI--ident .csw-themes-Themex-UI--question {
      width: 25em
  }
    }
.csw-themes-Themex-UI--content.csw-themes-Themex-UI--ident .csw-themes-Themex-UI--error {
    margin: .5em auto;
  }
@media (min-width: 576px) {
.csw-themes-Themex-UI--content.csw-themes-Themex-UI--ident .csw-themes-Themex-UI--error {
      width: 25em
  }
    }
.csw-themes-Themex-UI--content.csw-themes-Themex-UI--ident .csw-themes-Themex-UI--button-container {
    margin: 2em auto;
  }
@media (min-width: 576px) {
.csw-themes-Themex-UI--content.csw-themes-Themex-UI--ident .csw-themes-Themex-UI--button-container {
      width: 25em
  }
    }
.csw-themes-Themex-UI--content.csw-themes-Themex-UI--ident .csw-themes-Themex-UI--button.csw-themes-Themex-UI--primary {
    border: 1px solid rgb(254, 254, 254);
    border: 1px solid var(--button-primary-hover-foreground-color);
  }
.csw-themes-Themex-UI--limit {
  display: block;
  font-size: 16px;
  text-align: right;
}
.csw-themes-Themex-UI--limit.csw-themes-Themex-UI--exceeded {
    color: rgb(192, 0, 0);
    color: var(--error-color);
  }
.csw-themes-Themex-UI--error {
  margin-top: 10px;
  color: rgb(192, 0, 0);
  color: var(--error-color);
}
.csw-themes-Themex-UI--upload-question .csw-themes-Themex-UI--button {
    font-size: 20px;
    height: 53px;
    line-height: 53px;
    padding: 0 36px;
  }

.csw-themes-Themex-UI--file-list {
  margin: 0 0 16px 0;
  padding: 0;
}

.csw-themes-Themex-UI--file-list > li {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: stretch;
    list-style: none;
  }

.csw-themes-Themex-UI--file-list > li .csw-themes-Themex-UI--icon {
      position: absolute;
      height: 25px;
      left: 16px;
      top: 13px;
    }

.csw-themes-Themex-UI--file-list > li .csw-themes-Themex-UI--file-name {
      flex: 1 0 auto;
      max-width: calc(100% - 30px);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

.csw-themes-Themex-UI--file-list > li .csw-themes-Themex-UI--file-size {
      color: rgb(102, 102, 102);
      color: var(--hint-color);
      font-size: 14px;
    }

.csw-themes-Themex-UI--file-list > li > button {
      flex: 0 0 auto;
      background: none;
      border: none;
      cursor: pointer;
      font-size: 20px;
    }

.csw-themes-Themex-UI--redirect-notice {
  margin: 32px 0;
  font-size: 24px;
  color: rgb(102, 102, 102);
  color: var(--hint-color);
}

:root {
  --font-family: Roboto, "Segoe UI", Arial, Helvetica;
  --window-background-color: #efefef;
  --page-background-color: rgb(248, 248, 248);
  --page-border-color: rgba(150, 150, 150, 0.8);
  --page-foreground-color: rgb(24, 32, 24);
  --header-background-color: rgb(0, 152, 92);
  --header-foreground-color: rgb(248, 248, 248);
  --logo-width: 140px;
  --logo-height: 70px;
  --sub-header-background-color: rgb(24, 32, 24);
  --sub-header-foreground-color: rgb(248, 248, 248);
  --sub-header-hyperlink-color: rgb(255, 255, 255);
  --footer-background-color: rgb(0, 120, 70);
  --footer-foreground-color: rgb(248, 248, 248);
  --button-primary-background-color: rgb(0, 152, 92);
  --button-primary-foreground-color: rgb(248, 248, 248);
  --button-primary-hover-background-color: rgb(20, 180, 100);
  --button-primary-hover-foreground-color: rgb(254, 254, 254);
  --button-primary-disabled-background-color: rgba(0, 152, 92, 0.4);
  --button-primary-disabled-foreground-color: rgba(254, 254, 254, 0.5);
  --button-back-icon-background-color: transparent;
  --button-back-icon-foreground-color: rgb(24, 32, 24);
  --button-back-icon-hover-background-color: transparent;
  --button-back-icon-hover-foreground-color: rgb(0, 120, 70);
  --button-back-background-color: transparent;
  --button-back-foreground-color: rgb(248, 248, 248);
  --button-back-hover-background-color: transparent;
  --button-back-hover-foreground-color: rgb(254, 254, 254);
  --progress-bar-color: rgba(0, 152, 92, 0.5);
  --progress-bar-indicator-color: rgb(0, 152, 92);
  --progress-bar-indicator-label-color: rgb(248, 248, 248);
  --score-option-background-color: rgb(24, 32, 24);
  --score-option-foreground-color: rgb(248, 248, 248);
  --score-option-checked-background-color: rgb(0, 152, 92);
  --score-option-checked-foreground-color: rgb(254, 254, 254);
  --input-border-color: #999999;
  --input-background-color: rgb(254, 254, 254);
  --input-foreground-color: rgb(24, 32, 24);
  --input-check-color: rgb(0, 152, 92);
  --option-background-color: rgb(254, 254, 254);
  --option-border-color: rgba(200, 200, 200, 0.8);
  --option-hover-background-color: rgb(248, 248, 248);
  --error-color: rgb(192, 0, 0);
  --hint-color: rgb(102, 102, 102);
}

#root {
    background-image: none;
    background-color: #efefef;
    background-color: var(--window-background-color);
  }

.csw-themes-ThemexToken-UI--page {
  box-sizing: border-box;
  background-color: rgb(248, 248, 248);
  background-color: var(--page-background-color);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, .25);
  border-color: rgba(150, 150, 150, 0.8);
  border-color: var(--page-border-color);
  border-style: solid;
  border-width: 0 1px;
  color: rgb(24, 32, 24);
  color: var(--page-foreground-color);
  display: flex;
  flex-direction: column;
  font-family: Roboto, "Segoe UI", Arial, Helvetica;
  font-family: var(--font-family);
  font-size: 16px;
  margin: auto;
  max-width: 768px;
  min-height: 100vh;
  min-height: calc(1vh * 100);
  min-height: calc(var(--vh, 1vh) * 100);
}

.csw-themes-ThemexToken-UI--page p {
    margin-top: 0;
  }

@media (min-width: 992px) {

.csw-themes-ThemexToken-UI--page {
    margin-left: calc((100vw - 768px) / 4)
}
  }

.csw-themes-ThemexToken-UI--page h1 {
    font-size: 24px;
    font-weight: 500;
    color: rgb(24, 32, 24);
    color: var(--page-foreground-color);
    margin: auto;
  }

.csw-themes-ThemexToken-UI--page img {
    max-width: 100%;
  }
.csw-themes-ThemexToken-UI--header {
  background-color: rgb(0, 152, 92);
  background-color: var(--header-background-color);
}
.csw-themes-ThemexToken-UI--header .csw-themes-ThemexToken-UI--logo {
    display: block;
    margin: 25px auto;
    width: 140px;
    width: var(--logo-width);
    max-width: 90%;
  }
.csw-themes-ThemexToken-UI--sub-header {
  background-color: rgb(24, 32, 24);
  background-color: var(--sub-header-background-color);
  color: rgb(248, 248, 248);
  color: var(--sub-header-foreground-color);
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
}
.csw-themes-ThemexToken-UI--sub-header h1 {
    color: rgb(248, 248, 248);
    color: var(--sub-header-foreground-color);
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 16px;
  }
.csw-themes-ThemexToken-UI--sub-header h1:last-child {
      margin-bottom: 0;
    }
.csw-themes-ThemexToken-UI--sub-header a {
    color: rgb(255, 255, 255);
    color: var(--sub-header-hyperlink-color);
  }
/* IE11 Fix image auto height */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.csw-themes-ThemexToken-UI--sub-header {
    min-height: 1px
}
  }
.csw-themes-ThemexToken-UI--page-intro {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 400;
}
.csw-themes-ThemexToken-UI--page-intro h1 {
    font-size: 24px;
    font-weight: 500;
  }
.csw-themes-ThemexToken-UI--content {
  flex-grow: 1;
  font-size: 20px;
  padding: 20px 20px 40px 20px;
}
.csw-themes-ThemexToken-UI--buttons {
  background-color: rgb(0, 120, 70);
  background-color: var(--footer-background-color);
  display: flex;
  flex-direction: row-reverse;
  flex-shrink: 1;
  flex-grow: 0;
  height: 60px;
  justify-content: space-between;
  overflow: hidden;
}
@media (min-width: 576px) {
.csw-themes-ThemexToken-UI--buttons {
    padding: 20px
}
  }
.csw-themes-ThemexToken-UI--button {
  border: none;
  display: block;
  font-size: 24px;
  font-weight: 400;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  padding: 0 40px 0 40px;
  transition: background-color .25s ease;
  width: 100%;
}
.csw-themes-ThemexToken-UI--button .csw-themes-ThemexToken-UI--icon {
    display: block;
    position: relative;
    height: 25px;
    width: 25px;
  }
.csw-themes-ThemexToken-UI--button .csw-themes-ThemexToken-UI--icon:first-child {
      float: left;
      margin: 17px 10px 0 -25px;
    }
.csw-themes-ThemexToken-UI--button .csw-themes-ThemexToken-UI--icon:last-child {
      float: right;
      margin: 17px -25px 0 10px;
    }
.csw-themes-ThemexToken-UI--button .csw-themes-ThemexToken-UI--icon svg {
      display: block;
    }
.csw-themes-ThemexToken-UI--button .csw-themes-ThemexToken-UI--label.csw-themes-ThemexToken-UI--busy {
    animation: csw-themes-ThemexToken-UI--color 2s infinite;
  }
@media (min-width: 576px) {
.csw-themes-ThemexToken-UI--button {
    width: auto
}
  }
.csw-themes-ThemexToken-UI--button.csw-themes-ThemexToken-UI--primary {
    background-color: rgb(0, 152, 92);
    background-color: var(--button-primary-background-color);
    color: rgb(248, 248, 248);
    color: var(--button-primary-foreground-color);
  }
.csw-themes-ThemexToken-UI--button.csw-themes-ThemexToken-UI--primary:hover {
      background-color: rgb(20, 180, 100);
      background-color: var(--button-primary-hover-background-color);
      color: rgb(254, 254, 254);
      color: var(--button-primary-hover-foreground-color);
    }
.csw-themes-ThemexToken-UI--button.csw-themes-ThemexToken-UI--primary:disabled {
      background-color: rgba(0, 152, 92, 0.4);
      background-color: var(--button-primary-disabled-background-color);
      color: rgba(254, 254, 254, 0.5);
      color: var(--button-primary-disabled-foreground-color);
    }
.csw-themes-ThemexToken-UI--button.csw-themes-ThemexToken-UI--back {
    display: none;
  }
.csw-themes-ThemexToken-UI--button.csw-themes-ThemexToken-UI--back.csw-themes-ThemexToken-UI--icon {
      background-color: transparent;
      background-color: var(--button-back-icon-background-color);
      color: rgb(24, 32, 24);
      color: var(--button-back-icon-foreground-color);
      display: block;
    }
@media (min-width: 576px) {
.csw-themes-ThemexToken-UI--button.csw-themes-ThemexToken-UI--back.csw-themes-ThemexToken-UI--icon {
        display: none
    }
      }
.csw-themes-ThemexToken-UI--button.csw-themes-ThemexToken-UI--back.csw-themes-ThemexToken-UI--icon{
      background-color: transparent;
      height: 25px;
      line-height: 25px;
      padding: 0;
      width: 25px;
}
@media (min-width: 576px) {
.csw-themes-ThemexToken-UI--button.csw-themes-ThemexToken-UI--back.csw-themes-ThemexToken-UI--icon {
        width: 25px
    }
      }
.csw-themes-ThemexToken-UI--button.csw-themes-ThemexToken-UI--back.csw-themes-ThemexToken-UI--icon path {
        fill: rgb(24, 32, 24);
        fill: var(--button-back-icon-foreground-color);
      }
.csw-themes-ThemexToken-UI--button.csw-themes-ThemexToken-UI--back.csw-themes-ThemexToken-UI--icon path, .csw-themes-ThemexToken-UI--button.csw-themes-ThemexToken-UI--back.csw-themes-ThemexToken-UI--icon line {
        stroke: rgb(24, 32, 24);
        stroke: var(--button-back-icon-foreground-color);
        transition-property: fill, stroke;
        transition-duration: .25s;
        transition-timing-function: ease;
        transition-delay: 0s;
      }
.csw-themes-ThemexToken-UI--button.csw-themes-ThemexToken-UI--back.csw-themes-ThemexToken-UI--icon:hover {
        background-color: transparent;
        background-color: var(--button-back-icon-hover-background-color);
        color: rgb(0, 120, 70);
        color: var(--button-back-icon-hover-foreground-color);
      }
.csw-themes-ThemexToken-UI--button.csw-themes-ThemexToken-UI--back.csw-themes-ThemexToken-UI--icon:hover path {
          fill: rgb(0, 120, 70);
          fill: var(--button-back-icon-hover-foreground-color);
        }
.csw-themes-ThemexToken-UI--button.csw-themes-ThemexToken-UI--back.csw-themes-ThemexToken-UI--icon:hover path, .csw-themes-ThemexToken-UI--button.csw-themes-ThemexToken-UI--back.csw-themes-ThemexToken-UI--icon:hover line {
          stroke: rgb(0, 120, 70);
          stroke: var(--button-back-icon-hover-foreground-color);
        }
@media (min-width: 576px) {
.csw-themes-ThemexToken-UI--button.csw-themes-ThemexToken-UI--back {
      display: block;
      background-color: transparent;
      background-color: var(--button-back-background-color);
      color: rgb(248, 248, 248);
      color: var(--button-back-foreground-color)
  }
      .csw-themes-ThemexToken-UI--button.csw-themes-ThemexToken-UI--back path {
        fill: rgb(248, 248, 248);
        fill: var(--button-back-foreground-color);
      }
      .csw-themes-ThemexToken-UI--button.csw-themes-ThemexToken-UI--back path, .csw-themes-ThemexToken-UI--button.csw-themes-ThemexToken-UI--back line {
        stroke: rgb(248, 248, 248);
        stroke: var(--button-back-foreground-color);
      }
      .csw-themes-ThemexToken-UI--button.csw-themes-ThemexToken-UI--back:hover {
        background-color: transparent;
        background-color: var(--button-back-hover-background-color);
        color: rgb(254, 254, 254);
        color: var(--button-back-hover-foreground-color);
      }
        .csw-themes-ThemexToken-UI--button.csw-themes-ThemexToken-UI--back:hover path {
          fill: rgb(254, 254, 254);
          fill: var(--button-back-hover-foreground-color);
        }
        .csw-themes-ThemexToken-UI--button.csw-themes-ThemexToken-UI--back:hover path, .csw-themes-ThemexToken-UI--button.csw-themes-ThemexToken-UI--back:hover line {
          stroke: rgb(254, 254, 254);
          stroke: var(--button-back-hover-foreground-color);
        }
    }
.csw-themes-ThemexToken-UI--center {
  text-align: center;
}

.csw-themes-ThemexToken-UI--progress-bar {
  align-items: center;
  background-color: rgba(0, 152, 92, 0.5);
  background-color: var(--progress-bar-color);
  display: flex;
  justify-content: center;
  height: 8px;
  position: relative;
}

.csw-themes-ThemexToken-UI--progress-bar .csw-themes-ThemexToken-UI--indicator {
    background-color: rgb(0, 152, 92);
    background-color: var(--progress-bar-indicator-color);
    height: 100%;
    left: 0;
    position: absolute;
    transition: width .4s ease;
  }

.csw-themes-ThemexToken-UI--progress-bar .csw-themes-ThemexToken-UI--indicator-label {
    display: none;
    color: rgb(248, 248, 248);
    color: var(--progress-bar-indicator-label-color);
    font-size: 14px;
    font-weight: 400;
    filter: drop-shadow(0 0 2px #333333);
    z-index: 1;
  }

.csw-themes-ThemexToken-UI--progress-bar.csw-themes-ThemexToken-UI--with-label {
    height: 28px;
  }

.csw-themes-ThemexToken-UI--progress-bar.csw-themes-ThemexToken-UI--with-label .csw-themes-ThemexToken-UI--indicator-label {
      display: block;
    }
.csw-themes-ThemexToken-UI--question {
  display: block;
  border: none;
  margin: 30px 0 0 0;
  padding: 0;
}
.csw-themes-ThemexToken-UI--question legend, .csw-themes-ThemexToken-UI--question > .csw-themes-ThemexToken-UI--label {
    display: block;
    font-size: 20px;
    margin: 0;
    width: 100%;
  }
.csw-themes-ThemexToken-UI--question > .csw-themes-ThemexToken-UI--hint {
    color: rgb(102, 102, 102);
    color: var(--hint-color);
    display: block;
    font-size: 16px;
  }
.csw-themes-ThemexToken-UI--question textarea {
    background-color: rgb(254, 254, 254);
    background-color: var(--input-background-color);
    border-style: solid;
    border-color: #999999;
    border-color: var(--input-border-color);
    border-width: 1px;
    box-sizing: border-box;
    color: rgb(24, 32, 24);
    color: var(--input-foreground-color);
    display: block;
    font-family: Roboto, "Segoe UI", Arial, Helvetica;
    font-family: var(--font-family);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    min-height: calc(3 * 1.2em + 2 * (.5em + 1px));
    padding: .5em;
    resize: vertical;
    width: 100%;
  }
.csw-themes-ThemexToken-UI--question input[type=text], .csw-themes-ThemexToken-UI--question input[type=number], .csw-themes-ThemexToken-UI--question select {
    background-color: rgb(254, 254, 254);
    background-color: var(--input-background-color);
    border-style: solid;
    border-color: #999999;
    border-color: var(--input-border-color);
    border-width: 1px;
    box-sizing: border-box;
    color: rgb(24, 32, 24);
    color: var(--input-foreground-color);
    display: block;
    font-family: Roboto, "Segoe UI", Arial, Helvetica;
    font-family: var(--font-family);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    padding: .5em;
    width: 100%;
  }
.csw-themes-ThemexToken-UI--question select option {
    font-family: Roboto, "Segoe UI", Arial, Helvetica;
    font-family: var(--font-family);
    font-size: 20px;
    font-weight: 400;
  }
.csw-themes-ThemexToken-UI--question .csw-themes-ThemexToken-UI--check {
    background-color: rgb(254, 254, 254);
    background-color: var(--input-background-color);
    border: 2px solid #999999;
    border: 2px solid var(--input-border-color);
    box-sizing: border-box;
    content: '';
    display: block;
    height: 26px;
    left: 12px;
    padding: 4px;
    position: absolute;
    top: 12px;
    transition: border-color .25s ease .1s;
    width: 26px;
  }
.csw-themes-ThemexToken-UI--question .csw-themes-ThemexToken-UI--check::before {
      background-color: transparent;
      content: '';
      display: block;
      height: 100%;
      transition: background-color .25s ease;
      width: 100%;
    }
.csw-themes-ThemexToken-UI--question input[type=radio], .csw-themes-ThemexToken-UI--question input[type=checkbox] {
    height: 26px;
    left: 16px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 12px;
    visibility: hidden;
    width: 26px;
  }
.csw-themes-ThemexToken-UI--question input[type=radio]:checked ~ .csw-themes-ThemexToken-UI--check, .csw-themes-ThemexToken-UI--question input[type=checkbox]:checked ~ .csw-themes-ThemexToken-UI--check {
      border-color: rgb(0, 152, 92);
      border-color: var(--input-check-color);
    }
.csw-themes-ThemexToken-UI--question input[type=radio]:checked ~ .csw-themes-ThemexToken-UI--check::before, .csw-themes-ThemexToken-UI--question input[type=checkbox]:checked ~ .csw-themes-ThemexToken-UI--check::before {
        background-color: rgb(0, 152, 92);
        background-color: var(--input-check-color);
      }
.csw-themes-ThemexToken-UI--question input[type=radio] ~ .csw-themes-ThemexToken-UI--check {
    border-radius: 100%;
  }
.csw-themes-ThemexToken-UI--question input[type=radio] ~ .csw-themes-ThemexToken-UI--check::before {
      border-radius: 100%;
    }
.csw-themes-ThemexToken-UI--question.csw-themes-ThemexToken-UI--invalid textarea, .csw-themes-ThemexToken-UI--question.csw-themes-ThemexToken-UI--invalid input[type=text], .csw-themes-ThemexToken-UI--question.csw-themes-ThemexToken-UI--invalid input[type=number], .csw-themes-ThemexToken-UI--question.csw-themes-ThemexToken-UI--invalid select, .csw-themes-ThemexToken-UI--question.csw-themes-ThemexToken-UI--invalid input[type=radio] ~ .csw-themes-ThemexToken-UI--check, .csw-themes-ThemexToken-UI--question.csw-themes-ThemexToken-UI--invalid input[type=checkbox] ~ .csw-themes-ThemexToken-UI--check {
      border-color: rgb(192, 0, 0);
      border-color: var(--error-color);
    }
.csw-themes-ThemexToken-UI--score-question legend {
    margin: 0;
  }
.csw-themes-ThemexToken-UI--options {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media (min-width: 576px) {
.csw-themes-ThemexToken-UI--options {
    align-items: flex-start
}
  }
.csw-themes-ThemexToken-UI--options.csw-themes-ThemexToken-UI--horizontal {
    flex-direction: row;
    flex-wrap: wrap;
  }
.csw-themes-ThemexToken-UI--options.csw-themes-ThemexToken-UI--horizontal .csw-themes-ThemexToken-UI--option {
      flex: 1 0 auto;
    }
@media (min-width: 576px) {
.csw-themes-ThemexToken-UI--options.csw-themes-ThemexToken-UI--horizontal .csw-themes-ThemexToken-UI--option {
        flex-grow: 0
    }
      }
.csw-themes-ThemexToken-UI--option {
  background-color: rgb(254, 254, 254);
  background-color: var(--option-background-color);
  border-color: rgba(200, 200, 200, 0.8);
  border-color: var(--option-border-color);
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  cursor: default;
  display: block;
  font-size: 18px;
  line-height: 30px;
  min-height: 30px;
  padding: 10px 10px 10px 50px;
  position: relative;
}
.csw-themes-ThemexToken-UI--option:hover {
    background-color: rgb(248, 248, 248);
    background-color: var(--option-hover-background-color);
  }
@media (min-width: 576px) {
.csw-themes-ThemexToken-UI--option {
    background-color: transparent;
    border: none
}
  }
.csw-themes-ThemexToken-UI--extra-options {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  justify-content: flex-start;
}
.csw-themes-ThemexToken-UI--extra-option {
  display: block;
  font-size: 18px;
  line-height: 30px;
  min-height: 30px;
  background-color: transparent;
  border-style: none;
  border-width: 0;
  padding: 10px 0px 10px 43px;
  margin: 0 10px;
}
.csw-themes-ThemexToken-UI--extra-option:first-child {
    margin-right: 0;
  }
.csw-themes-ThemexToken-UI--extra-option:last-child {
    margin-left: 0;
  }
.csw-themes-ThemexToken-UI--extra-option input[type=radio], .csw-themes-ThemexToken-UI--extra-option input[type=checkbox] {
    left: 4px;
  }
.csw-themes-ThemexToken-UI--extra-option input[type=radio] ~ .csw-themes-ThemexToken-UI--check, .csw-themes-ThemexToken-UI--extra-option input[type=checkbox] ~ .csw-themes-ThemexToken-UI--check {
      left: 0px;
    }
.csw-themes-ThemexToken-UI--score-options-hint,
.csw-themes-ThemexToken-UI--agree-disagree-options-hint,
.csw-themes-ThemexToken-UI--satisfaction-options-hint {
  display: flex;
  flex-wrap: nowrap;
  font-size: 14px;
  font-weight: 300;
  justify-content: space-between;
  margin-top: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.csw-themes-ThemexToken-UI--score-options-hint > div:last-child, .csw-themes-ThemexToken-UI--agree-disagree-options-hint > div:last-child, .csw-themes-ThemexToken-UI--satisfaction-options-hint > div:last-child {
    text-align: right;
  }
.csw-themes-ThemexToken-UI--score-options,
.csw-themes-ThemexToken-UI--agree-disagree-options,
.csw-themes-ThemexToken-UI--satisfaction-options {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.csw-themes-ThemexToken-UI--score-options {
  font-size: 20px;
}
@media (min-width: 576px) {
.csw-themes-ThemexToken-UI--score-options {
    font-size: 24px
}
  }
.csw-themes-ThemexToken-UI--agree-disagree-options,
.csw-themes-ThemexToken-UI--satisfaction-options {
  font-size: 24px;
}
.csw-themes-ThemexToken-UI--score-option,
.csw-themes-ThemexToken-UI--agree-disagree-option,
.csw-themes-ThemexToken-UI--satisfaction-option {
  background-color: rgb(24, 32, 24);
  background-color: var(--score-option-background-color);
  color: rgb(248, 248, 248);
  color: var(--score-option-foreground-color);
  cursor: default;
  display: flex;
  flex-flow: column;
  justify-content: center;
  flex-grow: 1;
  font-weight: bold;
  margin: 5px 0;
  padding: 10px 2px;
  position: relative;
  text-align: center;
  transition-duration: .4s;
  transition-property: background-color, margin, padding;
  transition-timing-function: ease;
}
.csw-themes-ThemexToken-UI--score-option .csw-themes-ThemexToken-UI--label, .csw-themes-ThemexToken-UI--agree-disagree-option .csw-themes-ThemexToken-UI--label, .csw-themes-ThemexToken-UI--satisfaction-option .csw-themes-ThemexToken-UI--label {
    display: block;
    text-align: center;
  }
.csw-themes-ThemexToken-UI--score-option .csw-themes-ThemexToken-UI--check, .csw-themes-ThemexToken-UI--agree-disagree-option .csw-themes-ThemexToken-UI--check, .csw-themes-ThemexToken-UI--satisfaction-option .csw-themes-ThemexToken-UI--check {
    display: none;
  }
.csw-themes-ThemexToken-UI--score-option input[type=radio], .csw-themes-ThemexToken-UI--agree-disagree-option input[type=radio], .csw-themes-ThemexToken-UI--satisfaction-option input[type=radio] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    visibility: hidden;
  }
.csw-themes-ThemexToken-UI--score-option:hover, .csw-themes-ThemexToken-UI--agree-disagree-option:hover, .csw-themes-ThemexToken-UI--satisfaction-option:hover {
    margin-top: 3px;
    margin-bottom: 3px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
.csw-themes-ThemexToken-UI--score-option.csw-themes-ThemexToken-UI--checked, .csw-themes-ThemexToken-UI--agree-disagree-option.csw-themes-ThemexToken-UI--checked, .csw-themes-ThemexToken-UI--satisfaction-option.csw-themes-ThemexToken-UI--checked {
    background-color: rgb(0, 152, 92);
    background-color: var(--score-option-checked-background-color);
    color: rgb(254, 254, 254);
    color: var(--score-option-checked-foreground-color);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

@media (min-width: 576px) {
  .csw-themes-ThemexToken-UI--agree-disagree-options-hint,
  .csw-themes-ThemexToken-UI--satisfaction-options-hint {
    display: none;
  }
}
@media (min-width: 576px) {
.csw-themes-ThemexToken-UI--agree-disagree-option,
.csw-themes-ThemexToken-UI--satisfaction-option {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    box-sizing: content-box
}
  }
.csw-themes-ThemexToken-UI--agree-disagree-option .csw-themes-ThemexToken-UI--label, .csw-themes-ThemexToken-UI--satisfaction-option .csw-themes-ThemexToken-UI--label {
    white-space: pre-line;
  }
@media (min-width: 576px) {
.csw-themes-ThemexToken-UI--agree-disagree-option .csw-themes-ThemexToken-UI--label.csw-themes-ThemexToken-UI--tiny-device, .csw-themes-ThemexToken-UI--satisfaction-option .csw-themes-ThemexToken-UI--label.csw-themes-ThemexToken-UI--tiny-device {
        display: none
    }
      }
.csw-themes-ThemexToken-UI--agree-disagree-option .csw-themes-ThemexToken-UI--label.csw-themes-ThemexToken-UI--small-device, .csw-themes-ThemexToken-UI--satisfaction-option .csw-themes-ThemexToken-UI--label.csw-themes-ThemexToken-UI--small-device {
      display: none;
    }
@media (min-width: 576px) {
.csw-themes-ThemexToken-UI--agree-disagree-option .csw-themes-ThemexToken-UI--label.csw-themes-ThemexToken-UI--small-device, .csw-themes-ThemexToken-UI--satisfaction-option .csw-themes-ThemexToken-UI--label.csw-themes-ThemexToken-UI--small-device {
        display: block
    }
      }
.csw-themes-ThemexToken-UI--content.csw-themes-ThemexToken-UI--access-code .csw-themes-ThemexToken-UI--question {
    margin: 3em auto 0 auto;
  }
@media (min-width: 576px) {
.csw-themes-ThemexToken-UI--content.csw-themes-ThemexToken-UI--access-code .csw-themes-ThemexToken-UI--question {
      width: 25em
  }
    }
.csw-themes-ThemexToken-UI--content.csw-themes-ThemexToken-UI--access-code .csw-themes-ThemexToken-UI--error {
    margin: .5em auto;
  }
@media (min-width: 576px) {
.csw-themes-ThemexToken-UI--content.csw-themes-ThemexToken-UI--access-code .csw-themes-ThemexToken-UI--error {
      width: 25em
  }
    }
.csw-themes-ThemexToken-UI--content.csw-themes-ThemexToken-UI--access-code .csw-themes-ThemexToken-UI--button-container {
    margin: 2em auto;
  }
@media (min-width: 576px) {
.csw-themes-ThemexToken-UI--content.csw-themes-ThemexToken-UI--access-code .csw-themes-ThemexToken-UI--button-container {
      width: 25em
  }
    }
.csw-themes-ThemexToken-UI--content.csw-themes-ThemexToken-UI--access-code .csw-themes-ThemexToken-UI--button.csw-themes-ThemexToken-UI--primary {
    border: 1px solid rgb(254, 254, 254);
    border: 1px solid var(--button-primary-hover-foreground-color);
  }
.csw-themes-ThemexToken-UI--limit {
  display: block;
  font-size: 16px;
  text-align: right;
}
.csw-themes-ThemexToken-UI--limit.csw-themes-ThemexToken-UI--exceeded {
    color: rgb(192, 0, 0);
    color: var(--error-color);
  }
.csw-themes-ThemexToken-UI--error {
  margin-top: 10px;
  color: rgb(192, 0, 0);
  color: var(--error-color);
}
.csw-themes-ThemexToken-UI--upload-question .csw-themes-ThemexToken-UI--button {
    font-size: 20px;
    height: 53px;
    line-height: 53px;
    padding: 0 36px;
  }

.csw-themes-ThemexToken-UI--file-list {
  margin: 0 0 16px 0;
  padding: 0;
}

.csw-themes-ThemexToken-UI--file-list > li {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: stretch;
    list-style: none;
  }

.csw-themes-ThemexToken-UI--file-list > li .csw-themes-ThemexToken-UI--icon {
      position: absolute;
      height: 25px;
      left: 16px;
      top: 13px;
    }

.csw-themes-ThemexToken-UI--file-list > li .csw-themes-ThemexToken-UI--file-name {
      flex: 1 0 auto;
      max-width: calc(100% - 30px);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

.csw-themes-ThemexToken-UI--file-list > li .csw-themes-ThemexToken-UI--file-size {
      color: rgb(102, 102, 102);
      color: var(--hint-color);
      font-size: 14px;
    }

.csw-themes-ThemexToken-UI--file-list > li > button {
      flex: 0 0 auto;
      background: none;
      border: none;
      cursor: pointer;
      font-size: 20px;
    }

:root {
  --font-family: Roboto, "Segoe UI", Arial, Helvetica;
  --window-background-color: #efefef;
  --page-background-color: rgb(248, 248, 248);
  --page-border-color: rgba(150, 150, 150, 0.8);
  --page-foreground-color: rgb(24, 32, 24);
  --header-background-color: rgb(0, 152, 92);
  --header-foreground-color: rgb(248, 248, 248);
  --logo-width: 140px;
  --logo-height: 70px;
  --sub-header-background-color: rgb(24, 32, 24);
  --sub-header-foreground-color: rgb(248, 248, 248);
  --sub-header-hyperlink-color: rgb(255, 255, 255);
  --footer-background-color: rgb(0, 120, 70);
  --footer-foreground-color: rgb(248, 248, 248);
  --button-primary-background-color: rgb(0, 152, 92);
  --button-primary-foreground-color: rgb(248, 248, 248);
  --button-primary-hover-background-color: rgb(20, 180, 100);
  --button-primary-hover-foreground-color: rgb(254, 254, 254);
  --button-primary-disabled-background-color: rgba(0, 152, 92, 0.4);
  --button-primary-disabled-foreground-color: rgba(254, 254, 254, 0.5);
  --button-back-icon-background-color: transparent;
  --button-back-icon-foreground-color: rgb(24, 32, 24);
  --button-back-icon-hover-background-color: transparent;
  --button-back-icon-hover-foreground-color: rgb(0, 120, 70);
  --button-back-background-color: transparent;
  --button-back-foreground-color: rgb(248, 248, 248);
  --button-back-hover-background-color: transparent;
  --button-back-hover-foreground-color: rgb(254, 254, 254);
  --progress-bar-color: rgba(0, 152, 92, 0.5);
  --progress-bar-indicator-color: rgb(0, 152, 92);
  --progress-bar-indicator-label-color: rgb(248, 248, 248);
  --score-option-background-color: rgb(24, 32, 24);
  --score-option-foreground-color: rgb(248, 248, 248);
  --score-option-checked-background-color: rgb(0, 152, 92);
  --score-option-checked-foreground-color: rgb(254, 254, 254);
  --input-border-color: #999999;
  --input-background-color: rgb(254, 254, 254);
  --input-foreground-color: rgb(24, 32, 24);
  --input-check-color: rgb(0, 152, 92);
  --option-background-color: rgb(254, 254, 254);
  --option-border-color: rgba(200, 200, 200, 0.8);
  --option-hover-background-color: rgb(248, 248, 248);
  --error-color: rgb(192, 0, 0);
  --hint-color: rgb(102, 102, 102);
}

#root {
    background-image: none;
    background-color: #efefef;
    background-color: var(--window-background-color);
  }

.csw-themes-Shell-UI--page {
  box-sizing: border-box;
  background-color: rgb(248, 248, 248);
  background-color: var(--page-background-color);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, .25);
  border-color: rgba(150, 150, 150, 0.8);
  border-color: var(--page-border-color);
  border-style: solid;
  border-width: 0 1px;
  color: rgb(24, 32, 24);
  color: var(--page-foreground-color);
  display: flex;
  flex-direction: column;
  font-family: Roboto, "Segoe UI", Arial, Helvetica;
  font-family: var(--font-family);
  font-size: 16px;
  margin: auto;
  max-width: 768px;
  min-height: 100vh;
  min-height: calc(1vh * 100);
  min-height: calc(var(--vh, 1vh) * 100);
}

.csw-themes-Shell-UI--page p {
    margin-top: 0;
  }

@media (min-width: 992px) {

.csw-themes-Shell-UI--page {
    margin-left: calc((100vw - 768px) / 4)
}
  }

.csw-themes-Shell-UI--page h1 {
    font-size: 24px;
    font-weight: 500;
    color: rgb(24, 32, 24);
    color: var(--page-foreground-color);
    margin: auto;
  }

.csw-themes-Shell-UI--page img {
    max-width: 100%;
  }
.csw-themes-Shell-UI--header {
  background-color: rgb(0, 152, 92);
  background-color: var(--header-background-color);
}
.csw-themes-Shell-UI--header .csw-themes-Shell-UI--logo {
    display: block;
    margin: 25px auto;
    width: 140px;
    width: var(--logo-width);
    max-width: 90%;
  }
.csw-themes-Shell-UI--sub-header {
  background-color: rgb(24, 32, 24);
  background-color: var(--sub-header-background-color);
  color: rgb(248, 248, 248);
  color: var(--sub-header-foreground-color);
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
}
.csw-themes-Shell-UI--sub-header h1 {
    color: rgb(248, 248, 248);
    color: var(--sub-header-foreground-color);
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 16px;
  }
.csw-themes-Shell-UI--sub-header h1:last-child {
      margin-bottom: 0;
    }
.csw-themes-Shell-UI--sub-header a {
    color: rgb(255, 255, 255);
    color: var(--sub-header-hyperlink-color);
  }
/* IE11 Fix image auto height */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.csw-themes-Shell-UI--sub-header {
    min-height: 1px
}
  }
.csw-themes-Shell-UI--page-intro {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 400;
}
.csw-themes-Shell-UI--page-intro h1 {
    font-size: 24px;
    font-weight: 500;
  }
.csw-themes-Shell-UI--content {
  flex-grow: 1;
  font-size: 20px;
  padding: 20px 20px 40px 20px;
}
.csw-themes-Shell-UI--buttons {
  background-color: rgb(0, 120, 70);
  background-color: var(--footer-background-color);
  display: flex;
  flex-direction: row-reverse;
  flex-shrink: 1;
  flex-grow: 0;
  height: 60px;
  justify-content: space-between;
  overflow: hidden;
}
@media (min-width: 576px) {
.csw-themes-Shell-UI--buttons {
    padding: 20px
}
  }
.csw-themes-Shell-UI--button {
  border: none;
  display: block;
  font-size: 24px;
  font-weight: 400;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  padding: 0 40px 0 40px;
  transition: background-color .25s ease;
  width: 100%;
}
.csw-themes-Shell-UI--button .csw-themes-Shell-UI--icon {
    display: block;
    position: relative;
    height: 25px;
    width: 25px;
  }
.csw-themes-Shell-UI--button .csw-themes-Shell-UI--icon:first-child {
      float: left;
      margin: 17px 10px 0 -25px;
    }
.csw-themes-Shell-UI--button .csw-themes-Shell-UI--icon:last-child {
      float: right;
      margin: 17px -25px 0 10px;
    }
.csw-themes-Shell-UI--button .csw-themes-Shell-UI--icon svg {
      display: block;
    }
.csw-themes-Shell-UI--button .csw-themes-Shell-UI--label.csw-themes-Shell-UI--busy {
    animation: csw-themes-Shell-UI--color 2s infinite;
  }
@media (min-width: 576px) {
.csw-themes-Shell-UI--button {
    width: auto
}
  }
.csw-themes-Shell-UI--button.csw-themes-Shell-UI--primary {
    background-color: rgb(0, 152, 92);
    background-color: var(--button-primary-background-color);
    color: rgb(248, 248, 248);
    color: var(--button-primary-foreground-color);
  }
.csw-themes-Shell-UI--button.csw-themes-Shell-UI--primary:hover {
      background-color: rgb(20, 180, 100);
      background-color: var(--button-primary-hover-background-color);
      color: rgb(254, 254, 254);
      color: var(--button-primary-hover-foreground-color);
    }
.csw-themes-Shell-UI--button.csw-themes-Shell-UI--primary:disabled {
      background-color: rgba(0, 152, 92, 0.4);
      background-color: var(--button-primary-disabled-background-color);
      color: rgba(254, 254, 254, 0.5);
      color: var(--button-primary-disabled-foreground-color);
    }
.csw-themes-Shell-UI--button.csw-themes-Shell-UI--back {
    display: none;
  }
.csw-themes-Shell-UI--button.csw-themes-Shell-UI--back.csw-themes-Shell-UI--icon {
      background-color: transparent;
      background-color: var(--button-back-icon-background-color);
      color: rgb(24, 32, 24);
      color: var(--button-back-icon-foreground-color);
      display: block;
    }
@media (min-width: 576px) {
.csw-themes-Shell-UI--button.csw-themes-Shell-UI--back.csw-themes-Shell-UI--icon {
        display: none
    }
      }
.csw-themes-Shell-UI--button.csw-themes-Shell-UI--back.csw-themes-Shell-UI--icon{
      background-color: transparent;
      height: 25px;
      line-height: 25px;
      padding: 0;
      width: 25px;
}
@media (min-width: 576px) {
.csw-themes-Shell-UI--button.csw-themes-Shell-UI--back.csw-themes-Shell-UI--icon {
        width: 25px
    }
      }
.csw-themes-Shell-UI--button.csw-themes-Shell-UI--back.csw-themes-Shell-UI--icon path {
        fill: rgb(24, 32, 24);
        fill: var(--button-back-icon-foreground-color);
      }
.csw-themes-Shell-UI--button.csw-themes-Shell-UI--back.csw-themes-Shell-UI--icon path, .csw-themes-Shell-UI--button.csw-themes-Shell-UI--back.csw-themes-Shell-UI--icon line {
        stroke: rgb(24, 32, 24);
        stroke: var(--button-back-icon-foreground-color);
        transition-property: fill, stroke;
        transition-duration: .25s;
        transition-timing-function: ease;
        transition-delay: 0s;
      }
.csw-themes-Shell-UI--button.csw-themes-Shell-UI--back.csw-themes-Shell-UI--icon:hover {
        background-color: transparent;
        background-color: var(--button-back-icon-hover-background-color);
        color: rgb(0, 120, 70);
        color: var(--button-back-icon-hover-foreground-color);
      }
.csw-themes-Shell-UI--button.csw-themes-Shell-UI--back.csw-themes-Shell-UI--icon:hover path {
          fill: rgb(0, 120, 70);
          fill: var(--button-back-icon-hover-foreground-color);
        }
.csw-themes-Shell-UI--button.csw-themes-Shell-UI--back.csw-themes-Shell-UI--icon:hover path, .csw-themes-Shell-UI--button.csw-themes-Shell-UI--back.csw-themes-Shell-UI--icon:hover line {
          stroke: rgb(0, 120, 70);
          stroke: var(--button-back-icon-hover-foreground-color);
        }
@media (min-width: 576px) {
.csw-themes-Shell-UI--button.csw-themes-Shell-UI--back {
      display: block;
      background-color: transparent;
      background-color: var(--button-back-background-color);
      color: rgb(248, 248, 248);
      color: var(--button-back-foreground-color)
  }
      .csw-themes-Shell-UI--button.csw-themes-Shell-UI--back path {
        fill: rgb(248, 248, 248);
        fill: var(--button-back-foreground-color);
      }
      .csw-themes-Shell-UI--button.csw-themes-Shell-UI--back path, .csw-themes-Shell-UI--button.csw-themes-Shell-UI--back line {
        stroke: rgb(248, 248, 248);
        stroke: var(--button-back-foreground-color);
      }
      .csw-themes-Shell-UI--button.csw-themes-Shell-UI--back:hover {
        background-color: transparent;
        background-color: var(--button-back-hover-background-color);
        color: rgb(254, 254, 254);
        color: var(--button-back-hover-foreground-color);
      }
        .csw-themes-Shell-UI--button.csw-themes-Shell-UI--back:hover path {
          fill: rgb(254, 254, 254);
          fill: var(--button-back-hover-foreground-color);
        }
        .csw-themes-Shell-UI--button.csw-themes-Shell-UI--back:hover path, .csw-themes-Shell-UI--button.csw-themes-Shell-UI--back:hover line {
          stroke: rgb(254, 254, 254);
          stroke: var(--button-back-hover-foreground-color);
        }
    }
.csw-themes-Shell-UI--center {
  text-align: center;
}

.csw-themes-Shell-UI--progress-bar {
  align-items: center;
  background-color: rgba(0, 152, 92, 0.5);
  background-color: var(--progress-bar-color);
  display: flex;
  justify-content: center;
  height: 8px;
  position: relative;
}

.csw-themes-Shell-UI--progress-bar .csw-themes-Shell-UI--indicator {
    background-color: rgb(0, 152, 92);
    background-color: var(--progress-bar-indicator-color);
    height: 100%;
    left: 0;
    position: absolute;
    transition: width .4s ease;
  }

.csw-themes-Shell-UI--progress-bar .csw-themes-Shell-UI--indicator-label {
    display: none;
    color: rgb(248, 248, 248);
    color: var(--progress-bar-indicator-label-color);
    font-size: 14px;
    font-weight: 400;
    filter: drop-shadow(0 0 2px #333333);
    z-index: 1;
  }

.csw-themes-Shell-UI--progress-bar.csw-themes-Shell-UI--with-label {
    height: 28px;
  }

.csw-themes-Shell-UI--progress-bar.csw-themes-Shell-UI--with-label .csw-themes-Shell-UI--indicator-label {
      display: block;
    }
.csw-themes-Shell-UI--question {
  display: block;
  border: none;
  margin: 30px 0 0 0;
  padding: 0;
}
.csw-themes-Shell-UI--question legend, .csw-themes-Shell-UI--question > .csw-themes-Shell-UI--label {
    display: block;
    font-size: 20px;
    margin: 0;
    width: 100%;
  }
.csw-themes-Shell-UI--question > .csw-themes-Shell-UI--hint {
    color: rgb(102, 102, 102);
    color: var(--hint-color);
    display: block;
    font-size: 16px;
  }
.csw-themes-Shell-UI--question textarea {
    background-color: rgb(254, 254, 254);
    background-color: var(--input-background-color);
    border-style: solid;
    border-color: #999999;
    border-color: var(--input-border-color);
    border-width: 1px;
    box-sizing: border-box;
    color: rgb(24, 32, 24);
    color: var(--input-foreground-color);
    display: block;
    font-family: Roboto, "Segoe UI", Arial, Helvetica;
    font-family: var(--font-family);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    min-height: calc(3 * 1.2em + 2 * (.5em + 1px));
    padding: .5em;
    resize: vertical;
    width: 100%;
  }
.csw-themes-Shell-UI--question input[type=text], .csw-themes-Shell-UI--question input[type=number], .csw-themes-Shell-UI--question input[type=tel], .csw-themes-Shell-UI--question select {
    background-color: rgb(254, 254, 254);
    background-color: var(--input-background-color);
    border-style: solid;
    border-color: #999999;
    border-color: var(--input-border-color);
    border-width: 1px;
    box-sizing: border-box;
    color: rgb(24, 32, 24);
    color: var(--input-foreground-color);
    display: block;
    font-family: Roboto, "Segoe UI", Arial, Helvetica;
    font-family: var(--font-family);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    padding: .5em;
    width: 100%;
  }
.csw-themes-Shell-UI--question select option {
    font-family: Roboto, "Segoe UI", Arial, Helvetica;
    font-family: var(--font-family);
    font-size: 20px;
    font-weight: 400;
  }
.csw-themes-Shell-UI--question .csw-themes-Shell-UI--check {
    background-color: rgb(254, 254, 254);
    background-color: var(--input-background-color);
    border: 2px solid #999999;
    border: 2px solid var(--input-border-color);
    box-sizing: border-box;
    content: '';
    display: block;
    height: 26px;
    left: 12px;
    padding: 4px;
    position: absolute;
    top: 12px;
    transition: border-color .25s ease .1s;
    width: 26px;
  }
.csw-themes-Shell-UI--question .csw-themes-Shell-UI--check::before {
      background-color: transparent;
      content: '';
      display: block;
      height: 100%;
      transition: background-color .25s ease;
      width: 100%;
    }
.csw-themes-Shell-UI--question input[type=radio], .csw-themes-Shell-UI--question input[type=checkbox] {
    height: 26px;
    left: 16px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 12px;
    visibility: hidden;
    width: 26px;
  }
.csw-themes-Shell-UI--question input[type=radio]:checked ~ .csw-themes-Shell-UI--check, .csw-themes-Shell-UI--question input[type=checkbox]:checked ~ .csw-themes-Shell-UI--check {
      border-color: rgb(0, 152, 92);
      border-color: var(--input-check-color);
    }
.csw-themes-Shell-UI--question input[type=radio]:checked ~ .csw-themes-Shell-UI--check::before, .csw-themes-Shell-UI--question input[type=checkbox]:checked ~ .csw-themes-Shell-UI--check::before {
        background-color: rgb(0, 152, 92);
        background-color: var(--input-check-color);
      }
.csw-themes-Shell-UI--question input[type=radio] ~ .csw-themes-Shell-UI--check {
    border-radius: 100%;
  }
.csw-themes-Shell-UI--question input[type=radio] ~ .csw-themes-Shell-UI--check::before {
      border-radius: 100%;
    }
.csw-themes-Shell-UI--question.csw-themes-Shell-UI--invalid textarea, .csw-themes-Shell-UI--question.csw-themes-Shell-UI--invalid input[type=text], .csw-themes-Shell-UI--question.csw-themes-Shell-UI--invalid input[type=number], .csw-themes-Shell-UI--question.csw-themes-Shell-UI--invalid input[type=tel], .csw-themes-Shell-UI--question.csw-themes-Shell-UI--invalid select, .csw-themes-Shell-UI--question.csw-themes-Shell-UI--invalid input[type=radio] ~ .csw-themes-Shell-UI--check, .csw-themes-Shell-UI--question.csw-themes-Shell-UI--invalid input[type=checkbox] ~ .csw-themes-Shell-UI--check {
      border-color: rgb(192, 0, 0);
      border-color: var(--error-color);
    }
.csw-themes-Shell-UI--score-question legend {
    margin: 0;
  }
.csw-themes-Shell-UI--options {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media (min-width: 576px) {
.csw-themes-Shell-UI--options {
    align-items: flex-start
}
  }
.csw-themes-Shell-UI--options.csw-themes-Shell-UI--horizontal {
    flex-direction: row;
    flex-wrap: wrap;
  }
.csw-themes-Shell-UI--options.csw-themes-Shell-UI--horizontal .csw-themes-Shell-UI--option {
      flex: 1 0 auto;
    }
@media (min-width: 576px) {
.csw-themes-Shell-UI--options.csw-themes-Shell-UI--horizontal .csw-themes-Shell-UI--option {
        flex-grow: 0
    }
      }
.csw-themes-Shell-UI--option {
  background-color: rgb(254, 254, 254);
  background-color: var(--option-background-color);
  border-color: rgba(200, 200, 200, 0.8);
  border-color: var(--option-border-color);
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  cursor: default;
  display: block;
  font-size: 18px;
  line-height: 30px;
  min-height: 30px;
  padding: 10px 10px 10px 50px;
  position: relative;
}
.csw-themes-Shell-UI--option:hover {
    background-color: rgb(248, 248, 248);
    background-color: var(--option-hover-background-color);
  }
@media (min-width: 576px) {
.csw-themes-Shell-UI--option {
    background-color: transparent;
    border: none
}
  }
.csw-themes-Shell-UI--extra-options {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  justify-content: flex-start;
}
.csw-themes-Shell-UI--extra-option {
  display: block;
  font-size: 18px;
  line-height: 30px;
  min-height: 30px;
  background-color: transparent;
  border-style: none;
  border-width: 0;
  padding: 10px 0px 10px 43px;
  margin: 0 10px;
}
.csw-themes-Shell-UI--extra-option:first-child {
    margin-right: 0;
  }
.csw-themes-Shell-UI--extra-option:last-child {
    margin-left: 0;
  }
.csw-themes-Shell-UI--extra-option input[type=radio], .csw-themes-Shell-UI--extra-option input[type=checkbox] {
    left: 4px;
  }
.csw-themes-Shell-UI--extra-option input[type=radio] ~ .csw-themes-Shell-UI--check, .csw-themes-Shell-UI--extra-option input[type=checkbox] ~ .csw-themes-Shell-UI--check {
      left: 0px;
    }
.csw-themes-Shell-UI--score-options-hint,
.csw-themes-Shell-UI--agree-disagree-options-hint,
.csw-themes-Shell-UI--satisfaction-options-hint {
  display: flex;
  flex-wrap: nowrap;
  font-size: 14px;
  font-weight: 300;
  justify-content: space-between;
  margin-top: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.csw-themes-Shell-UI--score-options-hint > div:last-child, .csw-themes-Shell-UI--agree-disagree-options-hint > div:last-child, .csw-themes-Shell-UI--satisfaction-options-hint > div:last-child {
    text-align: right;
  }
.csw-themes-Shell-UI--score-options,
.csw-themes-Shell-UI--agree-disagree-options,
.csw-themes-Shell-UI--satisfaction-options {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.csw-themes-Shell-UI--score-options {
  font-size: 20px;
}
@media (min-width: 576px) {
.csw-themes-Shell-UI--score-options {
    font-size: 24px
}
  }
.csw-themes-Shell-UI--agree-disagree-options,
.csw-themes-Shell-UI--satisfaction-options {
  font-size: 24px;
}
.csw-themes-Shell-UI--score-option,
.csw-themes-Shell-UI--agree-disagree-option,
.csw-themes-Shell-UI--satisfaction-option {
  background-color: rgb(24, 32, 24);
  background-color: var(--score-option-background-color);
  color: rgb(248, 248, 248);
  color: var(--score-option-foreground-color);
  cursor: default;
  display: flex;
  flex-flow: column;
  justify-content: center;
  flex-grow: 1;
  font-weight: bold;
  margin: 5px 0;
  padding: 10px 2px;
  position: relative;
  text-align: center;
  transition-duration: .4s;
  transition-property: background-color, margin, padding;
  transition-timing-function: ease;
}
.csw-themes-Shell-UI--score-option .csw-themes-Shell-UI--label, .csw-themes-Shell-UI--agree-disagree-option .csw-themes-Shell-UI--label, .csw-themes-Shell-UI--satisfaction-option .csw-themes-Shell-UI--label {
    display: block;
    text-align: center;
  }
.csw-themes-Shell-UI--score-option .csw-themes-Shell-UI--check, .csw-themes-Shell-UI--agree-disagree-option .csw-themes-Shell-UI--check, .csw-themes-Shell-UI--satisfaction-option .csw-themes-Shell-UI--check {
    display: none;
  }
.csw-themes-Shell-UI--score-option input[type=radio], .csw-themes-Shell-UI--agree-disagree-option input[type=radio], .csw-themes-Shell-UI--satisfaction-option input[type=radio] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    visibility: hidden;
  }
.csw-themes-Shell-UI--score-option:hover, .csw-themes-Shell-UI--agree-disagree-option:hover, .csw-themes-Shell-UI--satisfaction-option:hover {
    margin-top: 3px;
    margin-bottom: 3px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
.csw-themes-Shell-UI--score-option.csw-themes-Shell-UI--checked, .csw-themes-Shell-UI--agree-disagree-option.csw-themes-Shell-UI--checked, .csw-themes-Shell-UI--satisfaction-option.csw-themes-Shell-UI--checked {
    background-color: rgb(0, 152, 92);
    background-color: var(--score-option-checked-background-color);
    color: rgb(254, 254, 254);
    color: var(--score-option-checked-foreground-color);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

@media (min-width: 576px) {
  .csw-themes-Shell-UI--agree-disagree-options-hint,
  .csw-themes-Shell-UI--satisfaction-options-hint {
    display: none;
  }
}
@media (min-width: 576px) {
.csw-themes-Shell-UI--agree-disagree-option,
.csw-themes-Shell-UI--satisfaction-option {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    box-sizing: content-box
}
  }
.csw-themes-Shell-UI--agree-disagree-option .csw-themes-Shell-UI--label, .csw-themes-Shell-UI--satisfaction-option .csw-themes-Shell-UI--label {
    white-space: pre-line;
  }
@media (min-width: 576px) {
.csw-themes-Shell-UI--agree-disagree-option .csw-themes-Shell-UI--label.csw-themes-Shell-UI--tiny-device, .csw-themes-Shell-UI--satisfaction-option .csw-themes-Shell-UI--label.csw-themes-Shell-UI--tiny-device {
        display: none
    }
      }
.csw-themes-Shell-UI--agree-disagree-option .csw-themes-Shell-UI--label.csw-themes-Shell-UI--small-device, .csw-themes-Shell-UI--satisfaction-option .csw-themes-Shell-UI--label.csw-themes-Shell-UI--small-device {
      display: none;
    }
@media (min-width: 576px) {
.csw-themes-Shell-UI--agree-disagree-option .csw-themes-Shell-UI--label.csw-themes-Shell-UI--small-device, .csw-themes-Shell-UI--satisfaction-option .csw-themes-Shell-UI--label.csw-themes-Shell-UI--small-device {
        display: block
    }
      }
.csw-themes-Shell-UI--content.csw-themes-Shell-UI--ident .csw-themes-Shell-UI--question {
    margin: 3em auto 0 auto;
  }
@media (min-width: 576px) {
.csw-themes-Shell-UI--content.csw-themes-Shell-UI--ident .csw-themes-Shell-UI--question {
      width: 25em
  }
    }
.csw-themes-Shell-UI--content.csw-themes-Shell-UI--ident .csw-themes-Shell-UI--error {
    margin: .5em auto;
  }
@media (min-width: 576px) {
.csw-themes-Shell-UI--content.csw-themes-Shell-UI--ident .csw-themes-Shell-UI--error {
      width: 25em
  }
    }
.csw-themes-Shell-UI--content.csw-themes-Shell-UI--ident .csw-themes-Shell-UI--button-container {
    margin: 2em auto;
  }
@media (min-width: 576px) {
.csw-themes-Shell-UI--content.csw-themes-Shell-UI--ident .csw-themes-Shell-UI--button-container {
      width: 25em
  }
    }
.csw-themes-Shell-UI--content.csw-themes-Shell-UI--ident .csw-themes-Shell-UI--button.csw-themes-Shell-UI--primary {
    border: 1px solid rgb(254, 254, 254);
    border: 1px solid var(--button-primary-hover-foreground-color);
  }
.csw-themes-Shell-UI--limit {
  display: block;
  font-size: 16px;
  text-align: right;
}
.csw-themes-Shell-UI--limit.csw-themes-Shell-UI--exceeded {
    color: rgb(192, 0, 0);
    color: var(--error-color);
  }
.csw-themes-Shell-UI--error {
  margin-top: 10px;
  color: rgb(192, 0, 0);
  color: var(--error-color);
}
.csw-themes-Shell-UI--upload-question .csw-themes-Shell-UI--button {
    font-size: 20px;
    height: 53px;
    line-height: 53px;
    padding: 0 36px;
  }

.csw-themes-Shell-UI--file-list {
  margin: 0 0 16px 0;
  padding: 0;
}

.csw-themes-Shell-UI--file-list > li {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: stretch;
    list-style: none;
  }

.csw-themes-Shell-UI--file-list > li .csw-themes-Shell-UI--icon {
      position: absolute;
      height: 25px;
      left: 16px;
      top: 13px;
    }

.csw-themes-Shell-UI--file-list > li .csw-themes-Shell-UI--file-name {
      flex: 1 0 auto;
      max-width: calc(100% - 30px);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

.csw-themes-Shell-UI--file-list > li .csw-themes-Shell-UI--file-size {
      color: rgb(102, 102, 102);
      color: var(--hint-color);
      font-size: 14px;
    }

.csw-themes-Shell-UI--file-list > li > button {
      flex: 0 0 auto;
      background: none;
      border: none;
      cursor: pointer;
      font-size: 20px;
    }

