/* stylelint-disable */
.hero {
  padding: 40px 0 88px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .hero {
    padding: 20px 0 48px;
  }
}
.hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .hero__inner {
    gap: 20px;
  }
}
.hero__top {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .hero__top {
    gap: 16px;
  }
}
.hero__badge {
  padding: 8px 12px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.28px;
  color: #1f1f1f;
  background-color: #e3f9e2;
}
@media only screen and (max-width: 768px) {
  .hero__badge {
    position: relative;
    z-index: 2;
    align-self: center;
    order: 2;
    margin-top: -32px;
  }
}
.hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 685px;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .hero__content {
    order: 3;
    width: 100%;
    gap: 16px;
  }
}
.hero__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .hero__text {
    gap: 12px;
  }
}
.hero__title {
  margin: 0;
  max-width: 685px;
  font-weight: 500;
  font-size: 38px;
  line-height: 1.12;
  letter-spacing: -1.52px;
  text-align: center;
  color: #1f1f1f;
}
@media only screen and (max-width: 768px) {
  .hero__title {
    max-width: none;
    font-size: 28px;
    line-height: 1.18;
    letter-spacing: -1.12px;
  }
}
.hero__title-accent {
  display: block;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(98.54deg, #00ae51 19.71%, #00823d 82.97%);
  background-clip: text;
}
.hero__subtitle {
  margin: 0;
  max-width: 612px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.27px;
  text-align: center;
  color: #1f1f1f;
}
@media only screen and (max-width: 768px) {
  .hero__subtitle {
    max-width: none;
    font-size: 16px;
    letter-spacing: -0.24px;
  }
}
.hero__actions {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 100px;
  width: 100%;
  gap: 12px;
}
@media only screen and (max-width: 992px) {
  .hero__actions {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .hero__actions {
    flex-direction: column;
    gap: 8px;
  }
}
.hero__actions--isKzUz {
  padding: 0;
}
.hero__cta {
  flex: 1 0 0;
  max-width: 236px;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .hero__cta {
    flex: none;
    max-width: 100%;
  }
}
.hero__cta--isKzUz {
  max-width: 100%;
}
.hero__media {
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 1440px) {
  .hero__media {
    display: none;
  }
}
.hero__media--photo {
  left: 0;
  top: -16.5px;
  width: 335px;
  height: 335px;
}
@media only screen and (max-width: 1230px) {
  .hero__media--photo {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .hero__media--photo {
    position: relative;
    left: auto;
    top: auto;
    z-index: 1;
    display: block;
    order: 1;
    width: 100%;
    height: 220px;
  }
}
.hero__media--product {
  right: 30px;
  top: -17.5px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 240px;
  gap: 8px;
}
@media only screen and (max-width: 1230px) {
  .hero__media--product {
    display: none;
  }
}
.hero__photo {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}
.hero__product {
  display: block;
  opacity: 0;
  margin-top: 0;
  margin-right: auto;
  width: 160px;
  height: 242px;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  object-fit: cover;
  transform: translateX(-16px);
  animation: hero-chat-answer 6s ease-in-out infinite;
}
.hero__bubble {
  margin-left: auto;
  padding: 8px;
  width: 191px;
  border-radius: 12px 12px 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.24px;
  color: #1f1f1f;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 768px) {
  .hero__bubble {
    margin-left: 0;
    width: 100%;
    max-width: 191px;
    border-radius: 12px 12px 12px 0;
    background-color: #fff;
  }
}
.hero__bubble--user {
  opacity: 0;
  transform: translateX(16px);
  animation: hero-chat-user 6s ease-in-out infinite;
}
.hero__typing {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  margin-right: auto;
  padding: 8px 10px;
  min-width: 44px;
  border-radius: 12px 12px 12px 0;
  background-color: #f5f5f5;
  transform: translateX(-12px);
  animation: hero-chat-typing 6s ease-in-out infinite;
  gap: 4px;
}
@media only screen and (max-width: 768px) {
  .hero__typing {
    display: none;
  }
}
.hero__typing-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #9d9d9d;
  animation: hero-chat-dot 0.9s ease-in-out infinite;
}
.hero__typing-dot:nth-child(2) {
  animation-delay: 0.15s;
}
.hero__typing-dot:nth-child(3) {
  animation-delay: 0.3s;
}
.hero__features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .hero__features {
    flex-wrap: wrap;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.hero__feature {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 0 5px 0 rgba(31, 31, 31, 0.05), 0 4px 12px 0 rgba(31, 31, 31, 0.08);
  background-color: #fff;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .hero__feature {
    flex: 1 0 0;
    padding: 12px;
    min-width: 120px;
  }
}
.hero__feature-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 768px) {
  .hero__feature-icon {
    width: 32px;
    height: 32px;
  }
}
.hero__feature-text {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.27px;
  color: #1f1f1f;
}
@media only screen and (max-width: 768px) {
  .hero__feature-text {
    font-size: 14px;
    letter-spacing: -0.21px;
  }
}

@keyframes hero-chat-user {
  0%, 6% {
    opacity: 0;
    transform: translateX(16px);
  }
  14%, 48% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes hero-chat-typing {
  0%, 22% {
    display: flex;
    opacity: 0;
    transform: translateX(-12px);
  }
  30%, 52% {
    opacity: 1;
    transform: translateX(0);
  }
  58%, 100% {
    display: none;
    opacity: 0;
    transform: translateX(0);
  }
}
@keyframes hero-chat-answer {
  0%, 56% {
    opacity: 0;
    transform: translateX(-16px);
  }
  68%, 100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes hero-chat-dot {
  0%, 100% {
    opacity: 0.5;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-1px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero__bubble--user,
  .hero__typing,
  .hero__product,
  .hero__typing-dot {
    opacity: 1;
    transform: none;
    animation: none;
  }
  .hero__typing {
    display: none;
  }
}
.daily-tasks__panel {
  display: flex;
  flex-direction: column;
  padding: 32px 16px 32px 32px;
  border-radius: 28px;
  background-color: #fff;
  gap: 36px;
}
@media only screen and (max-width: 768px) {
  .daily-tasks__panel {
    padding: 24px 16px;
    gap: 20px;
  }
}
.daily-tasks__title-accent {
  display: block;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(108.17deg, #00ae51 19.71%, #00823d 82.97%);
  background-clip: text;
}
.daily-tasks__head {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .daily-tasks__head {
    display: contents;
  }
}
.daily-tasks__title {
  flex: 1 0 0;
  margin: 0;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.12;
  letter-spacing: -1.28px;
  color: #1f1f1f;
}
@media only screen and (max-width: 768px) {
  .daily-tasks__title {
    order: 1;
    font-size: 24px;
    line-height: 1.18;
    letter-spacing: -0.96px;
  }
}
.daily-tasks__nav {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 4px;
}
@media only screen and (max-width: 768px) {
  .daily-tasks__nav {
    justify-content: center;
    order: 3;
  }
}
.daily-tasks__arrow.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}
.daily-tasks__slider {
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .daily-tasks__slider {
    order: 2;
  }
}
.daily-tasks__card {
  border-radius: 12px;
  background-color: #fff;
}
.daily-tasks__slider .daily-tasks__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 300px;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .daily-tasks__slider .daily-tasks__card {
    gap: 12px;
  }
}
.daily-tasks__card-img {
  display: block;
  width: 100%;
  height: 200px;
  border-radius: 12px;
  object-fit: cover;
}
.daily-tasks__card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .daily-tasks__card-body {
    gap: 8px;
  }
}
.daily-tasks__card-title {
  margin: 0;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  color: #1f1f1f;
}
@media only screen and (max-width: 768px) {
  .daily-tasks__card-title {
    font-size: 16px;
    line-height: 1.28;
    letter-spacing: -0.32px;
  }
}
.daily-tasks__card-text {
  margin: 0;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.24px;
  color: #676b67;
}
@media only screen and (max-width: 768px) {
  .daily-tasks__card-text {
    font-size: 14px;
    letter-spacing: -0.21px;
  }
}

@media only screen and (max-width: 768px) {
  .solution__grid:not(.solution__grid--expanded) .solution__card--extra {
    display: none;
  }
}
.solution__more, .solution__buy {
  position: relative;
  z-index: 1;
}
.solution__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution__title {
  margin: 0 0 40px;
  max-width: 764px;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.12;
  letter-spacing: -1.6px;
  text-align: center;
  color: #1f1f1f;
}
@media only screen and (max-width: 768px) {
  .solution__title {
    margin-bottom: 28px;
    max-width: none;
    font-size: 24px;
    line-height: 1.18;
    letter-spacing: -0.96px;
  }
}
.solution__title-accent {
  display: block;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(100.04deg, #00ae51 19.71%, #00823d 82.97%);
  background-clip: text;
}
.solution__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 16px;
  width: 100%;
  gap: 16px;
}
@media only screen and (max-width: 1230px) {
  .solution__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 992px) {
  .solution__grid {
    grid-template-columns: 1fr;
    margin-bottom: 12px;
    gap: 12px;
  }
}
.solution__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 8px;
  border-radius: 16px;
  background-color: #fff;
  gap: 8px;
}
.solution__block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px;
  width: 100%;
  gap: 8px;
}
.solution__block--solution {
  border-radius: 8px;
  background-color: #ecf9e2;
}
.solution__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 8px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.28px;
  white-space: nowrap;
}
.solution__tag--problem {
  color: #d84431;
  background-color: #ffe1df;
}
.solution__tag--solution {
  color: #118a01;
  background-color: #d2f0bb;
}
.solution__text {
  margin: 0;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.24px;
  color: #1f1f1f;
}
.solution__block--solution .solution__text {
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .solution__block--solution .solution__text {
    font-size: 14px;
    letter-spacing: -0.21px;
  }
}
@media only screen and (max-width: 768px) {
  .solution__cta--desktop {
    display: none;
  }
}
.solution__cta-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .solution__cta-mobile {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
    gap: 8px;
  }
}
.solution__cta-bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  inset: 0;
}

