.action {
  padding: 176px 0 100px;
  color: #fff;
  background: #261440;
}

.action span {
  color: #f1775b;
}

.action_title {
  font-weight: 700;
  font-size: 60px;
  line-height: 74px;
  text-align: center;
  margin-bottom: 50px;
}

.action_inner {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 30px;
}

.action_itemBg {
  max-width: calc(50% - 20px);
  width: 100%;
  min-height: 160px;
  display: grid;
  place-items: center;
  padding: 1px;
  border-radius: 30px;
  background: linear-gradient(180deg, #f2785c 0%, rgba(242, 120, 92, 0) 100%);
}

.action_item {
  border-radius: 30px;
  padding: 28px 17px 28px 23px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #261440;
}

.action_imWrp {
  display: grid;
  place-items: center;
  max-width: 70px;
  width: 100%;
  height: 70px;
  background: rgba(241, 119, 91, 0.25);
  border-radius: 15px;
}

.action_img {}

.action_text {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

.join {
  padding: 15px 0 10px;
}

.join_inner {
  display: flex;
  align-items: center;
}

.join_textWrp {}

.join_title {
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-size: 60px;
  line-height: 74px;
  color: #261440;
  margin-bottom: 50px;
  white-space: nowrap;
}

.accent {}

.join_text {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #261440;
  opacity: 0.85;
  max-width: 809px;
}

.join_img {
  margin: 0 -150px 0 -115px;
}

.discover {
  color: #fff;
  padding: 80px 0;
  background: center / cover no-repeat url(../images/bg2-min.jpg);
}

.discover .accent {
  color: #BC1483;
}

.discover_title {
  font-weight: 600;
  font-size: 60px;
  line-height: 74px;
  max-width: 1223px;
  margin-bottom: 50px;
}

.discover_inner {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
}

.discover_item {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 25px;
  padding: 28px 29px;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: conic-gradient(from 180deg at 50% 50%, #d91494 0deg, #9450f2 184.87deg, #f2785c 360deg);
  border: 1px solid #BC1483;
  border-radius: 10px 50px;
}

.discover_img {
  width: 54px;
}

.discover_text {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  opacity: 0.85;
  padding-right: 25px;
}

.last {
  padding: 100px 0 80px;
  background: center / cover no-repeat url(../images/bg3-min.jpg);
}

.last_part1 {
  display: flex;
  flex-direction: column;
}

.last_inner {
  display: flex;
  column-gap: 60px;
}

.last_inner .form_item {
  max-width: 622px;
}

.last_line {
  width: 100%;
}

.last_title {
  margin-top: 40px;
  font-weight: 600;
  font-size: 60px;
  line-height: 74px;
  max-width: 850px;
  color: #ffffff;
}

.last_title span {
  color: #f2785c;
}

.footer {
  padding: 30px 0;
}

.footer_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.footer_disclaimers {
  display: flex;
  column-gap: 25px;
}

.footer_disclaimer {
  list-style: none;
}

.footer_disclaimer a {
  text-decoration: none;
  color: #f2785c;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.03em;
}

.footer_text {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.03em;
}

@media (max-width: 1200px) {
  .action {
    padding: 80px 0;
  }

  .action_title {
    font-size: 50px;
    line-height: 62px;
  }

  .action_inner {
    display: block;
  }

  .action_itemBg {
    max-width: 100%;
    min-height: unset;

    margin-bottom: 30px;
  }

  .action_itemBg:last-child {
    margin-bottom: 0;
  }

  .join {
    padding: 0 0 40px;
  }

  .join_inner {
    flex-direction: column-reverse;
  }

  .join_img {
    margin: 0;
    width: 80%;
  }

  .join_textWrp {
    margin-top: 24px;
  }

  .join_title {
    white-space: normal;
    text-align: center;
    margin-bottom: 30px;
  }

  .join_text {
    text-align: center;
  }

  .discover {
    padding: 50px 0;
  }

  .discover_title {
    font-size: 50px;
    line-height: 62px;
  }

  .discover_item {
    padding: 20px 20px 20px 25px;
  }

  .discover_text {
    font-size: 18px;
    line-height: 22px;
    padding: 0;
  }

  .last {
    padding: 80px 0;
  }

  .last_inner {
    flex-direction: column-reverse;
  }

  .last_title {
    margin: 40px auto 60px;
    text-align: center;
    font-size: 50px;
    line-height: 61px;
  }

  .last .form_item {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .action {
    padding: 50px 0;
  }

  .action_title {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 30px;
  }

  .action_item {
    padding: 20px 20px 20px 25px;
  }

  .action_imWrp {
    max-width: 50px;
    height: 50px;
  }

  .action_img {
    width: 100%;
  }

  .action_text {
    font-size: 16px;
    line-height: 19px;
  }

  .join {
    padding: 0 0 20px;
  }

  .join_img {
    width: 100%;
  }

  .join_textWrp {
    margin-top: 38px;
  }

  .join_title {
    font-size: 28px;
    line-height: 34px;
    max-width: 200px;
    margin: 0 auto 20px;
  }

  .join_text {
    font-size: 16px;
    line-height: 20px;
  }

  .discover_title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
  }

  .discover_item {
    padding: 20px 20px 20px 15px;
    align-items: flex-start;
    column-gap: 15px;
  }

  .discover_img {
    width: 41px;
  }

  .discover_text {
    font-size: 16px;
    line-height: 19px;
  }

  .last {
    padding: 50px 0;
  }

  .last_title {
    font-size: 28px;
    line-height: 34px;
    margin: 25px 0 40px;
  }

  .footer_inner {
    row-gap: 20px;
    flex-direction: column;
  }

  .footer_inner img {
    width: 50%;
    max-width: 213px;
  }

  .footer_disclaimer a {
    font-size: 12px;
  }
}