html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  font-family: 'GothamLight', sans-serif;
  font-size: 14px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a, button, input {
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
}

* + p {
  margin-top: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'GothamBlack';
  letter-spacing: 0.5px;
  font-weight: 500;
}

main {
  display: block;
}

template {
  display: none;
}

.has-green-background-color {
  background-color: #83bb25;
}

.has-green-color {
  color: #83bb25;
}

.has-red-background-color {
  background-color: #e74133;
}

.has-red-color {
  color: #e74133;
}

.has-blue-background-color {
  background-color: #5b57a2;
}

.has-blue-color {
  color: #5b57a2;
}

.has-dark-green-background-color {
  background-color: #0f775f;
}

.has-dark-green-color {
  color: #0f775f;
}

.has-quite-black-background-color {
  background-color: #333;
}

.has-quite-black-color {
  color: #333;
}

.has-white-background-color {
  background-color: #FFF;
}

.has-white-color {
  color: #FFF;
}

.wp-block-group {
  border-radius: 10px;
  border-top-left-radius: 0;
  overflow: hidden;
}

.wp-block-cover, .wp-block-cover-image {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 16px;
}

.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.wp-block-group.has-background > .wp-block-group__inner-container {
  padding: 16px;
}

.logo-container {
  display: none;
  position: absolute;
  top: 50px;
  left: 50px;
}

.logo-container img {
  max-height: 60px;
  width: auto;
}

.phone-content {
  background-color: #fff;
}

.app-header {
  background-color: #77C447;
  padding: 0 16px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.app-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 40px;
}

.app-logo img {
  max-height: 40px;
  width: auto;
}

.app-content {
  position: relative;
  padding: 116px 16px 96px 16px;
  background-color: #fff;
  -webkit-transition: background-color 0.2s cubic-bezier(0, 0, 0.3, 1);
  -o-transition: background-color 0.2s cubic-bezier(0, 0, 0.3, 1);
  transition: background-color 0.2s cubic-bezier(0, 0, 0.3, 1);
}

.browser-ie .app-content > article:last-child {
	margin-bottom: 80px;
}

.app-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 80px;
}

.nav-item img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}

.nav-item a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #555;
  padding: 8px;
  position: relative;
  font-size: 14px;
}

.nav-item-icon {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  margin-bottom: 4px;
}

.nav-item.current .nav-item-icon {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.nav-item .nav-item-icon-active {
  display: none;
}

.nav-item.current .nav-item-icon-active {
  display: block;
}

.nav-item.current .nav-item-icon-inactive {
  display: none;
}

.nav-item.current a:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  color: inherit;
  background-color: currentColor;
}

.nav-item.current a {
  color: #0f775f;
}

.nav-item.post-id-13.current a {
  color: #e74133;
}

.nav-item.post-id-10.current a {
  color: #83bb25;
}

.plus-polls-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 100%;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3, 1);
  -o-transition: 0.2s cubic-bezier(0, 0, 0.3, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3, 1);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.plus-polls-item + .plus-polls-item {
  margin-top: 16px;
}

.plus-polls-item input[type="radio"] {
  display: none;
}

.plus-polls-item label {
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  height: auto;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f5f5;
  border-radius: 16px;
  border-top-left-radius: 0;
  color: #0f775f;
  cursor: pointer;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3, 1);
  -o-transition: 0.2s cubic-bezier(0, 0, 0.3, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3, 1);
  will-change: background-color, color;
}

.plus-polls-item-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 16px;
}

