@font-face {
  font-family: "Benzin";
  src: url("/wp-content/themes/understrap-child-1.2.0/fonts/Benzin-Semibold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Benzin";
  src: url("/wp-content/themes/understrap-child-1.2.0/fonts/Benzin-Bold.ttf") format("truetype");
  font-weight: 700;
}
html, body {
  font-family: "Arial", sans-serif;
}

.lp-banner {
  position: relative;
  background-image: url("/wp-content/themes/understrap-child-1.2.0/images/success-bg.jpg");
  min-height: 750px;
  padding: 50px 20px 106px;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lp-banner {
    padding: 50px 20px 40px;
    text-align: center;
  }
}
.lp-banner-suptitle {
  margin-bottom: 1rem;
  font-family: "Benzin", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  max-width: 640px;
}
/* @media screen and (max-width: 767px) {
  .lp-banner-suptitle {
    margin-bottom: 32px;
    font-size: 18px;
  }
} */
 .lp-banner-date {
  margin-bottom: 1rem;
 }
.lp-banner-title {
  font-family: "Benzin", sans-serif;
  font-weight: 700;
  font-size: 27px;
  line-height: 1.4;
  margin-bottom: 58px;
  width: 100%;
  max-width: 515px;
}
@media screen and (max-width: 767px) {
  .lp-banner-title {
    margin-bottom: 32px;
    font-size: 24px;
  }
}
.lp-banner-description {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .lp-banner-description {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.lp-banner-link {
  display: inline-block;
  margin-left: -36px;
  transition: transform 0.2s ease;
}
@media screen and (max-width: 767px) {
  .lp-banner-link {
    margin-left: 0;
  }
}
.lp-banner-link:hover {
  transform: scale(1.05);
}
.lp-banner-link img {
  height: 156px;
}
.lp-banner-link-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background:
    radial-gradient(circle at center, rgba(140, 150, 255, .28) 0%, rgba(140, 150, 255, 0) 55%),
    linear-gradient(90deg, #1700ff 0%, #534df6 50%, #1700ff 100%);
  width: 100%;
  max-width: 275px;
  height: 80px;
  font-family: "Benzin", sans-serif;
  font-weight: 700;
  font-size: 14px;
  border-radius: 12px;
  transition: transform 0.2s ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
  &:hover {
    background:
      radial-gradient(circle at center, rgba(170, 180, 255, .4) 0%, rgba(170, 180, 255, 0) 60%),
      linear-gradient(90deg, #2d1aff 0%, #6c69ff 50%, #2d1aff 100%);
    box-shadow:
      0 12px 28px rgba(41, 52, 255, .35),
      0 4px 10px rgba(0, 0, 0, .15);
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .lp-banner-link-btn {
    margin-left: 0;
  }
}
.lp-banner-link-btn:hover {
  transform: scale(1.05);
}
/* .lp-banner-link img {
  height: 156px;
} */
.lp-banner-content {
  position: relative;
  padding-top: 66px;
}
@media (max-width: 767px) {
  .lp-banner-content {
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }
}
.lp-banner-content > *:not(.lp-banner-author) {
  position: relative;
  z-index: 1;
}
.lp-banner-author {
  position: absolute;
  top: 0;
  right: 0;
  width: 800px;
  height: 740px;
}
@media (max-width: 1199px) {
  .lp-banner-author {
    transform: translateX(40%);
  }
}
@media (max-width: 767px) {
  .lp-banner-author {
    position: relative;
    align-self: center;
    width: 400px;
    height: 400px;
    transform: none;
    order: 2;
  }
}
.lp-banner-author-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 450px;
  height: 450px;
  transform: translate(-42%, -56%);
  border-radius: 50%;
  background-color: #0d0cfc;
}
@media (max-width: 767px) {
  .lp-banner-author-circle {
    width: 240px;
    height: 240px;
    top: 45%;
  }
}
.lp-banner-author-image {
  position: relative;
}
.lp-banner-curved-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  transform: translateY(50%);
}
.timer {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(20, 19, 253) 100%);
  width: 264px;
  height: 80px;
  margin-top: 0;
  border-radius: 15px;
}
/* @media screen and (max-width: 991px) {
  .timer {
    margin-top: -40px;
  }
} */
.timer-value {
  font-family: "Benzin", sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 20px;
}
.lp-banner footer {
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 991px) {
  .lp-banner footer {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .lp-banner footer {
    align-items: center;
    margin-top: 0;
    margin-bottom: 20px;
    order: 1;
  }
}
.lp-advantages {
  position: relative;
  padding: 60px 20px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .lp-advantages {
    padding: 40px 20px;
  }
}
.lp-advantages-title {
  margin-bottom: 90px;
  font-family: "Benzin", serif-sans;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .lp-advantages-title {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .lp-advantages-title {
    margin-bottom: 40px;
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  .lp-advantages-title {
    margin-bottom: 20px 0 0;
  }
}
.lp-advantages-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 40px;
  margin: 0 0 80px 0;
  padding-left: 0;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .lp-advantages-list {
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 20px;
    margin-bottom: 40px;
  }
}
.lp-advantages-list li {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  background-color: rgba(114, 114, 114, 0.07);
  flex: 0 0 auto;
  width: calc(33.3333333333% - 20px);
  min-height: 80px;
  height: auto;
  padding: 10px;
  text-align: center;
  border-radius: 20px;
  & > img {
    border-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .lp-advantages-list li {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 575px) {
  .lp-advantages-list li {
    width: calc(100% - 10px);
    /* height: 100px; */
  }
}
.lp-advantages-link {
  display: inline-block;
  transition: transform 0.2s ease;
}
.lp-advantages-link:hover {
  transform: scale(1.05);
}
.lp-advantages-link img {
  height: 156px;
}
.lp-efir {
  padding: 72px 0 50px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .lp-efir {
    padding: 40px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .lp-efir {
    padding: 40px 20px 20px;
  }
}
@media screen and (max-width: 575px) {
  .lp-efir {
    padding: 20px 0 0;
  }
}
.lp-efir-title {
  margin-bottom: 90px;
  font-family: "Benzin", serif-sans;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .lp-efir-title {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .lp-efir-title {
    margin-bottom: 40px;
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  .lp-efir-title {
    margin-bottom: 20px 0 0;
  }
}
.lp-efir-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 auto 60px;
  padding: 0 20px;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .lp-efir-list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .lp-efir-list {
    margin-bottom: 20px;
    gap: 10px;
  }
}
.lp-efir-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  flex: 0 0 auto;
  width: calc(33.3333333333% - 16px);
  padding: 26px 18px 30px;
  font-size: 14px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .lp-efir-list li {
    width: calc(50% - 12px);
  }
}
.lp-target {
  background-color: #141414;
  padding: 100px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .lp-target {
    padding: 60px 60px 20px 60px;
  }
}
@media screen and (max-width: 575px) {
  .lp-target {
    padding: 40px 20px 0;
  }
}
.lp-target-title {
  font-family: "Benzin", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 110px;
}
@media screen and (max-width: 991px) {
  .lp-target-title {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .lp-target-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .lp-target-title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.lp-target-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin: 0 auto 40px;
  max-width: 960px;
}
@media screen and (max-width: 991px) {
  .lp-target-content {
    max-width: 728px;
    padding: 40px 0 20px;
  }
}
@media screen and (max-width: 575px) {
  .lp-target-content {
    margin-bottom: 20px;
  }
}
.lp-target-row {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .lp-target-row.two {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 575px) {
  .lp-target-row.two {
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  .lp-target-row {
    flex-direction: column;
  }
}
.lp-target-item.five {
  margin-top: 100px;
  margin-left: -50px;
}
@media screen and (max-width: 767px) {
  .lp-target-item.five {
    margin-top: 0;
    margin-left: 0;
  }
}
.lp-target-count {
  font-family: "Benzin", sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  .lp-target-count {
    font-size: 80px;
  }
}
.lp-target-description {
  font-size: 14px;
  text-align: center;
}
.lp-target-arrow-right {
  margin-top: -50px;
  width: 200px;
  transform: rotate(-10deg);
}
@media screen and (max-width: 991px) {
  .lp-target-arrow-right {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .lp-target-arrow-right {
    display: none;
  }
}
.lp-target-arrow-down-left {
  margin-top: 40px;
  margin-left: 20px;
  width: 128px;
  transform: rotate(-28deg);
}
@media screen and (max-width: 991px) {
  .lp-target-arrow-down-left {
    width: 75px;
  }
}
@media screen and (max-width: 767px) {
  .lp-target-arrow-down-left {
    display: none;
  }
}
.lp-target-arrow-down-right {
  margin-top: -160px;
  margin-left: -150px;
  width: 200px;
  transform: rotate(245deg);
}
@media screen and (max-width: 767px) {
  .lp-target-arrow-down-right {
    display: none;
  }
}
.lp-target-arrow-left {
  width: 200px;
  transform: rotate(167deg);
}
@media screen and (max-width: 991px) {
  .lp-target-arrow-left {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .lp-target-arrow-left {
    display: none;
  }
}
.lp-form {
  background-color: #060606;
  padding: 80px 20px 60px;
}
@media screen and (max-width: 575px) {
  .lp-form {
    padding: 40px 0;
  }
}
.lp-form .iti {
  display: flex;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
}
.lp-form .iti__selected-flag {
  font-weight: 600;
}
.lp-form-icon {
  display: block;
  margin: -95px auto 0;
}
@media screen and (max-width: 575px) {
  .lp-form-icon {
    margin-top: -45px;
  }
}
.lp-form-title {
  font-family: "Benzin", sans-serif;
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  line-height: 1.15;
  margin-bottom: 20px;
  color: white;
}
@media screen and (max-width: 991px) {
  .lp-form-title {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .lp-form-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .lp-form-title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.lp-form-subtitle {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
  color: white;
}
@media screen and (max-width: 575px) {
  .lp-form-subtitle {
    margin-bottom: 20px;
  }
}
.lp-form #lp-form {
  max-width: 600px;
  margin: 0 auto;
  background-color: #141414;
  padding: 40px 60px 60px;
  border-radius: 20px;
}
.lp-form #lp-form input {
  display: flex;
  width: 100%;
  height: 50px;
  font-family: "Benzin", sans-serif;
  border-radius: 15px;
  font-size: 15px;
  padding: 8px 12px;
}
.lp-form #lp-form input:not(:last-child) {
  margin-bottom: 20px;
}
.lp-form #lp-form button {
  display: block;
  background-image: linear-gradient(0.028turn, rgb(3, 2, 252) 0%, rgb(3, 2, 252) 74%, rgb(133, 132, 255) 100%);
  border: none;
  border-radius: 15px;
  color: #fff;
  font-family: "Benzin", sans-serif;
  font-size: 16px;
  margin: 0 auto;
  padding: 10px 30px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 575px) {
  .lp-form #lp-form {
    padding: 10px;
    border-radius: 8px;
  }
}
.lp-footer {
  background-color: #101010;
  font-size: 15px;
  color: #fff;
  text-align: center;
  padding: 35px 0 45px;
}
.lp-footer-link {
  color: #ff8562;
  text-decoration: none;
}
.lp-footer-link:hover {
  color: #ff8562;
  text-decoration: underline;
}
.lp-link {
  display: inline-block;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  background:
    radial-gradient(circle at center, rgba(140, 150, 255, .28) 0%, rgba(140, 150, 255, 0) 55%),
    linear-gradient(90deg, #1700ff 0%, #534df6 50%, #1700ff 100%);
  font-family: "Benzin", sans-serif;
  font-weight: 700;
  font-size: 14px;
  border-radius: 12px;
  transition: transform 0.2s ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
  &:hover {
    background:
      radial-gradient(circle at center, rgba(170, 180, 255, .4) 0%, rgba(170, 180, 255, 0) 60%),
      linear-gradient(90deg, #2d1aff 0%, #6c69ff 50%, #2d1aff 100%);
    box-shadow:
      0 12px 28px rgba(41, 52, 255, .35),
      0 4px 10px rgba(0, 0, 0, .15);
    color: #fff;
  }
  transition: transform 0.2s ease;
}
.lp-link:hover {
  transform: scale(1.05);
}
.lp-link img {
  height: 156px;
}

.lrp-form {
    background-color: #060606;
    background-position: center;
    padding: 80px 20px 60px;
    @media screen and (max-width: 575px) {
        padding: 40px 0;
    }
    .iti {
        display: flex;
        width: 100%;
        height: 50px;
        margin-bottom: 20px;
        &__selected-flag {
            font-weight: 600;
        }
    }
    .lrp-form-icon {
        display: block;
        margin: -95px auto 0;
        @media screen and (max-width: 575px) {
            margin-top: -45px;
        }
    }
    .lrp-form-title {
        font-family: 'Benzin', sans-serif;
        font-size: 38px;
        font-weight: 700;
        text-align: center;
        line-height: 1.15;
        margin-bottom: 20px;
        color: white;
        @media screen and (max-width: 991px) {
            margin-bottom: 60px;
        }
        @media screen and (max-width: 991px) {
            margin-bottom: 40px;
        }
        @media screen and (max-width: 575px) {
            margin-bottom: 20px;
            font-size: 24px;
        }
    }
    .lrp-form-subtitle {
        position: relative;
        font-size: 20px;
        text-align: center;
        margin-bottom: 0;
        color: white;
        z-index: 1;
        @media screen and (max-width: 575px) {
            margin-bottom: -40px;
        }
    }
    #lrp-form {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 600px;
        margin: 0 auto;
        background-color: #000;
        padding: 40px 60px 60px;
        border-radius: 20px;
        input {
            display: flex;
            width: 100%;
            height: 50px;
            font-family: 'Benzin', sans-serif;
            border-radius: 15px;
            font-size: 15px;
            padding: 8px 12px;
            &:not(:last-child) {
                margin-bottom: 20px;
            }
        }
        button {
            display: block;
            background-image: linear-gradient(0.028turn,rgba(3,2,252,1) 0%,rgba(3,2,252,1) 74%,rgba(133,132,255,1) 100%);
            border: none;
            border-radius: 15px;
            color: #fff;
            font-family: 'Benzin', sans-serif;
            font-size: 16px;
            margin: 0 auto;
            padding: 10px 30px;
            transition: all 0.3s ease;
        }
        @media screen and (max-width: 575px) {
            padding: 10px;
            border-radius: 8px;
        }
    }
}