h1 {
  font-size: 40px;
  font-family: "MuseoSansRounded-300";
}

.features-table-all {
  max-width: 980px;
  min-width: 860px;
}
.features-table-all ul {
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  list-style: none;
  -moz-column-gap: 0px;
       column-gap: 0px;
  margin-bottom: 0px;
  padding-inline-start: 0px;
}
.features-table-all ul:nth-child(even) {
  background: #ebf0f6;
}
.features-table-all ul:first-child li {
  border: 1px solid #eaeaea;
  border-left: 0px solid #eaeaea;
  padding: 2rem 1.2rem;
  border-bottom: none;
  background: white;
}
.features-table-all ul:first-child li:first-child {
  border: 0px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}
.features-table-all ul:last-child li {
  border: 1px solid #eaeaea;
  border-left: 0px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background: white;
}
.features-table-all ul:last-child li h3 {
  font-size: 1.75rem;
}
.features-table-all ul li {
  position: relative;
  padding: 1rem 1rem;
  width: 100%;
  border-left: 0px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  font-size: 1.5rem;
}
.features-table-all ul li h3 {
  font-size: 18px;
  font-family: "museosansrounded-700", sans-serif;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0.3rem;
}
.features-table-all ul li .gradient-underline {
  max-width: 100%;
}
.features-table-all ul li .period {
  display: block;
  font-family: "MuseoSansRounded-700", sans-serif;
  font-weight: 700;
  background: none;
  padding: 0;
  margin-bottom: 0px;
  margin-top: -2px;
  text-transform: none;
  color: #2b2b2b;
}
.features-table-all ul li .period span {
  display: block;
  font-family: "MuseoSansRounded-300", sans-serif;
  font-weight: 300;
  line-height: 16px;
}
.features-table-all ul li p {
  font-size: 15px;
}
.features-table-all ul li .btn {
  padding: 10px 30px 7px;
  font-size: 16px;
}
.features-table-all ul li:first-child {
  border: 0px;
  text-align: right;
  border-right: 1px solid #eaeaea;
}
.features-table-all ul li:first-child a {
  border-bottom: 1px dotted;
}
.features-table-all ul li:first-child a:hover {
  border-bottom: 1px dotted;
  color: #3c3c3b;
  text-decoration: none;
}
.features-table-all ul li.section-heading {
  background: #227661;
  border: none;
  padding: 1.5rem 1.75rem;
  text-align: left;
}
.features-table-all #monthly,
.features-table-all #yearly {
  font-family: "MuseoSansRounded-500";
  font-size: 1.75rem;
}
.features-table-all p {
  color: #333;
  margin-top: 1rem;
}
.features-table-all .section-heading h4 {
  color: white;
  font-size: 1.5rem;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.features-table-all .gradient-underline {
  width: 100%;
  margin-bottom: 10px;
}
.features-table-all .popular-label {
  display: inline-block;
  background: #cf1855;
  width: auto;
  color: white;
  border-radius: 5px;
  font-size: 14px;
  padding: 4px 10px 3px;
  position: absolute;
  top: -15px;
}
.features-table-all .price {
  color: #285e77;
  font-size: 2rem;
  font-family: "museosansrounded-700", sans-serif;
}
.features-table-all .table-footer li {
  padding: 1.7rem 1.2rem 2.3rem;
}
.features-table-all .table-footer .price {
  margin-top: 8px;
  display: block;
}
.features-table-all .table-footer .period {
  margin-bottom: 14px;
  text-transform: none;
}

/* Switcher */
.switch-container {
  position: absolute;
  top: -150px;
  left: 50%;
  margin-left: -105px;
}
@media (min-width: 768px) {
  .switch-container {
    right: 17px;
    left: auto;
    margin-left: 0px;
  }
}

.switch-wrap {
  font-size: 14px;
  font-weight: 300;
  width: 210px;
  padding-top: 8px;
  padding-bottom: 2px;
  margin: 0px !important;
  border-radius: 50px;
  color: white;
  background: #042c28;
  border: 2px solid #ffffff;
}
.switch-wrap .switcher-col {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: white;
}
.switch-wrap .switcher {
  position: relative;
  cursor: pointer;
  width: 55px;
  height: 28px;
  border-radius: 40px;
  border: 1px solid #ffffff;
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.11);
  padding: 1px 0px;
}
.switch-wrap .switcher.left::after {
  transform: translateX(1px);
}
.switch-wrap .switcher.right::after {
  transform: translateX(28px);
}
.switch-wrap .switcher::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
}/*# sourceMappingURL=all-features.css.map */