.benefits__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .benefits__inner {
    gap: 20px;
  }
}
.benefits__head {
  display: flex;
  align-items: flex-end;
  width: 100%;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .benefits__head {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
.benefits__title {
  flex: 1 0 0;
  margin: 0;
  min-width: 0;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.12;
  letter-spacing: -1.28px;
  color: #1f1f1f;
}
@media only screen and (max-width: 768px) {
  .benefits__title {
    flex: none;
    width: 100%;
    font-size: 24px;
    line-height: 1.18;
    letter-spacing: -0.96px;
  }
}
.benefits__title-accent {
  display: block;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(101.34deg, #00ae51 19.71%, #00823d 82.97%);
  background-clip: text;
}
.benefits__lead {
  flex: 1 0 0;
  margin: 0;
  padding: 3px 0;
  min-width: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.27px;
  color: #676b67;
}
@media only screen and (max-width: 768px) {
  .benefits__lead {
    flex: none;
    width: 100%;
    font-size: 16px;
    letter-spacing: -0.24px;
  }
}
.benefits__table {
  display: flex;
  flex-direction: column;
  padding: 32px;
  width: 100%;
  border-radius: 28px;
  background-color: #fff;
  gap: 4px;
}
@media only screen and (max-width: 768px) {
  .benefits__table {
    padding: 16px;
    border-radius: 20px;
    gap: 13px;
  }
}
.benefits__head-row {
  display: flex;
  width: 100%;
  gap: 4px;
}
@media only screen and (max-width: 768px) {
  .benefits__head-row {
    display: none;
  }
}
.benefits__col-head {
  flex: 1 0 0;
  padding: 14px 18px;
  min-width: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  color: #1f1f1f;
}
.benefits__row {
  display: flex;
  align-items: stretch;
  width: 100%;
  gap: 4px;
}
@media only screen and (max-width: 768px) {
  .benefits__row {
    flex-wrap: wrap;
    gap: 4px;
  }
}
.benefits__cell {
  display: flex;
  flex: 1 0 0;
  align-items: center;
  padding: 14px 18px;
  min-width: 0;
  gap: 8px;
}
@media only screen and (max-width: 768px) {
  .benefits__cell--task {
    flex: 0 0 100%;
    padding: 12px 0;
  }
}
.benefits__cell--without {
  border-radius: 10px;
  background-color: #fff0ef;
}
.benefits__cell--with {
  border-radius: 10px;
  background-color: #e3f9e2;
}
@media only screen and (max-width: 768px) {
  .benefits__cell--without, .benefits__cell--with {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: center;
    padding: 10px 12px;
    gap: 8px;
  }
}
.benefits__cell-top {
  display: contents;
}
@media only screen and (max-width: 768px) {
  .benefits__cell-top {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 6px;
  }
}
.benefits__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 768px) {
  .benefits__icon {
    width: 20px;
    height: 20px;
  }
}
.benefits__task {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.24px;
  color: #1f1f1f;
}
.benefits__time {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.24px;
  color: #1f1f1f;
}
@media only screen and (max-width: 768px) {
  .benefits__time {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.28px;
  }
}
.benefits__label {
  display: none;
}
@media only screen and (max-width: 768px) {
  .benefits__label {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.21px;
    color: #1f1f1f;
  }
}

.materials {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.materials__title {
  margin: 0;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.12;
  letter-spacing: -1.6px;
  text-align: center;
  color: #1f1f1f;
}
@media only screen and (max-width: 768px) {
  .materials__title {
    font-size: 24px;
    line-height: 1.18;
    letter-spacing: -0.96px;
  }
}
.materials__title-accent {
  color: transparent;
  background-image: linear-gradient(96.83deg, #00ae51 19.71%, #00823d 82.97%);
  background-clip: text;
}
.materials__body {
  position: relative;
  width: 100%;
}
.materials__slider {
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .materials__slider {
    padding: 0 16px;
  }
}
.materials__slider .materials__card--narrow.materials__card {
  width: 284px;
}
@media only screen and (max-width: 768px) {
  .materials__slider .materials__card--narrow.materials__card {
    width: 235px;
  }
}
.materials__slider .materials__card--wide.materials__card {
  width: 744px;
}
@media only screen and (max-width: 768px) {
  .materials__slider .materials__card--wide.materials__card {
    width: 332px;
  }
}
.materials__slider .materials__card {
  height: auto;
}
.materials__slider .materials__card {
  display: flex;
  flex-direction: column;
  width: 304px;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .materials__slider .materials__card {
    width: 251px;
  }
}
.materials__preview {
  position: relative;
  height: 402px;
  overflow: hidden;
  border-radius: 16px;
}
@media only screen and (max-width: 768px) {
  .materials__preview {
    height: 332px;
  }
}
.materials__preview picture {
  display: block;
  width: 100%;
  height: 100%;
}
.materials__preview-img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}
.materials__time {
  position: absolute;
  left: 8px;
  bottom: 8px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 8px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.32px;
  white-space: nowrap;
  color: #118a01;
  background-color: #d2f0bb;
}
.materials__card-body {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.materials__card-title {
  margin: 0;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.24px;
  color: #1f1f1f;
}
@media only screen and (max-width: 768px) {
  .materials__card-title {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.28px;
  }
}
.materials__download {
  flex-shrink: 0;
  align-self: flex-start;
}
.materials__download-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.materials__nav {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media only screen and (max-width: 992px) {
  .materials__nav {
    justify-content: center;
    margin-top: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .materials__arrow {
    position: absolute;
    top: 201px;
    z-index: 2;
    transform: translateY(-50%);
  }
  .materials__arrow--prev {
    left: 4px;
  }
  .materials__arrow--next {
    right: 4px;
  }
}
.materials__arrow.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}

.everyday-tasks {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .everyday-tasks {
    align-items: stretch;
    gap: 24px;
  }
}
.everyday-tasks__title {
  margin: 0;
  width: 100%;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.12;
  letter-spacing: -1.28px;
  text-align: center;
  color: #222;
}
@media only screen and (max-width: 768px) {
  .everyday-tasks__title {
    padding: 0 16px;
    font-size: 24px;
    line-height: 1.18;
    letter-spacing: -0.96px;
  }
}
.everyday-tasks__title-accent {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(98.05deg, #00ae51 19.71%, #00823d 82.97%);
  background-clip: text;
}
.everyday-tasks__body {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
}
.everyday-tasks__slider {
  padding: 40px 32px 32px;
  width: 100%;
  border-radius: 28px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .everyday-tasks__slider {
    padding: 16px;
  }
}
.everyday-tasks__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px 24px;
}
@media only screen and (max-width: 1230px) {
  .everyday-tasks__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .everyday-tasks__grid {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    scrollbar-width: none;
  }
  .everyday-tasks__grid::-webkit-scrollbar {
    display: none;
  }
}
.everyday-tasks__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 20px;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .everyday-tasks__card {
    flex: 0 0 300px;
    width: 300px;
    gap: 12px;
  }
}
.everyday-tasks__card-img {
  display: block;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  aspect-ratio: 323/200;
}
.everyday-tasks__card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .everyday-tasks__card-body {
    gap: 8px;
  }
}
.everyday-tasks__card-title {
  margin: 0;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  color: #1f1f1f;
}
@media only screen and (max-width: 768px) {
  .everyday-tasks__card-title {
    font-size: 16px;
    line-height: 1.28;
    letter-spacing: -0.32px;
  }
}
.everyday-tasks__card-text {
  margin: 0;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.24px;
  color: #676b67;
}
@media only screen and (max-width: 768px) {
  .everyday-tasks__card-text {
    font-size: 14px;
    letter-spacing: -0.21px;
  }
}
.everyday-tasks__cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
  border-radius: 28px;
  text-decoration: none;
  gap: 16px;
}
.everyday-tasks__cta-bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  inset: 0;
}
.everyday-tasks__cta-icon {
  position: relative;
  z-index: 1;
  display: block;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}
.everyday-tasks__cta-text {
  position: relative;
  z-index: 1;
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  white-space: nowrap;
  color: #1f1f1f;
}
@media only screen and (max-width: 768px) {
  .everyday-tasks__cta-text {
    flex: 1 0 0;
    min-width: 0;
    font-size: 16px;
    line-height: 1.28;
    letter-spacing: -0.32px;
    white-space: normal;
  }
}

.easy-to-use__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.easy-to-use__title {
  margin: 0 0 32px;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.12;
  letter-spacing: -1.6px;
  text-align: center;
  color: #1f1f1f;
}
@media only screen and (max-width: 768px) {
  .easy-to-use__title {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 1.18;
    letter-spacing: -0.96px;
  }
}
.easy-to-use__title-accent {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(180deg, #6caeff 1.16%, #0c73f0 98.84%);
  background-clip: text;
}
.easy-to-use__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 16px;
  width: 100%;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .easy-to-use__grid {
    grid-template-columns: 1fr;
    margin-bottom: 12px;
    gap: 8px;
  }
}
.easy-to-use__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  border-radius: 16px;
  background-color: #fff;
}
.easy-to-use__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  width: 40px;
  height: 40px;
  border-radius: 7.5px;
  background-color: #ecf9e2;
}
@media only screen and (max-width: 768px) {
  .easy-to-use__icon {
    margin-bottom: 12px;
    width: 36px;
    height: 36px;
  }
}
.easy-to-use__icon svg {
  display: block;
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 768px) {
  .easy-to-use__icon svg {
    width: 21px;
    height: 21px;
  }
}
.easy-to-use__card-title {
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  color: #1f1f1f;
}
@media only screen and (max-width: 768px) {
  .easy-to-use__card-title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.28;
    letter-spacing: -0.32px;
  }
}
.easy-to-use__card-text {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.24px;
  color: #676b67;
}
@media only screen and (max-width: 768px) {
  .easy-to-use__card-text {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.28px;
  }
}

