<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'UniversLTStd-Bold';
  src: url("UniversLTStd-Bold.otf");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'UniversLTStd-Cn';
  src: url("UniversLTStd-Cn.eot");
  src: url("../fonts/UniversLTStd-Cn.eot?#iefix") format("embedded-opentype"), url("UniversLTStd-Cn.woff2") format("woff2"), url("UniversLTStd-Cn.woff") format("woff"), url("UniversLTStd-Cn.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'UniversLTStd-BoldCn';
  src: url("UniversLTStd-BoldCn.eot");
  src: url("../fonts/UniversLTStd-BoldCn.eot?#iefix") format("embedded-opentype"), url("UniversLTStd-BoldCn.woff2") format("woff2"), url("UniversLTStd-BoldCn.woff") format("woff"), url("UniversLTStd-BoldCn.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0; }

html,
body {
  width: 100%;
  height: auto;
  min-height: 100%;
  background-color: #f5dae6;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'UniversLTStd', Arial, sans-serif;
  font-size: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 400px) {
    html,
    body {
      font-size: calc(12px + 0.4vw); } }
  @media (min-width: 1500px) {
    html,
    body {
      font-size: 18px; } }

body {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  opacity: 0; }

.wrapper {
  max-width: 1500px;
  margin: 0 auto; }

.hide {
  display: none !important; }

.legal {
  font-size: .95rem;
  line-height: 1.5;
  display: block;
  width: 100%;
  margin-bottom: .5rem; }
  .legal span {
    color: #00aeef;
    text-decoration: underline;
    cursor: pointer; }

img,
button,
label {
  display: block; }

h1,
h2,
h3 {
  font-family: 'UniversLTStd-Bold', Arial, sans-serif;
  font-weight: normal; }

h1, h2 {
  font-size: 2.5rem;
  line-height: 1.25;
  text-align: center; }
  @media all and (min-width: 1200px) {
    h1, h2 {
      font-size: 3.5rem; } }

@media all and (min-width: 1200px) {
  h2 {
    font-size: 2.5rem; } }

main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0;
  overflow: scroll; }

section {
  display: none;
  position: absolute;
  padding: 3rem 0 5rem;
  width: 80%; }
  section.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

button, a {
  cursor: pointer; }

a {
  color: #00aeef; }

.logo {
  width: 60%;
  margin: 0 auto 3rem;
  max-width: 300px; }
  @media all and (min-width: 750px) {
    .logo {
      width: 35%;
      margin: 0 0 3rem;
      -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
              align-self: flex-start; } }

.headline {
  margin-bottom: 1.5rem; }

.bodyCopy {
  font-size: 1.25rem;
  line-height: 1.35;
  margin-bottom: 1.5rem;
  font-family: 'UniversLTStd-Bold', Arial, sans-serif; }

form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  font-family: 'UniversLTStd-Cn', Arial, sans-serif; }

.input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1.5rem; }
  .input.half {
    width: 100%; }
    @media all and (min-width: 750px) {
      .input.half {
        width: 49%; } }
  .input.third {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .input.third input, .input.third select {
      width: 30%; }
  .input label, .input .title {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: .5rem; }
  .input input,
  .input select,
  .input textarea {
    width: 100%;
    background-color: #ffffff;
    border-radius: 0;
    border-top: 1px solid #404040;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    color: #000000;
    font-size: 1.25rem;
    font-weight: 500;
    padding: .5rem;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .input input::-webkit-input-placeholder, .input select::-webkit-input-placeholder, .input textarea::-webkit-input-placeholder {
      color: #000000; }
    .input input::-moz-placeholder, .input select::-moz-placeholder, .input textarea::-moz-placeholder {
      color: #000000; }
    .input input:-ms-input-placeholder, .input select:-ms-input-placeholder, .input textarea:-ms-input-placeholder {
      color: #000000; }
    .input input::-ms-input-placeholder, .input select::-ms-input-placeholder, .input textarea::-ms-input-placeholder {
      color: #000000; }
    .input input::placeholder,
    .input select::placeholder,
    .input textarea::placeholder {
      color: #000000; }
    .input input.invalid,
    .input select.invalid,
    .input textarea.invalid {
      background-color: #fff605 !important; }
  .input select {
    background: #ffffff url("icon-dropdownArrow.png") no-repeat;
    background-position: center right;
    background-size: auto 100%; }

.radioWrap {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .radioWrap label {
    width: 100%;
    text-align: center; }
  .radioWrap .radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0.5rem 1.5rem 0 0; }
    .radioWrap .radio label {
      margin: 0 0 0 1rem;
      color: #000000; }
    .radioWrap .radio input[type="radio"] {
      background-color: #fff;
      width: 25px;
      height: 25px;
      vertical-align: middle;
      border: none;
      border-radius: 50%;
      -webkit-appearance: none;
      padding: 0;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
      .radioWrap .radio input[type="radio"].invalid {
        background-color: #fff605 !important; }
    .radioWrap .radio input[type="radio"]:checked {
      background-color: #00aeef; }

.check {
  margin: 0 0 1.25rem 0; }
  .check label {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    width: calc(100% - 45px);
    padding-left: 1rem;
    font-size: 1rem;
    font-weight: 500; }
  .check input[type="checkbox"] {
    background-color: #ffffff;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    border: none;
    border-radius: 50%;
    -webkit-appearance: none;
    padding: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .check input[type="checkbox"]:checked {
    background-color: #00aeef; }

.btn {
  position: relative;
  padding: 1rem 3rem .75rem;
  border-radius: 1.75rem;
  background-color: #00aeef;
  border: 0;
  color: #ffffff;
  font-family: 'UniversLTStd-Bold', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 3rem; }
  .btn:active {
    -webkit-transform: scale3d(0.95, 0.95, 1);
            transform: scale3d(0.95, 0.95, 1); }
  .btn:disabled {
    background-color: gray;
    opacity: .5; }
  .btn .loader {
    opacity: 0;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto !important;
    height: 80%;
    width: auto; }
  .btn.loading {
    color: #00aeef; }
    .btn.loading .loader {
      opacity: 1;
      z-index: 1; }

.modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5%; }
  .modal .modalText {
    width: 90%;
    height: 100%;
    overflow: scroll;
    min-height: 30vh;
    background: #fff;
    padding: 2rem;
    position: relative;
    border-radius: 5px; }
    .modal .modalText h1, .modal .modalText p, .modal .modalText ul, .modal .modalText ol {
      margin-bottom: 1rem; }
    .modal .modalText ul, .modal .modalText ol {
      width: 95%;
      margin-left: 5%; }
    .modal .modalText h2, .modal .modalText li {
      margin-bottom: .5rem; }
    .modal .modalText h2 {
      font-size: 2rem;
      line-height: 1.25;
      text-align: center;
      text-transform: uppercase; }
    .modal .modalText p, .modal .modalText li {
      font-size: 1.5rem;
      line-height: 1.25; }
    .modal .modalText .exit {
      position: absolute;
      top: 1rem;
      right: 1rem;
      background-color: #00aeef;
      font-family: 'UniversLTStd-BoldCn', Arial, sans-serif;
      color: #ffffff;
      width: 2rem;
      height: 2rem;
      padding: .1rem;
      border-radius: 50%;
      font-size: 1.5rem;
      line-height: 1.2;
      text-align: center; }

#start .startWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media all and (min-width: 750px) {
    #start .startWrap {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media all and (min-width: 750px) {
    #start .startWrap .leftCol {
      width: 45%; } }
  @media all and (min-width: 750px) {
    #start .startWrap .headline {
      text-align: left; } }
  #start .startWrap .btn {
    margin: 0 auto 3rem; }
    @media all and (min-width: 750px) {
      #start .startWrap .btn {
        margin: 0 auto 0 0; } }

#start .video {
  width: 100%;
  height: auto; }
  @media all and (min-width: 750px) {
    #start .video {
      width: 45%; } }

.reg.startBG {
  background: #f5dae6 url("bg-start.jpg") no-repeat;
  background-position: center center;
  background-size: cover; }

.reg.voteBG {
  background: #f5dae6 url("bg-finalist.jpg") no-repeat;
  background-position: center center;
  background-size: cover; }

.reg.dataBG {
  background: #f5dae6 url("bg-data.jpg") no-repeat;
  background-position: center center;
  background-size: cover; }

.reg #data .btn {
  margin: 3rem auto 0; }
  @media all and (min-width: 750px) {
    .reg #data .btn {
      margin: 3rem 0 0 auto; } }

#vote .bodyCopy {
  text-align: center; }

#vote h2 {
  margin: 2rem 0 1.5rem; }

#vote p {
  font-family: 'UniversLTStd-Bold', Arial, sans-serif; }

@media all and (min-width: 750px) {
  #vote form .radioWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

#vote form .radioWrap .radio {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0; }
  @media all and (min-width: 750px) {
    #vote form .radioWrap .radio {
      width: 45%;
      margin: 0; } }
  @media all and (max-width: 750px) {
    #vote form .radioWrap .radio {
      padding: 1rem 0; } }
  #vote form .radioWrap .radio img {
    width: 100%; }
  #vote form .radioWrap .radio input {
    margin: 1.5rem 0; }

