@font-face {
  font-family: "Inter";
  font-weight: 400;
  src: url("fonts/Inter-400.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-weight: 600;
  src: url("fonts/Inter-600.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter.woff2") format("woff2");
}
body {
  font-family: Inter;
  background: #f5f5f5;
  margin: 0;
}

main {
  max-width: 58.5rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
main * {
  box-sizing: border-box;
}

.c-header__wrapper {
  max-width: 58.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 3rem auto 2.5rem auto;
}
@media (max-width: 750px) {
  .c-header__wrapper {
    margin: 1.5rem auto;
  }
}

.c-header__logo svg {
  width: 11.3rem;
}
@media (max-width: 750px) {
  .c-header__logo svg {
    width: 7.8rem;
  }
}

.c-header__title {
  color: #002729;
  font-family: Inter;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0.8rem 0 1.3rem 0;
}
@media (max-width: 750px) {
  .c-header__title {
    margin: 0.5rem 0 0.25rem 0;
    font-size: 1.4375rem;
  }
}

.c-header__headline {
  color: #002729;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.c-subscribe-slider {
  background-color: #fff;
  border-radius: 1rem;
}

.c-subscribe-slider__tab {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.87rem;
  padding: 1.25rem 2.91rem;
  border-bottom: 1px solid #eee;
}
@media (max-width: 750px) {
  .c-subscribe-slider__tab {
    padding: 1rem;
    gap: 0;
  }
}

.c-tab-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 750px) {
  .c-tab-item {
    flex-direction: column;
    flex-basis: 0;
  }
  .c-tab-item:first-child {
    padding-right: 0.6rem;
  }
}

.c-tab__separator {
  flex-grow: 1;
  background: #f5f5f5;
  height: 0.25rem;
  transition: 0.6s;
  min-width: 1rem;
  position: relative;
  top: 1.2rem;
}
.c-tab__separator.is-active {
  background-color: #002729;
}
@media (max-width: 750px) {
  .c-tab__separator {
    top: 0.9rem;
  }
}

.c-tab-item__number {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #404040;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: normal;
  transition: 0.6s;
}
@media (max-width: 750px) {
  .c-tab-item__number {
    width: 2rem;
    height: 2rem;
    font-size: 1.125rem;
    border-radius: 0.5rem;
  }
}
.is-active .c-tab-item__number {
  color: #fff;
  background: #002729;
}

.c-tab-item__text {
  color: #404040;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.c-tab-item__text p {
  display: inline-block;
  margin: 0;
}
@media (min-width: 750px) {
  .c-tab-item__text p {
    display: none;
  }
}
@media (max-width: 750px) {
  .c-tab-item__text {
    text-align: center;
    font-size: 0.6875rem;
  }
  .c-tab-item__text span:first-child {
    display: none;
  }
}
.is-active .c-tab-item__text {
  font-weight: 600;
  color: #002729;
}

.c-slide:nth-child(1) section {
  max-width: 44rem;
  margin: 0 auto;
}
.c-slide:nth-child(1) .c-slide__start .c-slide__text {
  margin: 1.2rem 0 2.8rem 0;
}
@media (max-width: 750px) {
  .c-slide:nth-child(1) .c-slide__start .c-slide__text {
    margin: 0.8rem 0 1.5rem 0;
  }
}
.c-slide:nth-child(1) .c-slide__start .c-btn__wrapper {
  width: 100%;
}
@media (max-width: 750px) {
  .c-slide:nth-child(1) .c-slide__start .c-btn__wrapper {
    flex-direction: column;
    gap: 1rem;
  }
}
.c-slide:nth-child(1) .c-slide__start .c-btn-primary {
  flex-grow: 1;
  flex-basis: 0;
}
@media (max-width: 750px) {
  .c-slide:nth-child(1) .c-slide__start .c-btn-primary {
    flex-basis: unset;
  }
}
.c-slide:nth-child(1) .c-slide__get-wp-engine {
  display: none;
}
.c-slide:nth-child(1) .c-slide__get-wp-engine section {
  padding-top: 4rem;
}
@media (max-width: 750px) {
  .c-slide:nth-child(1) .c-slide__get-wp-engine section {
    padding-top: 2rem;
  }
}
.c-slide:nth-child(1) .c-slide__get-wp-engine .c-slide__text {
  margin: 0 0 1rem 0;
}
.c-slide:nth-child(2) section {
  max-width: 49rem;
  margin: 0 auto;
}
.c-slide:nth-child(3) section {
  margin: 0 auto;
}
.c-slide:nth-child(4) section {
  max-width: 38rem;
  margin: 0 auto;
}
.c-slide section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.5rem 2rem;
}
@media (max-width: 750px) {
  .c-slide section {
    padding: 1.5rem 1rem;
  }
}