.about__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about__title {
  margin: 0 0 32px;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.12;
  letter-spacing: -1.6px;
  text-align: center;
  color: #1f1f1f;
}
@media only screen and (max-width: 768px) {
  .about__title {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 1.18;
    letter-spacing: -0.96px;
  }
}
.about__steps {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  overflow: hidden;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .about__steps {
    flex-direction: column;
    overflow: visible;
    gap: 10px;
  }
}
.about__arrow {
  position: absolute;
  z-index: 0;
  display: block;
  max-width: none;
  pointer-events: none;
}
.about__arrow--desktop {
  left: 50%;
  top: 62%;
  width: 254.594px;
  height: 1375.51px;
  transform: translate(-50%, -50%) rotate(83.48deg);
}
@media only screen and (max-width: 768px) {
  .about__arrow--desktop {
    display: none;
  }
}
.about__arrow--mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .about__arrow--mobile {
    left: 31px;
    top: 0;
    display: block;
    width: 268.006px;
    height: 650.013px;
    transform: rotate(180deg);
  }
}
.about__step {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 16px 20px;
  min-width: 0;
  min-height: 220px;
  border-radius: 16px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .about__step {
    flex: 0 0 auto;
    padding: 16px;
    min-height: 0;
  }
}
.about__num {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #def7fb;
}
@media only screen and (max-width: 768px) {
  .about__num {
    margin-bottom: 12px;
    width: 36px;
    height: 36px;
  }
}
.about__num-value {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(180deg, #6caeff 1.16%, #0c73f0 98.84%);
  background-clip: text;
}
@media only screen and (max-width: 768px) {
  .about__num-value {
    font-size: 16px;
    line-height: 1.28;
    letter-spacing: -0.32px;
  }
}
.about__step-title {
  margin: 0 0 10px;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  color: #1f1f1f;
}
@media only screen and (max-width: 768px) {
  .about__step-title {
    font-size: 16px;
    line-height: 1.28;
    letter-spacing: -0.32px;
  }
}
.about__step-text {
  margin: 0;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.24px;
  color: #676b67;
}
@media only screen and (max-width: 768px) {
  .about__step-text {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.28px;
  }
}

.program__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.program__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.program__title {
  flex: 1 0 0;
  margin: 0;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.12;
  letter-spacing: -1.6px;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(180deg, #6caeff 1.16%, #0c73f0 98.84%);
  background-clip: text;
}
@media only screen and (max-width: 768px) {
  .program__title {
    font-size: 24px;
    line-height: 1.18;
    letter-spacing: -0.96px;
  }
}
.program__badge {
  position: absolute;
  right: 0;
  top: 50%;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  gap: 12px;
}
@media only screen and (max-width: 768px) {
  .program__badge {
    display: none;
  }
}
.program__badge-icon {
  display: block;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}
.program__badge-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.36px;
  white-space: nowrap;
  color: #1f1f1f;
}
.program__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 7px;
}
.program__row {
  display: flex;
  align-items: center;
  padding: 20px;
  width: 100%;
  border-radius: 28px;
  background-color: #fff;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .program__row {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    border-radius: 20px;
    gap: 16px;
  }
}
.program__module-col {
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
  width: 200px;
}
@media only screen and (max-width: 768px) {
  .program__module-col {
    width: auto;
  }
}
.program__module {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  width: 132px;
  border-radius: 12px;
  background-color: #e3f9e2;
}
@media only screen and (max-width: 768px) {
  .program__module {
    padding: 10px 12px;
    width: auto;
  }
}
.program__module-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90.36deg, #00ae51 4.76%, #00823d 99.96%);
  background-clip: text;
}
@media only screen and (max-width: 768px) {
  .program__module-text {
    font-size: 16px;
    line-height: 1.28;
    letter-spacing: -0.32px;
  }
}
.program__row-body {
  display: flex;
  flex: 1 0 0;
  align-items: center;
  min-width: 0;
  gap: 48px;
}
@media only screen and (max-width: 1230px) {
  .program__row-body {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .program__row-body {
    width: 100%;
  }
}
.program__row-title {
  flex-shrink: 0;
  margin: 0;
  width: 440px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.16;
  letter-spacing: -0.44px;
  color: #1f1f1f;
}
@media only screen and (max-width: 1230px) {
  .program__row-title {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .program__row-title {
    font-size: 16px;
    line-height: 1.28;
    letter-spacing: -0.32px;
  }
}
.program__row-text {
  flex: 1 0 0;
  margin: 0;
  min-width: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.24px;
  color: #1f1f1f;
}
@media only screen and (max-width: 768px) {
  .program__row-text {
    width: 100%;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.28px;
  }
}
.program__cta-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 100%;
  overflow: hidden;
  border-radius: 28px;
}
@media only screen and (max-width: 768px) {
  .program__cta-card {
    padding: 16px;
    border-radius: 20px;
  }
}
.program__cta-card .iu-button {
  position: relative;
  z-index: 1;
}
.program__cta-bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  inset: 0;
}
@media only screen and (max-width: 768px) {
  .program__cta-bg {
    display: none;
  }
}

