@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes growdetailtop {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 174px;
  }
}
@keyframes growdetailtop {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 174px;
  }
}
@-webkit-keyframes growdetailtopphone {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 214px;
  }
}
@keyframes growdetailtopphone {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 214px;
  }
}
@-webkit-keyframes toolbargrow {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 54px;
  }
}
@keyframes toolbargrow {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 54px;
  }
}
@-webkit-keyframes splashspinner {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes splashspinner {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hero-responsive {
  text-align: center;
}
.hero-responsive .hero-content-container {
  margin: auto;
  max-width: 1170px;
  padding: 72px 24px;
}
.hero-responsive .hero-content {
  margin: auto;
  max-width: 480px;
  width: 100%;
}
.hero-responsive .hero-img img {
  display: block;
  max-width: 100%;
}
.hero-responsive .ga-button-primary {
  margin: 24px 0;
}

@media (min-width: 1024px) {
  .hero-responsive {
    background-color: #1C1D1F;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    text-align: left;
  }
  .hero-responsive .hero-content-container {
    display: flex;
    justify-content: space-between;
    width: 90%;
  }
  .hero-responsive .hero-content {
    margin: 0;
  }
  .hero-responsive .hero-img {
    max-width: 400px;
  }
  .hero-responsive .ga-button-primary:not(.ga-button-outside) {
    background-color: #2F9B2C;
  }
  .hero-responsive .ga-button-primary:not(.ga-button-outside):hover, .hero-responsive .ga-button-primary:not(.ga-button-outside):active, .hero-responsive .ga-button-primary:not(.ga-button-outside):focus {
    background-color: #257b23;
  }
}
.feature-list-mobile .benefits-header {
  margin-bottom: 32px;
}
.feature-list-mobile .benefits-header .logo {
  height: 32px;
  width: 32px;
}
.feature-list-mobile .feature-column {
  margin: 16px 0;
  padding: 32px 0;
  text-align: center;
}
.feature-list-mobile li {
  border-top: 1px solid #939496;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  padding: 16px 10%;
  text-align: left;
}
.feature-list-mobile li strong {
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
.feature-list-mobile .free {
  background-color: #E9FCE8;
}
.feature-list-mobile .premium {
  background-color: #BEF7BC;
}
.feature-list-mobile .ga-button-primary, .feature-list-mobile .ga-button-outline {
  margin-top: 32px;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .feature-list-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .feature-list-desktop {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .feature-list-desktop {
    display: none;
  }
}

.benefits-table td:nth-child(3), .benefits-table th:nth-child(3), .benefits-table td:nth-child(2), .benefits-table th:nth-child(2) {
  background-clip: padding-box;
  padding-right: 28px;
  position: relative;
  text-align: center;
}
.benefits-table td:nth-child(3):after, .benefits-table th:nth-child(3):after, .benefits-table td:nth-child(2):after, .benefits-table th:nth-child(2):after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-left: 8px solid #FFFFFF;
}

.benefits-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 150px;
}
.benefits-header .h4 {
  margin-bottom: 0;
}
.benefits-header .pricing {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 16px;
}
.benefits-header .pricing s {
  color: #7B7B7D;
}
.benefits-header .pricing .duration {
  font-size: 70%;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  position: relative;
  top: -0.1428571429rem;
}
.benefits-header .logo {
  margin-bottom: 4px;
  margin-right: 8px;
  vertical-align: middle;
}

.benefits-table {
  margin-bottom: 64px;
  width: 100%;
}
.benefits-table thead th {
  color: #1C1D1F;
  padding: 8px 16px;
  text-align: center;
  vertical-align: bottom;
}
.benefits-table .header-features th {
  color: #FFFFFF;
  background-color: #1A4E18;
  text-align: left;
}
.benefits-table tbody tr {
  border-bottom: 1px solid #939496;
}
.benefits-table td, .benefits-table th {
  padding: 8px;
  vertical-align: middle;
}
.benefits-table th:nth-child(1) {
  font-weight: normal;
  text-align: left;
}
.benefits-table td:nth-child(2), .benefits-table th:nth-child(2) {
  background-color: #E9FCE8;
  text-align: center;
}
.benefits-table td:nth-child(3), .benefits-table th:nth-child(3) {
  background-color: #BEF7BC;
  text-align: center;
}
.benefits-table td:nth-child(4), .benefits-table th:nth-child(4) {
  text-align: center;
}
.benefits-table tfoot td {
  padding: 16px;
}
.benefits-table .check-icon {
  color: #276338;
  vertical-align: middle;
}

.coupon-disclaimer {
  font-weight: 500;
  font-variation-settings: "wght" 500;
  margin-top: 8px;
  margin-bottom: 0;
}

.card-premium-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: auto;
  max-width: 800px;
}
@media (min-width: 1200px) {
  .card-premium-container {
    max-width: none;
    flex-wrap: nowrap;
  }
}
.card-premium-container .card-premium {
  background-color: #FFFFFF;
  border-radius: 8px;
  font-size: 1.1428571429rem;
  margin: 16px;
  padding: 24px;
  width: 260px;
}
.card-premium-container .card-premium .card-header {
  background: none;
  border: none;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  margin-bottom: 16px;
  margin-top: 16px;
}
.card-premium-container .card-premium p:last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=membership.css.map */