.c-slider-arrow-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.7rem 2rem;
  border-top: 1px solid #eee;
}
@media (max-width: 750px) {
  .c-slider-arrow-btn {
    padding: 1rem;
  }
}
.c-slider-arrow-btn svg {
  width: 0.7rem;
}

.c-slide__title {
  color: #002729;
  font-family: Inter;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 1.5rem 0;
}
@media (max-width: 750px) {
  .c-slide__title {
    font-size: 1.25rem;
  }
}

.c-slide__headline {
  color: #002729;
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 1rem 0;
}
@media (max-width: 750px) {
  .c-slide__headline {
    font-size: 1rem;
  }
}

.c-slide__text {
  color: #002729;
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  text-align: center;
}
@media (max-width: 750px) {
  .c-slide__text {
    font-size: 1rem;
  }
}

.c-slide__list {
  list-style: decimal;
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
  padding-left: 1.3rem;
  margin: 0 0 1.5rem 0;
  font-size: 1rem;
}
@media (max-width: 750px) {
  .c-slide__list {
    font-size: 0.875rem;
    gap: 0.75rem;
  }
}

.c-icon {
  display: flex;
  width: 1.5rem;
}
@media (min-width: 750px) {
  .c-icon {
    width: 2rem;
  }
}
.c-icon svg {
  width: 100%;
}

.c-slide__info-box {
  display: flex;
  width: 100%;
  padding: 1rem;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.5rem;
  border: 2px solid #f5f5f5;
  text-decoration: none;
}
.c-slide__info-box p {
  color: #002838;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  width: calc(100% - 2.25rem);
}
@media (max-width: 750px) {
  .c-slide__info-box p {
    width: calc(100% - 2.75rem);
  }
}
.c-slide__info-box p svg {
  margin-left: 0.5rem;
  height: auto;
  width: 12px;
  position: relative;
  top: 2px;
}

.c-card__wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.4rem;
  width: 100%;
}
@media (max-width: 750px) {
  .c-card__wrapper {
    flex-direction: column;
    gap: 1rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
}

.c-card {
  flex-grow: 1;
  flex-basis: 0;
  border-radius: 0.5rem;
  border: 2px solid #f5f5f5;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-card svg {
  width: 2.5rem;
}
.c-card p {
  color: #002729;
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  margin: 0.7rem 0 2rem 0;
}
@media (max-width: 750px) {
  .c-card p {
    margin: 0.7rem 0 1rem 0;
  }
}
.c-card a {
  margin-top: auto;
}

.c-form-subscribe {
  position: relative;
  width: 100%;
  margin-top: 2rem;
}
@media (max-width: 750px) {
  .c-form-subscribe {
    margin-top: 1.75rem;
  }
}
.c-form-subscribe input {
  border-radius: 0.5rem;
  border: 1px solid rgba(212, 212, 212, 0);
  background-color: rgba(212, 212, 212, 0.4039215686);
  outline: none;
  padding: 1.125rem 1rem;
  color: #002729;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  transition: 0.4s;
  width: 100%;
}
.c-form-subscribe input:focus {
  border: 1px solid #d4d4d4;
  box-shadow: none;
  background-color: transparent;
}
@media (max-width: 750px) {
  .c-form-subscribe input {
    font-size: 0.875rem;
    padding: 1rem 1rem;
  }
}
.c-form-subscribe button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-radius: 0rem 0.5rem 0.5rem 0rem;
  background: #3ab433;
  padding: 1.125rem 2rem;
  color: #fff;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  border: none;
  cursor: pointer;
  transition: 0.4s;
}
.c-form-subscribe button:hover {
  background: #309f2a;
}
@media (max-width: 750px) {
  .c-form-subscribe button {
    font-size: 0.875rem;
    padding: 1rem 1rem;
  }
}

.c-footer__wrapper {
  max-width: 34.5rem;
  margin: 2.7rem auto 4.6rem auto;
  padding: 0 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 750px) {
  .c-footer__wrapper {
    margin: 1.5rem auto 2rem auto;
  }
}

.c-footer__headline {
  color: #444;
  text-align: center;
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0.75rem 0 1.25rem 0;
}
@media (max-width: 750px) {
  .c-footer__headline {
    font-size: 0.75rem;
  }
}

.c-footer__logo svg {
  width: 4.6rem;
}