.certificate__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  overflow: hidden;
  border-radius: 28px;
  background-color: #eff7ff;
  isolation: isolate;
  gap: 90px;
}
@media only screen and (max-width: 1230px) {
  .certificate__inner {
    flex-direction: column;
    gap: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .certificate__inner {
    padding: 20px 16px;
    border-radius: 20px;
    gap: 28px;
  }
}
.certificate__bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  inset: 0;
}
.certificate__image {
  position: relative;
  z-index: 1;
  display: block;
  flex-shrink: 0;
  width: 650px;
  height: 463px;
  border-radius: 16px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.06), 0 8px 24px 0 rgba(0, 0, 0, 0.1);
  object-fit: cover;
}
@media only screen and (max-width: 1230px) {
  .certificate__image {
    width: 100%;
    height: auto;
    max-width: 650px;
    aspect-ratio: 650/463;
  }
}
@media only screen and (max-width: 768px) {
  .certificate__image {
    max-width: none;
  }
}
.certificate__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  gap: 32px;
}
@media only screen and (max-width: 1230px) {
  .certificate__content {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .certificate__content {
    gap: 21px;
  }
}
.certificate__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .certificate__heading {
    gap: 14px;
  }
}
.certificate__badge {
  display: flex;
  align-items: center;
  gap: 12px;
}
.certificate__badge-icon {
  display: block;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}