#vote .btn {
  margin: 3rem auto 1.5rem; }

#vote hr {
  width: 100%;
  border: 1px solid #ffffff;
  margin-bottom: 1.5rem; }

#vote .videoVoteWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }
  @media all and (min-width: 750px) {
    #vote .videoVoteWrap {
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  #vote .videoVoteWrap .videoVoteVideo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 0 1rem; }
    #vote .videoVoteWrap .videoVoteVideo p {
      text-align: center;
      margin: 1rem 0; }
    @media all and (max-width: 750px) {
      #vote .videoVoteWrap .videoVoteVideo {
        padding: 1rem 0; } }
  #vote .videoVoteWrap .videoVote {
    width: 100%; }
    #vote .videoVoteWrap .videoVote .runnerImg {
      width: 100%; }
    #vote .videoVoteWrap .videoVote p {
      text-align: center;
      margin: 1.5rem 0; }

.thanks {
  background: #f5dae6 url("bg-thanks.jpg") no-repeat;
  background-position: center center;
  background-size: cover; }
  .thanks hr {
    width: 100%;
    border: 1px solid #004d72;
    margin-bottom: 1.5rem; }
  .thanks h1 {
    font-size: 2.5rem; }
  .thanks h2 {
    font-size: 1.5rem; }
  .thanks .socialWrap {
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .thanks .socialWrap h3 {
      width: 100%;
      text-transform: uppercase;
      text-align: center; }
    .thanks .socialWrap div {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .thanks .socialWrap div a {
        margin: 1rem; }
        .thanks .socialWrap div a img {
          height: 35px;
          width: auto; }
  .thanks .socialShareImg {
    width: 100%;
    margin: 0 auto 1.5rem;
    max-width: 600px; }
  .thanks .bodyCopy {
    text-align: center; }
  .thanks .codeCopy {
    font-size: 1.35rem;
    line-height: 1.35;
    margin-bottom: 1.5rem;
    font-family: 'UniversLTStd-Bold', Arial, sans-serif;
    text-align: center;
    color: #004d72; }
    .thanks .codeCopy a {
      color: #004d72; }
  .thanks .finalistWrap {
    width: 100%;
    max-width: 600px;
    margin: 0 auto; }
    .thanks .finalistWrap .finalist img {
      width: 100%;
      padding: 1rem 0; }
    .thanks .finalistWrap .finalist p {
      font-size: 1.25rem;
      font-family: 'UniversLTStd-Bold', Arial, sans-serif;
      text-align: center;
      margin: 2rem auto; }
  .thanks .legal {
    text-align: center; }

/*# sourceMappingURL=app-dftc.css.map */
</pre></body></html>