html, body {
  overflow-x: hidden;
}

body {
  background: linear-gradient(179deg, rgba(255, 255, 255, 0.99) 3.82%, #F6F6F6 23.06%, #F7FAFC 75.24%, #DAE3E8 112.11%);
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wpcf7-form p {
  color: var(--color-black-1);
  margin: 20px 0;
}

.wpcf7-form p {
  font-size: 16px;
}

.btn-o {
  padding: 10px 30px;
  color: #333645;
  background: #FFB26C;
  border-radius: 60px;
  font-size: 20px;
  font-family: var(--primary-font-family);
  text-align: center;
  text-decoration: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.header__mobile {
  width: 100%;
  padding: 0 15px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__mobile .git {
  display: flex;
  line-height: 100%;
  padding: 8px 20px 12px 20px;
  height: 52px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  background: #fff;
  box-shadow: 13.256px 7.493px 66.301px 0px rgba(0, 0, 0, 0.1);
  font-family: var(--primary-font-family);
  font-size: 20px;
  color: #333645;
  text-decoration: none;
}
.header__mobile .b {
  margin-right: -12px;
  margin-left: auto;
}
@media (min-width: 992px) {
  .header__mobile {
    display: none;
    visibility: hidden;
    pointer-events: none;
  }
}
.header__mobile .bnav {
  position: absolute;
  top: 85px;
  left: 15px;
  right: 15px;
  z-index: 100;
  padding: 24px;
  background-color: #fff;
  border-radius: 20px;
  list-style: none;
  box-shadow: 13.256px 7.493px 66.301px 0px rgba(0, 0, 0, 0.1);
  display: none;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.header__mobile .bnav.active {
  display: flex;
  flex-direction: column;
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
.header__mobile .bnav li:first-child a {
  padding-top: 0;
  color: #72859A;
}
.header__mobile .bnav li:last-child a {
  padding-bottom: 0;
}
.header__mobile .bnav a {
  padding: 14px 0;
  display: block;
  font-family: var(--primary-font-family);
  font-size: 20px;
  text-decoration: none;
  color: #333645;
}

.header {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 0;
  z-index: 10;
  font-family: var(--primary-font-family);
  font-weight: 400;
  font-size: 20px;
  color: #333645;
}
@media (min-width: 992px) {
  .header {
    display: block;
  }
}
.header a {
  color: #333645;
  text-decoration: none;
}
.header .container {
  display: flex;
  align-items: center;
}
.header .nav {
  display: none;
  margin: auto;
}
@media (min-width: 992px) {
  .header .nav {
    display: flex;
  }
}
.header .nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 40px;
}
.header .nav ul a {
  white-space: nowrap;
}
.header .contact {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #5A6879;
  margin-left: auto;
}
.header .contact a {
  display: flex;
  line-height: 100%;
  padding: 10px 20px 15px 20px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 13.256px 7.493px 66.301px 0px rgba(0, 0, 0, 0.1);
}

.lp-hero {
  padding: 120px 0 20px 0;
  font-family: var(--primary-font-family);
  background-image: url("../images/bg-top.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
@media (min-width: 992px) {
  .lp-hero {
    padding: 200px 0 0 0;
  }
}
.lp-hero__hero {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  .lp-hero__hero {
    flex-direction: row;
  }
}
.lp-hero__hero .box {
  padding: 30px 30px 30px 50px;
  color: #F4F4F4;
  background-color: #333645;
  border-radius: 30px;
  font-size: 24px;
  font-weight: 400;
  position: relative;
  z-index: 3;
  max-width: 380px;
  transform: translateY(-10px);
}
@media (min-width: 992px) {
  .lp-hero__hero .box {
    font-size: 30px;
    order: -1;
    transform: translateY(0);
  }
}
.lp-hero__hero .box::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 10px;
  left: 0;
  background: #ACBFCA;
  border-radius: 30px;
  opacity: 0.1;
  content: " ";
  z-index: 2;
  pointer-events: none;
}
.lp-hero__hero .box ul {
  list-style-type: none;
}
.lp-hero__hero .box ul li {
  padding: 5px 0;
  position: relative;
  line-height: 100%;
}
.lp-hero__hero .box ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #FFB26C;
  transform: translateY(-50%);
}
.lp-hero__hero .box ul li svg {
  transform: translateY(30%);
}
.lp-hero__hero .hero-image {
  display: flex;
  z-index: 2;
  max-width: 307px;
}
@media (min-width: 992px) {
  .lp-hero__hero .hero-image {
    z-index: 5;
    width: 444px;
    max-width: 444px;
    transform: translateX(-80px);
  }
}
.lp-hero__hero .head {
  text-align: center;
}
@media (min-width: 992px) {
  .lp-hero__hero .head {
    order: 3;
    text-align: left;
  }
}
.lp-hero__hero .head svg {
  display: block;
  margin: 0 auto;
}
.lp-hero__hero .head h1 {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .lp-hero__hero .head h1 {
    padding-left: 50px;
    text-align: left;
  }
}
.lp-hero__hero .head .btn-o {
  display: inline-flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .lp-hero__hero .head .btn-o {
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 50px;
  }
}
.lp-hero__sm {
  margin: 20px 0;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 50px;
  background: #fff;
  padding: 36px 24px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .lp-hero__sm {
    margin: 0;
    padding: 36px 42px;
    flex-direction: row;
  }
}
.lp-hero__sm h2 {
  font-size: 30px;
  font-weight: 400;
  white-space: nowrap;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .lp-hero__sm h2 {
    margin-bottom: unset;
    font-size: 42px;
  }
}
.lp-hero__sm ul {
  width: 100%;
  list-style: none;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .lp-hero__sm ul {
    margin-left: 30px;
    gap: 20px;
  }
}
.lp-hero__sm ul img {
  display: block;
  width: 37px;
  height: 37px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .lp-hero__sm ul img {
    margin-bottom: unset;
    margin-right: 10px;
    transform: translateY(5px);
  }
}
.lp-hero__sm ul li {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  align-items: center;
  line-height: 100%;
}
@media (min-width: 992px) {
  .lp-hero__sm ul li {
    flex-direction: row;
    font-size: 42px;
  }
}

.lp-about {
  margin-top: 80px;
  font-family: var(--primary-font-family);
}
.lp-about h2 {
  margin: 40px 0 20px 0;
  font-size: 38px;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 992px) {
  .lp-about h2 {
    font-size: 48px;
  }
}
.lp-about p {
  margin: 5px 0 0 0;
  font-size: 18px;
  text-align: center;
  font-family: var(--lunaquete-font-family);
}
.lp-about .image {
  margin: 40px 0 140px 0;
  position: relative;
}
.lp-about .image img {
  display: block;
}
@media (min-width: 992px) {
  .lp-about .image img {
    margin: 0 auto;
  }
}
.lp-about .image .badge {
  position: absolute;
  right: 50%;
  bottom: 0;
  width: 80%;
  transform: translateX(50%) translateY(50%);
}
@media (min-width: 992px) {
  .lp-about .image .badge {
    right: 0;
    width: 48%;
    transform: translateX(-50%) translateY(30%);
  }
}

.swiperSlides {
  overflow: hidden;
  padding: 60px 0 0;
  position: relative;
}
@media (min-width: 992px) {
  .swiperSlides {
    padding: 40px 0;
  }
}
.swiperSlides .swiper-button-next, .swiperSlides .swiper-button-prev {
  display: none;
  position: absolute;
  top: 50%;
  width: 6.4rem;
  height: 6.4rem;
  transform: translateY(-50%);
  background-image: url("../images/i-a.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.swiperSlides .swiper-button-next::after, .swiperSlides .swiper-button-next::before, .swiperSlides .swiper-button-prev::after, .swiperSlides .swiper-button-prev::before {
  display: none;
}
@media (min-width: 992px) {
  .swiperSlides .swiper-button-next, .swiperSlides .swiper-button-prev {
    display: block;
  }
}
.swiperSlides .swiper-scrollbar {
  top: 30px;
  height: 8px !important;
  background-color: #CBD9E1;
}
@media (min-width: 992px) {
  .swiperSlides .swiper-scrollbar {
    display: none;
  }
}
.swiperSlides .swiper-scrollbar-drag {
  background-color: #676F84;
}
.swiperSlides .swiper-button-next {
  right: 10px;
}
.swiperSlides .swiper-button-prev {
  left: 10px;
  transform: translateY(-50%) rotate(180deg);
}

.swiper-slide {
  text-align: center;
  font-family: var(--lunaquete-font-family);
}
.swiper-slide strong, .swiper-slide span, .swiper-slide figure {
  display: block;
}
.swiper-slide strong {
  font-size: 2.4rem;
  font-weight: 600;
}
.swiper-slide span {
  margin-top: 10px;
  font-size: 1.8rem;
  color: #666666;
}

.swiper-image {
  margin-bottom: 20px;
}

.home__create h2 {
  line-height: 138%;
}
@media (min-width: 992px) {
  .home__create .home__create__wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 992px) {
  .home__create .home__create__content {
    margin-left: 40px;
    margin-right: 20px;
  }
}
.home__create .home__create__content p {
  font-size: 2.4rem;
}
.home__create .home__create__content__form {
  max-width: auto;
  margin-top: 80px;
}
@media (min-width: 992px) {
  .home__create .home__create__content__form {
    margin-top: 40px;
    max-width: auto;
  }
}
@media (min-width: 1200px) {
  .home__create .home__create__content__form {
    max-width: auto;
    margin-left: 30px;
  }
}
.home__create .home__create__content__form__info {
  box-shadow: 4px 4px 100px rgba(51, 54, 69, 0.15);
  transform: translateX(2px) translateY(-30px);
  border-radius: 50px;
  position: absolute;
  right: 0;
  top: -38px;
}
@media (min-width: 992px) {
  .home__create .home__create__content__form__info {
    box-shadow: 4px 4px 100px rgba(51, 54, 69, 0.15);
    transform: translateX(12px);
    border-radius: 50px;
    position: absolute;
    right: 0;
    top: -38px;
  }
}

.respo_method {
  margin: 60px 0;
}
.respo_method .container {
  padding: 15px;
  border-radius: 30px;
  background-color: #E1E6E8;
}
@media (min-width: 992px) {
  .respo_method .container {
    padding: 40px;
    border-radius: 70px;
  }
}
.respo_method .badge {
  margin-top: 40px;
  display: inline-flex;
  align-items: center;
  background: #3D4254;
  border-radius: 50px;
  font-size: 16px;
  color: #F4F4F4;
  padding: 0 20px 0 0;
  font-family: var(--primary-font-family);
  font-weight: 400;
  line-height: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .respo_method .badge {
    margin-top: unset;
    width: unset;
    font-size: 20px;
  }
}
.respo_method .badge p, .respo_method .badge span {
  color: #F4F4F4;
}
.respo_method .badge span {
  font-size: 21px;
}
@media (min-width: 992px) {
  .respo_method .badge span {
    font-size: 40px;
  }
}
.respo_method .image {
  margin: -25px -15px -15px;
  display: flex;
  order: 1;
}
@media (min-width: 992px) {
  .respo_method .image {
    margin: 0;
    order: 2;
    min-width: 430px;
  }
}
.respo_method .wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .respo_method .wrapper {
    flex-direction: row;
  }
}
.respo_method .content {
  order: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .respo_method .content {
    order: 1;
    padding-right: 100px;
  }
}
.respo_method h2 {
  margin: 20px 0;
  font-family: var(--primary-font-family);
  font-size: 4rem;
  font-weight: 400;
  color: #35393C;
}
.respo_method p {
  margin: 20px 0;
  font-size: 1.8rem;
  color: #5A6879;
}
@media (min-width: 992px) {
  .respo_method p {
    margin: 20px 45px 20px 0;
  }
}
.respo_method a {
  display: inline-flex;
  padding: 15px 20px;
  color: var(--06-blue, #333645);
  background-color: #fff;
  border-radius: 50px;
  text-decoration: none;
  font-family: var(--lunaquete-font-family);
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 114%;
}
.respo_method .logos {
  padding-top: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .respo_method .logos {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
.respo_method .logos p {
  font-size: 24px;
  font-family: var(--primary-font-family);
  color: #35393C;
}
@media (min-width: 992px) {
  .respo_method .logos p {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .my_story_e {
    padding-top: 30px;
  }
}
.my_story_e h2 {
  font-weight: 400;
  font-size: 40px;
  color: #414349;
  font-family: var(--primary-font-family);
}
@media (min-width: 992px) {
  .my_story_e h2 {
    font-size: 48px;
  }
}
.my_story_e .quote {
  margin: 80px 0;
  position: relative;
  display: flex;
  gap: 20px;
  font-size: 24px;
  color: #333645;
}
.my_story_e .quote svg {
  width: 66px;
  min-width: 66px;
  display: flex;
}
@media (max-width: 768px) {
  .my_story_e .quote svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transform: translateY(-30%);
  }
}
.my_story_e .quote span {
  position: relative;
  z-index: 2;
}
.my_story_e .wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 992px) {
  .my_story_e .wrapper {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.my_story_e .wrapper figure {
  display: flex;
}
.my_story_e .wrapper img {
  display: flex;
}
.my_story_e .wrapper p {
  margin: 20px 0;
  font-size: 24px;
  color: #5A6879;
}
.my_story_e .wrapper .dr {
  margin-top: 0;
  margin-left: auto;
  float: right;
  font-size: 27px;
}
@media (min-width: 992px) {
  .my_story_e .wrapper .dr {
    float: none;
    margin-top: 40px;
    margin-left: unset;
  }
}
.my_story_e .wrapper .dr em {
  font-size: 19px;
}

.method {
  margin: 60px 0;
}
.method .wrapper {
  padding: 30px 15px;
  margin-left: -15px;
  margin-right: -15px;
  background-color: #333645;
  color: #fff;
}
@media (min-width: 992px) {
  .method .wrapper {
    margin: unset;
    border-radius: 50px;
    padding: 42px;
  }
}
.method .head {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .method .head {
    margin-bottom: 40px;
    flex-direction: row;
  }
}
.method .head h2 {
  font-size: 32px;
  font-weight: 400;
  font-family: var(--primary-font-family);
}
@media (min-width: 992px) {
  .method .head h2 {
    font-size: 40px;
  }
}
.method .head p {
  margin: 20px 0;
  font-size: 24px;
}
@media (min-width: 992px) {
  .method .head p {
    margin: 20px 0 0 0;
  }
}
.method .head strong {
  font-weight: 400;
  color: #FFB26C;
}
.method .head .image {
  order: -1;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .method .head .image {
    margin-bottom: unset;
    order: 2;
    width: 440px;
    min-width: 440px;
  }
}
.method .head .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .method .head .content {
    margin-right: 40px;
  }
}
.method .blocks {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .method .blocks {
    overflow-x: unset;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .method .blocks .swiper-pagination {
    display: none;
  }
}
.method .blocks .swiper-pagination-bullet {
  background-color: #676F84;
  opacity: 1;
}
.method .blocks .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #CBD9E1;
}
.method .blocks .block {
  border-radius: 44px;
  min-width: 280px;
  background: linear-gradient(149deg, #737F9D -20.36%, #3E495F 103.62%);
  box-shadow: 3.787px 3.787px 94.676px 0px rgba(51, 54, 69, 0.05);
}
@media (min-width: 992px) {
  .method .blocks .block {
    min-width: unset;
  }
}
.method .blocks .block__head {
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 30px;
  border: 5px solid #636F8A;
  background: var(--06-blue, #333645);
  font-size: 28px;
  font-family: var(--primary-font-family);
}
.method .blocks .block__head img {
  margin-left: auto;
  display: flex;
}
.method .blocks .block__content {
  padding: 30px 20px 40px 20px;
  font-size: 18px;
  text-align: left;
}

.life {
  margin: 60px 0;
  background: url("../img/footerSave_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 992px) {
  .life {
    margin: 100px 0 60px;
  }
}
@media (min-width: 992px) {
  .life .mobile {
    display: none;
  }
}
.life .mobile img {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .life .desktop {
    display: none;
  }
}
.life .quote {
  margin: 40px 0;
  position: relative;
  display: flex;
  gap: 20px;
  font-size: 32px;
  font-style: italic;
  color: #333645;
}
@media (min-width: 992px) {
  .life .quote {
    margin-left: auto;
    margin-right: auto;
    max-width: 70%;
  }
}
.life .quote svg {
  width: 66px;
  min-width: 66px;
  display: flex;
}
@media (max-width: 768px) {
  .life .quote svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transform: translateY(-30%);
  }
}
.life .quote span {
  position: relative;
  z-index: 2;
}
.life .images {
  display: grid;
  gap: 20px;
}
@media (min-width: 992px) {
  .life .images {
    max-width: 85%;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
  }
}
.life .images img {
  width: 100%;
  height: auto;
}

.dr {
  display: flex;
  align-items: flex-end;
  font-family: var(--primary-font-family);
  font-weight: 100;
  color: #414349;
}
.dr em {
  margin-right: 1px;
  font-size: 50%;
  font-family: var(--lunaquete-font-family);
}

.home__footerSave {
  margin-bottom: 100px;
  overflow: visible;
}
@media (min-width: 992px) {
  .home__footerSave {
    margin-bottom: 200px;
  }
}
.home__footerSave .container {
  position: relative;
}
.home__footerSave .background {
  margin-top: 150px;
  margin-bottom: 150px;
  height: 200px;
  background-color: #EAE7E3;
  border-radius: 50px;
}
@media (min-width: 992px) {
  .home__footerSave .background {
    margin-top: 200px;
    margin-bottom: 0;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    z-index: 1;
    height: 340px;
  }
}
.home__footerSave .background img {
  width: 300px;
  display: flex;
  position: absolute;
  left: 10%;
  bottom: 0;
  z-index: 1;
}
@media (min-width: 992px) {
  .home__footerSave .background img {
    width: 400px;
    max-width: 400px;
  }
}
.home__footerSave .background svg {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 270px;
  z-index: 2;
  transform: translateY(50%);
}
@media (min-width: 992px) {
  .home__footerSave .background svg {
    width: 400px;
  }
}

.home__footerSave__wrapper {
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .home__footerSave__text {
    max-width: 50%;
    margin-right: 40px;
  }
}
.home__footerSave__text h2 {
  margin: 20px 0;
  font-size: 4rem;
  font-weight: 400;
  font-family: var(--primary-font-family);
}
@media (min-width: 992px) {
  .home__footerSave__text h2 {
    max-width: 60%;
  }
}
.home__footerSave__text p {
  margin: 20px 0;
  font-size: 24px;
}

@media (min-width: 992px) {
  .footer__social__info_fu_designer {
    display: none;
  }
}

.footer__social__info {
  display: none;
}
@media (min-width: 992px) {
  .footer__social__info {
    display: block;
  }
}

.hide-mobile {
  display: none;
}
@media (min-width: 992px) {
  .hide-mobile {
    display: inline-flex;
  }
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}/*# sourceMappingURL=lp.css.map */