@media only screen and (max-width: 768px) {
  .certificate__badge-icon {
    width: 32px;
    height: 32px;
  }
}
.certificate__badge-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.36px;
  white-space: nowrap;
  color: #1f1f1f;
}
@media only screen and (max-width: 768px) {
  .certificate__badge-text {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.24px;
  }
}
.certificate__title {
  margin: 0;
  font-weight: 500;
  font-size: 34px;
  line-height: 1.12;
  letter-spacing: -1.36px;
  color: #222;
}
@media only screen and (max-width: 768px) {
  .certificate__title {
    font-size: 22px;
    line-height: 1.16;
    letter-spacing: -0.22px;
  }
}
.certificate__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.28px;
  color: #8f938d;
}
.certificate__title-accent {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(180deg, #6caeff 1.16%, #0c73f0 98.84%);
  background-clip: text;
}

.faq__item--open .faq__chevron {
  transform: rotate(0deg);
}
.faq__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .faq__inner {
    flex-direction: column;
    align-items: center;
    gap: 37px;
  }
}
.faq__title {
  flex-shrink: 0;
  margin: 0 0 0 40px;
  max-width: 400px;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.12;
  letter-spacing: -1.6px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(180deg, #6caeff 1.16%, #0c73f0 98.84%);
  background-clip: text;
}
@media only screen and (max-width: 768px) {
  .faq__title {
    margin-left: 0;
    max-width: 260px;
    font-size: 24px;
    line-height: 1.18;
    letter-spacing: -0.96px;
    text-align: center;
  }
}
.faq__list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  width: 808px;
  min-width: 0;
  max-width: 100%;
  list-style: none;
  gap: 12px;
}
@media only screen and (max-width: 992px) {
  .faq__list {
    width: 100%;
  }
}
.faq__item {
  display: flex;
  flex-direction: column;
  padding: 24px 32px;
  border-radius: 12px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .faq__item {
    padding: 16px;
  }
}
.faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 16px;
}
.faq__question-text {
  flex: 1 1 auto;
  min-width: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  color: #1f1f1f;
}
@media only screen and (max-width: 768px) {
  .faq__question-text {
    font-size: 16px;
    line-height: 1.28;
    letter-spacing: -0.32px;
  }
}
.faq__chevron {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
  cursor: pointer;
}
.faq__chevron-icon {
  display: block;
  width: 16px;
  height: auto;
}
.faq__answer {
  overflow: hidden;
}
.faq__answer-text {
  margin: 0;
  padding-top: 16px;
  max-width: 673px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.24px;
  color: #676b67;
}
@media only screen and (max-width: 768px) {
  .faq__answer-text {
    max-width: none;
  }
}

.daily-tasks {
  margin-top: 83px;
}
@media only screen and (max-width: 768px) {
  .daily-tasks {
    margin-top: 40px;
  }
}

.solution,
.benefits,
.materials,
.everyday-tasks,
.easy-to-use,
.about,
.program,
.certificate {
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  .solution,
  .benefits,
  .materials,
  .everyday-tasks,
  .easy-to-use,
  .about,
  .program,
  .certificate {
    margin-top: 80px;
  }
}

.faq {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--Background-Bg-3, #f5f5f5);
}

.st-blue {
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  min-width: 140px;
  border-radius: 4px;
  line-height: 1.25;
  text-align: center;
  color: #fff;
  background-color: #4572c3;
  transition: all 0.2s ease-out;
}

/*# sourceMappingURL=assistant-methodist.output.css.map */
