.lp_hero {
  position: relative;
  background: var(--eeeae5);
  min-height: 640px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .lp_hero {
    min-height: 600px;
  }
}
@media (max-width: 599px) {
  .lp_hero {
    min-height: initial;
  }
}
.lp_hero .wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 60px 30px;
}
@media (max-width: 1199px) {
  .lp_hero .wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 599px) {
  .lp_hero .wrapper {
    padding: 30px 30px 45px;
  }
}
.lp_hero .section_title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 68px;
  line-height: 125%;
  color: var(--0b3948);
  width: 55%;
  max-width: 765px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .lp_hero .section_title {
    font-size: 36px;
    width: 70%;
    max-width: 470px;
  }
}
@media (max-width: 599px) {
  .lp_hero .section_title {
    width: 67%;
    font-size: 32px;
    max-width: 220px;
  }
}
.lp_hero .desc {
  margin-top: 15px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: var(--0b3948);
  width: 55%;
  max-width: 765px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .lp_hero .desc {
    margin-top: 20px;
    width: 70%;
    max-width: 470px;
  }
}
@media (max-width: 599px) {
  .lp_hero .desc {
    width: 100%;
    max-width: 300px;
    font-size: 14px;
  }
}
.lp_hero .btn_wrapper {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .lp_hero .btn_wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 599px) {
  .lp_hero .btn_wrapper {
    margin-top: 60px;
    gap: 10px;
  }
}
.lp_hero .btn_wrapper .login_btn {
  min-width: 215px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 20px;
  border-radius: 8px;
  background: var(--ffd470);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 148%;
  text-align: center;
  color: var(--0b3948);
}
@media (max-width: 599px) {
  .lp_hero .btn_wrapper .login_btn {
    min-width: 145px;
    height: 40px;
    gap: 4px;
    border-radius: 5px;
    font-size: 13px;
  }
}
.lp_hero .btn_wrapper .login_btn:hover {
  background: #6D7758;
  color: #fff;
}
.lp_hero .btn_wrapper .login_btn svg {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 2px;
}
@media (max-width: 599px) {
  .lp_hero .btn_wrapper .login_btn svg {
    margin-bottom: 0;
    width: 18px;
    height: 18px;
  }
}
.lp_hero .btn_wrapper .btn {
  min-width: 220px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 20px 0 40px;
  border-radius: 8px;
  background: var(--0b3948);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 148%;
  text-align: center;
  color: var(--style);
}
@media (max-width: 599px) {
  .lp_hero .btn_wrapper .btn {
    min-width: 145px;
    height: 40px;
    gap: 10px;
    border-radius: 5px;
    font-size: 13px;
    padding: 0 10px 0 20px;
  }
}
.lp_hero .btn_wrapper .btn:hover {
  background: var(--f9a21b);
  color: var(--0b3948);
}
.lp_hero .btn_wrapper .btn svg {
  flex-shrink: 0;
  width: 27px;
  height: auto;
}
@media (max-width: 599px) {
  .lp_hero .btn_wrapper .btn svg {
    width: 18px;
  }
}
.lp_hero .img {
  width: 640px;
  max-width: 45%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 1199px) {
  .lp_hero .img {
    max-width: 35%;
    top: 0;
    right: 0;
    transform: none;
  }
}
@media (max-width: 599px) {
  .lp_hero .img {
    top: 20px;
    right: 30px;
  }
}