.plus-polls-item-info {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.plus-polls-item-image-container {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.plus-polls-item-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.plus-polls-item-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.plus-polls-item input[type="radio"]:checked + label {
  background-color: #227648;
  color: #fff;
}

.plus-polls-track {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.plus-polls-container form.answer-sent {
  pointer-events: none;
}

.plus-polls-item-percentage {
  width: 100%;
  height: 22px;
  border: solid 1px currentColor;
  display: block;
  margin-top: 16px;
  position: relative;
}

.plus-polls-item-percentage .percentage {
  height: 100%;
  display: inline-block;
  background-color: currentColor;
}

.plus-polls-item-percentage .text {
  display: inline-block;
  color: currentColor;
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
  font-size: 12px;
  line-height: 20px;
}

.plus-polls-item-percentage .text.absolute {
  position: absolute;
  left: 4px;
  color: #fff;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.plus-polls-item input[type="radio"]:checked + label .plus-polls-item-percentage .text.absolute {
  color: #0f775f;
}

.plus-polls-done-container img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}

.plus-polls-done-container {
  border-radius: 10px;
  overflow: hidden;
  background-image: url(/wp-content/uploads/2020/01/plus-background-scaled.jpg);
  background-size: cover;
}

.plus-polls-done h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 32px;
}

.app-content > article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body[class*="plus-polls-active-"] .app-logo {
  margin-right: auto;
}

body[class*="plus-polls-active-"] .app-logo {
  background-image: url(/wp-content/uploads/2020/01/icons_03.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0px center;
}

body[class*="plus-polls-active-"] .app-logo img {
  opacity: 0;
}

body[class*="plus-polls-active-"] .app-header:after {
  content: '';
  background-image: url(/wp-content/uploads/2020/01/icons_05.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

body.plus-polls-active-22 .app-header:after {
  background-image: url(/wp-content/uploads/2020/01/icons_05.png);
}

body.plus-polls-active-52 .app-header:after {
  background-image: url(/wp-content/uploads/2020/01/icon-red.png);
}

body.plus-polls-active-59 .app-header:after {
  background-image: url(/wp-content/uploads/2020/01/icon-purple.png);
}

body.plus-polls-active-65 .app-header:after {
  background-image: url(/wp-content/uploads/2020/01/icon-darkgreen.png);
}

body[class*="plus-polls-active-"] .app-header {
  background-color: #fff;
}

.plus-polls-item-image-container:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-image: url(/wp-content/uploads/2020/01/11.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.plus-polls-already-done h2, .plus-polls-already-done h3 {
  width: 100%;
  text-align: center;
}

.plus-polls-already-done .plus-polls-done-container {
  margin-top: 32px;
  margin-bottom: 32px;
}

.plus-polls-container .plus-polls-already-done {
  display: none;
}

.plus-polls-container.finished .plus-polls-track {
  display: none;
}

.plus-polls-container.finished .plus-polls-already-done {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .wp-block-column:not(:first-child) {
  margin-left: 8px;
}

ul {
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  body {
    background: #fff !important;
  }
	
  .container {
    width: 100%;
  }

  .logo-container {
    display: none;
  }

  .app-content, .phone-content {
	background-color: transparent;
  }
	
  body.plus-polls-active-22 {
    background-color: #83bb25 !important;
  }

  body.plus-polls-active-52 {
    background-color: #e74133 !important;
  }

  body.plus-polls-active-59 {
    background-color: #5b57a2 !important;
  }

  body.plus-polls-active-65 {
    background-color: #0f775f !important;
  }
}

@media only screen and (min-width: 768px) {
  body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #a7c17d;
  }

  .logo-container {
    display: inline-block;
  }

  .phone-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .phone-frame {
    width: 360px;
    height: 640px;
    position: relative;
  }

  .phone-frame:after {
    content: '';
    display: block;
    position: absolute;
    top: -60px;
    left: -4px;
    height: calc(100% + 120px);
    width: calc(100% + 8px);
    background: #333;
    border-radius: 60px;
    z-index: -1;
  }

  .phone-home-button {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: calc(100% + 10px);
    width: 40px;
    height: 40px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 10px;
    background-color: #444;
  }

  .phone-content {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .app-header, .app-footer {
    position: absolute;
  }

  .app-content {
    height: 100%;
    overflow-y: auto;
  }
	
  body.plus-polls-active-22 .app-content {
    background-color: #83bb25 !important;
  }

  body.plus-polls-active-52 .app-content {
    background-color: #e74133 !important;
  }

  body.plus-polls-active-59 .app-content {
    background-color: #5b57a2 !important;
  }

  body.plus-polls-active-65 .app-content {
    background-color: #0f775f !important;
  }
}




.browser-firefox .phone-content {
  padding-bottom: 80px;
}

.wp-block-columns {
  margin-bottom: 16px;
}

.vote-block {
  font-family: 'GothamBlack', sans-serif;
}

.vote-block p {
  margin-top: 0;
}

.coins .wp-block-columns {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}

.coins .wp-block-column {
	-ms-flex-preferred-size: 50% !important;
	    flex-basis: 50% !important;
	display: inline-block;
}

.coins .wp-block-column .wp-block-column:first-child {
	-ms-flex-preferred-size: 25% !important;
	    flex-basis: 25% !important;
}

.coins .wp-block-column .wp-block-column:last-child {
	-ms-flex-preferred-size: 75% !important;
	    flex-basis: 75% !important;
}