#totalpoll-upgrade-to-pro {
  box-sizing: border-box;
  text-align: center;
}
#totalpoll-upgrade-to-pro * {
  box-sizing: inherit;
}
#totalpoll-upgrade-to-pro h1 {
  margin-top: 2rem;
  padding: 0.5rem 0;
}
#totalpoll-upgrade-to-pro p {
  opacity: 0.7;
  margin: 0;
}
#totalpoll-upgrade-to-pro h3 {
  margin: 1rem 0 0.5rem;
}
#totalpoll-upgrade-to-pro .totalpoll-pro-benefits {
  max-width: 960px;
  margin: 3rem auto;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
#totalpoll-upgrade-to-pro .totalpoll-pro-benefits img {
  margin-bottom: 1rem;
}
#totalpoll-upgrade-to-pro .totalpoll-pro-benefits .totalpoll-column {
  padding: 0 2rem;
}
#totalpoll-upgrade-to-pro .totalpoll-pro-benefits .totalpoll-column + .totalpoll-column {
  border-left: 1px solid #f1f1f1;
}
#totalpoll-upgrade-to-pro .totalpoll-pro-benefits-body {
  padding: 3rem 1rem;
}
#totalpoll-upgrade-to-pro .totalpoll-pro-benefits-footer {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 3rem 3rem 3rem 200px;
  text-align: left;
  border-top: 1px solid #f1f1f1;
  background: linear-gradient(-35deg, rgb(250, 250, 250) 0%, rgb(255, 255, 255) 50%);
}
@keyframes rocket {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.25);
  }
}
#totalpoll-upgrade-to-pro .totalpoll-pro-benefits-footer img {
  position: absolute;
  bottom: -10px;
  left: -20px;
  margin: 0;
  width: 200px;
  animation: rocket 15s ease-in-out alternate infinite;
}
#totalpoll-upgrade-to-pro .totalpoll-pro-benefits-footer h3 {
  color: #0073aa;
  font-size: 24px;
  margin: 0 0 0.5rem;
}
#totalpoll-upgrade-to-pro .totalpoll-pro-benefits-footer .totalpoll-pro-upgrade-cta {
  display: inline-block;
  padding: 1.25rem 2rem;
  color: #ffffff;
  background: #00AA7B;
  border-radius: 0.5rem;
  margin-left: auto;
  text-decoration: none;
  font-size: 18px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  transition: all 300ms ease-out;
}
#totalpoll-upgrade-to-pro .totalpoll-pro-benefits-footer .totalpoll-pro-upgrade-cta:hover, #totalpoll-upgrade-to-pro .totalpoll-pro-benefits-footer .totalpoll-pro-upgrade-cta:focus {
  background: #00c48d;
  transform: scale(1.025);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
#totalpoll-upgrade-to-pro .totalpoll-pro-features-comparison {
  position: relative;
  height: 450px;
  overflow: hidden;
}
#totalpoll-upgrade-to-pro .totalpoll-pro-features-comparison table {
  text-align: left;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
#totalpoll-upgrade-to-pro .totalpoll-pro-features-comparison table th, #totalpoll-upgrade-to-pro .totalpoll-pro-features-comparison table td {
  padding: 1rem;
  font-weight: 400;
}
#totalpoll-upgrade-to-pro .totalpoll-pro-features-comparison table th:nth-child(2), #totalpoll-upgrade-to-pro .totalpoll-pro-features-comparison table th:nth-child(3), #totalpoll-upgrade-to-pro .totalpoll-pro-features-comparison table td:nth-child(2), #totalpoll-upgrade-to-pro .totalpoll-pro-features-comparison table td:nth-child(3) {
  text-align: center;
  width: 15%;
}
#totalpoll-upgrade-to-pro .totalpoll-pro-features-comparison table td:nth-child(3) {
  color: #0073aa;
  width: 27%;
}
#totalpoll-upgrade-to-pro .totalpoll-pro-features-comparison table td + td {
  border-left: 1px solid #f1f1f1;
}
#totalpoll-upgrade-to-pro .totalpoll-pro-features-comparison table th {
  font-size: 18px;
}
#totalpoll-upgrade-to-pro .totalpoll-pro-features-comparison table thead tr {
  background: #0073aa;
  color: #ffffff;
}
#totalpoll-upgrade-to-pro .totalpoll-pro-features-comparison table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
#totalpoll-upgrade-to-pro .totalpoll-pro-features-comparison table tbody tr:nth-child(even) {
  background: #fafafa;
}
#totalpoll-upgrade-to-pro .totalpoll-pro-features-comparison-expand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%);
  padding: 4rem 1rem 1rem;
  text-align: center;
  cursor: pointer;
}
#totalpoll-upgrade-to-pro .totalpoll-pro-features-comparison-expand .dashicons {
  transition: all 300ms ease-out;
}
#totalpoll-upgrade-to-pro .totalpoll-pro-features-comparison-expand:hover .dashicons {
  transform: translateY(0.5rem);
}
#totalpoll-upgrade-to-pro .totalpoll-pro-features-comparison.expanded {
  overflow: visible;
  height: auto;
}
#totalpoll-upgrade-to-pro .totalpoll-pro-features-comparison.expanded .totalpoll-pro-features-comparison-expand {
  display: none;
}