.lp_faq {
  padding: 120px 0 90px;
}
@media (max-width: 1199px) {
  .lp_faq {
    padding: 60px 0 70px;
  }
}
@media (max-width: 599px) {
  .lp_faq {
    padding: 45px 0 36px;
  }
}
.lp_faq .wrapper {
  max-width: 1280px;
  display: grid;
  grid-template-columns: 360fr 755fr;
  align-items: start;
  gap: 105px;
}
@media (max-width: 1199px) {
  .lp_faq .wrapper {
    gap: 40px;
    padding: 0 40px;
  }
}
@media (max-width: 899px) {
  .lp_faq .wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 599px) {
  .lp_faq .wrapper {
    gap: 30px;
    padding: 0 30px;
  }
}
.lp_faq .content {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 30px;
}
@media (max-width: 899px) {
  .lp_faq .content {
    flex-direction: row;
    align-items: center;
    justify-content: end;
    gap: 64px;
  }
}
@media (max-width: 599px) {
  .lp_faq .content {
    justify-content: space-between;
    gap: 20px;
  }
}
.lp_faq .content .section_title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 48px;
  line-height: 125%;
  color: var(--0b3948);
}
@media (max-width: 1199px) {
  .lp_faq .content .section_title {
    font-size: 40px;
    max-width: 285px;
  }
}
@media (max-width: 599px) {
  .lp_faq .content .section_title {
    font-size: 28px;
    max-width: 150px;
  }
}
.lp_faq .content .img {
  width: 100%;
  height: auto;
}
@media (max-width: 899px) {
  .lp_faq .content .img {
    width: 240px;
  }
}
@media (max-width: 599px) {
  .lp_faq .content .img {
    width: 130px;
  }
}
.lp_faq .faq {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background: var(--style);
}
@media (max-width: 899px) {
  .lp_faq .faq {
    padding: 30px 16px 20px;
  }
}
@media (max-width: 599px) {
  .lp_faq .faq {
    padding: 30px 0 20px;
  }
}
.lp_faq .faq .faq_item {
  padding: 16px 24px;
  border-bottom: 1px solid #f7f5f2;
}
@media (max-width: 599px) {
  .lp_faq .faq .faq_item {
    padding: 9px 24px;
  }
}
.lp_faq .faq .faq_item:last-child {
  border: none;
}
.lp_faq .faq .faq_item .title {
  margin: 0;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  color: var(--0b3948);
  cursor: pointer;
}
@media (max-width: 1199px) {
  .lp_faq .faq .faq_item .title {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .lp_faq .faq .faq_item .title {
    font-size: 16px;
  }
}
.lp_faq .faq .faq_item .title svg {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.35s;
}
@media (max-width: 599px) {
  .lp_faq .faq .faq_item .title svg {
    width: 24px;
    height: 24px;
  }
}
.lp_faq .faq .faq_item.open .title svg {
  transform: rotate(180deg);
}
.lp_faq .faq .faq_item .text {
  display: none;
  padding: 12px 0;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  color: var(--0b3948);
}
@media (max-width: 599px) {
  .lp_faq .faq .faq_item .text {
    padding: 12px 0 20px;
    font-size: 14px;
  }
}
.lp_faq .faq .faq_item .text > * {
  margin: 0 0 1em;
}
.lp_faq .faq .faq_item .text > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .ready_join .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .ready_join .wrapper {
    padding: 0;
  }
}
.ready_join .box {
  position: relative;
  padding: 60px 0;
  background: center/cover no-repeat url(../img/ready_join.svg), #fff;
  border: 1px solid #fff;
  border-radius: 8px;
}
@media (max-width: 599px) {
  .ready_join .box {
    padding: 40px 30px;
  }
}
.ready_join .box_wrapper {
  border-radius: 8px;
  background: var(--style);
  padding: 68px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1199px) {
  .ready_join .box_wrapper {
    padding: 75px 60px;
  }
}
@media (max-width: 599px) {
  .ready_join .box_wrapper {
    padding: 60px 24px;
  }
}
.ready_join .title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 48px;
  line-height: 125%;
  text-align: center;
  color: var(--0b3948);
}
@media (max-width: 1199px) {
  .ready_join .title {
    font-size: 36px;
  }
}
@media (max-width: 599px) {
  .ready_join .title {
    font-size: 28px;
  }
}
.ready_join .btn {
  min-width: 250px;
  height: 60px;
  border-radius: 8px;
  padding: 0 20px;
  background: var(--0b3948);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 148%;
  text-align: center;
  color: var(--style);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ready_join .btn:hover {
  background: #6D7758;
}

.need_banner {
  margin: 90px 0;
}
@media (max-width: 1199px) {
  .need_banner {
    margin: 70px 0 150px;
  }
}
@media (max-width: 599px) {
  .need_banner {
    margin: 35px 0 75px;
  }
}
@media (max-width: 1199px) {
  .need_banner .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .need_banner .wrapper {
    padding: 0 30px;
  }
}
.need_banner .box {
  border-radius: 8px;
  background: top left/265px no-repeat url(../img/need_banner.webp), #0B3948;
  display: grid;
  grid-template-columns: 335fr 780fr;
  align-items: center;
  gap: 40px;
  padding: 50px 120px;
  min-height: 220px;
}
@media (max-width: 1199px) {
  .need_banner .box {
    min-height: 215px;
    grid-template-columns: 238fr 273fr;
    padding: 36px 40px;
    background: center left/contain no-repeat url(../img/need_banner.webp), #0B3948;
  }
}
@media (max-width: 599px) {
  .need_banner .box {
    min-height: initial;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 60px 35px 45px;
    background: top left/120px no-repeat url(../img/need_banner.webp), #0B3948;
  }
}
.need_banner .section_title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 48px;
  color: var(--style);
}
@media (max-width: 1199px) {
  .need_banner .section_title {
    font-size: 36px;
    text-align: center;
  }
}
@media (max-width: 599px) {
  .need_banner .section_title {
    text-align: left;
    font-size: 28px;
  }
}
.need_banner .content {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 0 12px;
  align-items: start;
}
@media (max-width: 599px) {
  .need_banner .content {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.need_banner .content .icon {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100px;
  background: var(--style);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 599px) {
  .need_banner .content .icon {
    width: 48px;
  }
}
.need_banner .content .icon img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}
.need_banner .content .title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 40px;
  line-height: 148%;
  color: var(--style);
}
@media (max-width: 1199px) {
  .need_banner .content .title {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .need_banner .content .title {
    margin-top: 12px;
    font-size: 24px;
  }
}
.need_banner .content .text {
  grid-column: 2/2;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 148%;
  color: var(--style);
}
@media (max-width: 1199px) {
  .need_banner .content .text {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .need_banner .content .text {
    grid-column: initial;
  }
}
.need_banner .content .text > * {
  margin: 0 0 1em;
}
.need_banner .content .text > *:last-child {
  margin-bottom: 0;
}
.need_banner .content .text a {
  color: inherit;
  text-decoration: underline;
}

@media (max-width: 599px) {
  .lp_hero .wrapper {
    padding-top: 110px;
  }
}
@media (max-width: 599px) {
  .lp_hero .section_title {
    max-width: 200px;
  }
}
@media (max-width: 599px) {
  .lp_hero .img {
    width: 28%;
    top: 40px;
    right: 0;
  }
}

.why {
  padding: 90px 0;
}
@media (max-width: 1199px) {
  .why {
    padding: 70px 0;
  }
}
@media (max-width: 599px) {
  .why {
    padding: 0 0 36px;
  }
}
@media (max-width: 1199px) {
  .why .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .why .wrapper {
    padding: 0;
  }
}
.why .box {
  padding: 90px 115px 80px;
  border-radius: 8px;
  background: top -55px right/328px no-repeat url(../img/how_affilates.webp), var(--style);
}
@media (max-width: 1399px) {
  .why .box {
    padding: 90px 60px 80px;
  }
}
@media (max-width: 1199px) {
  .why .box {
    padding: 70px 40px 70px 60px;
    background: top -48px right/160px no-repeat url(../img/how_affilates.webp), var(--style);
  }
}
@media (max-width: 767px) {
  .why .box {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 599px) {
  .why .box {
    padding: 40px 30px 50px;
    border-radius: 0;
    background: top -35px right -55px/160px no-repeat url(../img/how_affilates.webp), var(--style);
  }
}
.why .section_title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: var(--0b3948);
}
@media (max-width: 1199px) {
  .why .section_title {
    font-size: 36px;
  }
}
@media (max-width: 599px) {
  .why .section_title {
    font-size: 24px;
    line-height: 125%;
  }
}
.why .list {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1199px) {
  .why .list {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media (max-width: 599px) {
  .why .list {
    grid-template-columns: 1fr;
  }
}
.why .list .item {
  border: 1px solid var(--eeeae5);
  border-radius: 8px;
  padding: 16px 20px 30px;
  background: var(--style);
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media (max-width: 1199px) {
  .why .list .item {
    padding: 16px 20px 20px;
  }
}
.why .list .item .icon {
  width: 76px;
  height: 76px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1199px) {
  .why .list .item .icon {
    width: 60px;
    height: 60px;
  }
}
.why .list .item .title {
  margin-top: 10px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  color: var(--0b3948);
}
@media (max-width: 1199px) {
  .why .list .item .title {
    font-size: 16px;
  }
}
.why .list .item .text {
  margin-top: 16px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 14px;
  line-height: 145%;
  color: var(--0b3948);
}
@media (max-width: 1199px) {
  .why .list .item .text {
    max-width: initial;
  }
}

@media (max-width: 1199px) {
  .work .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .work .wrapper {
    padding: 0;
  }
}
.work .box {
  padding: 85px 115px 110px;
  border-radius: 8px;
  background: var(--eeeae5);
}
@media (max-width: 1399px) {
  .work .box {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1199px) {
  .work .box {
    padding: 70px 40px 70px 60px;
    background: top -10px right/160px no-repeat url(../img/choose_bg.webp), var(--eeeae5);
  }
}
@media (max-width: 767px) {
  .work .box {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 599px) {
  .work .box {
    padding: 40px 30px 45px;
    border-radius: 0;
    background: top 30px right -60px/160px no-repeat url(../img/choose_bg.webp), var(--eeeae5);
  }
}
.work .section_title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: var(--0b3948);
}
@media (max-width: 1199px) {
  .work .section_title {
    font-size: 36px;
  }
}
@media (max-width: 599px) {
  .work .section_title {
    font-size: 28px;
  }
}
.work .list {
  margin-top: 75px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1199px) {
  .work .list {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media (max-width: 599px) {
  .work .list {
    grid-template-columns: 1fr;
  }
}
.work .list .item {
  border-radius: 8px;
  padding: 20px 20px 35px;
  background: var(--style);
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media (max-width: 1199px) {
  .work .list .item {
    padding: 16px 20px 20px;
  }
}
.work .list .item .icon {
  width: 76px;
  height: 76px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1199px) {
  .work .list .item .icon {
    width: 60px;
    height: 60px;
  }
}
.work .list .item .title {
  margin: 10px 0 0;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  color: var(--0b3948);
}
@media (max-width: 1199px) {
  .work .list .item .title {
    font-size: 16px;
  }
}
.work .list .item .text {
  margin-top: 16px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 14px;
  line-height: 145%;
  color: var(--0b3948);
}