.c-footer__social-media {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.c-footer__social-media p {
  margin: 0;
}

.c-social-media-list {
  list-style: none;
  display: flex;
  gap: 0.62rem;
  padding: 0;
  margin: 0;
}

.c-social-media-list__item a {
  display: flex;
}

.c-social-media-list__link svg {
  width: 1.5rem;
}

.c-footer__note {
  color: #888;
  text-align: center;
  font-family: Inter;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1875rem;
  /* 146.154% */
  margin: 1.25rem 0 0 0;
}

.c-btn__wrapper {
  display: flex;
  gap: 1.5rem;
}

.c-btn-primary {
  display: flex;
  position: relative;
  overflow: hidden;
  padding: 1.125rem 2rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.5rem;
  background: #3ab433;
  color: #fff;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  border: none;
  cursor: pointer;
  transition: color 0.25s linear 0s;
  z-index: 1;
}
.c-btn-primary::before {
  background: #278722;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: center right;
  transition: transform 0.25s ease-in-out;
  z-index: -1;
}
.c-btn-primary:hover::before {
  transform: scaleX(1);
  transform-origin: center left;
}
@media (max-width: 750px) {
  .c-btn-primary {
    font-size: 0.875rem;
    padding: 1rem 1.5rem;
  }
}

.c-btn-primary--outline {
  border: 1px solid #3ab433;
  background: #fff;
  color: #002729;
}
.c-btn-primary--outline::before {
  background: rgba(39, 135, 34, 0.1803921569);
}

@media (min-width: 750px) {
  .proceed-to-next {
    position: absolute;
    bottom: 1rem;
  }
}
.c-link {
  color: #002729;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 800;
  line-height: normal;
  text-decoration: none;
  position: relative;
}
@media (max-width: 750px) {
  .c-link {
    font-size: 0.875rem;
  }
}
.c-link::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: -1px;
  background-color: #59cc51;
}
.c-link::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  left: 0;
  bottom: -1px;
  background-color: #31a22b;
  z-index: 10;
  transition: 0.5s;
}
.c-link:hover::before {
  width: 100%;
}

.c-link-box {
  padding: 1.25rem 1.5rem;
  border-radius: 0.5rem;
  border: 2px solid #f5f5f5;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 1rem 0;
}
@media (min-width: 750px) {
  .c-link-box {
    margin: 1.5rem 0;
  }
}
@media (max-width: 750px) {
  .c-link-box {
    padding: 0.75rem;
  }
}
.c-link-box > div {
  display: flex;
  gap: 0.75rem;
}
.c-link-box svg:first-child {
  width: 3.3rem;
}
.c-link-box svg:last-child {
  width: 0.8rem;
}
.c-link-box p {
  color: #002838;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 750px) {
  .c-link-box p {
    font-size: 0.875rem;
  }
}

.slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.slick-list.draggable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.formkit-alert {
  text-align: center;
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  color: #002729;
  font-size: 1rem;
  font-weight: bold;
}
.formkit-alert:empty {
  display: none;
}
.formkit-alert.formkit-alert-success {
  background-color: #E5F7E3;
}
.formkit-alert.formkit-alert-error {
  background-color: #f7e3e3;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

/* Modal Dialog */
.dialog-container {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
}

.dialog-container[aria-hidden=true] {
  display: none;
}

.dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(11, 15, 18, 0.3);
  animation: fade-in 200ms both;
}

.dialog-content {
  background: #fff;
  box-shadow: -4px 8px 16px rgba(0, 0, 0, 0.16);
  border-radius: 1rem;
  margin: auto;
  z-index: 2;
  position: relative;
  animation: fade-in 400ms 200ms both, slide-up 400ms 200ms both;
  padding: 0;
  max-width: 90%;
  width: 936px;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
}
@keyframes slide-up {
  from {
    transform: translateY(10%);
  }
}
.dialog h1 {
  margin: 0;
  font-size: 1.25em;
}

.dialog-close {
  position: absolute;
  border: 0;
  padding: 0;
  background-color: transparent;
  font-weight: bold;
  font-size: 1.25em;
  text-align: center;
  cursor: pointer;
  transition: 0.15s;
  background: #fff;
  z-index: 2;
  border-radius: 50%;
  display: flex;
  padding: 8px;
  width: 32px;
  height: 32px;
  right: -1rem;
  top: -1rem;
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
}
.dialog-close:hover {
  background: #002729;
  color: #fff;
}

.dialog-close svg {
  width: 100%;
}

.js-scroll {
  overflow: hidden;
}

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