* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}
a,
button:active,
button:focus,
input:active,
input:focus {
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}

/* form */
.formbox {
  max-width: 300px;
  width: 100%;
}
.filed_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.intl-tel-input {
  width: 100%;
}
.fname,
.lname,
.email,
.phone {
  display: block;
  color: #000;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 8px;
  border: 1px solid #000;
  background: transparent;
  width: 100%;
  padding: 12px 20px 17px 20px;
  margin-bottom: 20px;
}
.phone {
  padding-left: 60px;
  margin: 0;
}
.checklabel,
.check {
  display: none;
}
.submit {
  display: block;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-radius: 8px;
  background: #3c9070;
  border: 0;
  cursor: pointer;
  margin-top: 20px;
  padding: 13px 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.submit:hover {
  -webkit-box-shadow: 0 0 10px #3c9070;
  box-shadow: 0 0 10px #3c9070;
}
.error-msg {
  display: block;
  margin-top: 20px;
  color: red;
  font-size: 20px;
}
.loadingView {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loadingView img {
  max-width: 100%;
}

/* container */
.container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

/* header */
.header {
  background: #fff;
  padding: 12.5px 0;
}
.logo img {
  display: block;
  max-width: 100%;
}

/* intro */
.intro {
  padding-top: 55px;
  padding-bottom: 63px;
  background: #f0f0f0;
}
.introTitle {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.introTitle span {
  color: #3c9070;
  font-family: Inter;
}
.introSub {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 1180px;
  margin: 0 auto;
  margin-top: 20px;
}
.introContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.introVideo {
  position: relative;
  width: 42%;
  height: 304px;
}
.introVideo video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.introItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 37px;
}
.introItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 25.6%;
  border-radius: 15px;
  border: 1px solid #3c9070;
  background: #fff;
  padding: 10px;
}
.introItemImg img {
  display: block;
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.introItemText {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.introItemName {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.introItemDesc {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 5px;
}
.introItemDesc span {
  color: #3c9070;
  font-family: Inter;
}
.introItemSub {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 5px;
}

/* why */
.why {
  padding: 148px 0;
  background: url('../../assets/img/whyBg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}
.whyTitle {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.whySub {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 40px;
}

/* issues */
.issues {
  padding-top: 80px;
  padding-bottom: 70px;
}
.issuesTitle {
  color: #f00;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.issuesBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  max-width: 1010px;
  margin: 0 auto;
  margin-top: 60px;
}
.issueBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 0 20px;
  border-left: 4px solid #f00;
}
.issueBlockTitle {
  color: #000;
  font-family: Inter;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.issueBlockSub {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.issuesSub {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 60px 30px;
  border-radius: 12px;
  background: #3c9070;
  margin-top: 60px;
}

/* need */
.need {
  padding-top: 48px;
  padding-bottom: 94px;
  background: url('../../assets/img/whyBg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}
.needTitle {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.needBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
}
.needBlock {
  width: 15.6%;
}
.needBlockNumber {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.needBlockSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 15px;
  border: 1px solid #3c9070;
  background: #fff;
  height: 100px;
  padding: 12px 10px;
  margin-top: 10px;
}

/* risk */
.risk {
  background: #f0f0f0;
  padding: 60px 0;
}
.riskTitle {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.riskContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}
.riskImg {
  width: 35%;
}
.riskImg img {
  display: block;
  max-width: 100%;
}
.riskSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  width: 54%;
}
.riskSub {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 20px;
  border-left: 4px solid #3c9070;
}

/* items */
.items {
  padding-top: 48px;
  padding-bottom: 112px;
  background: url('../../assets/img/whyBg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}
.itemsTitle {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.itemsBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
.itemBlock {
  border-radius: 15px;
  border: 1px solid #3c9070;
  background: #fff;
  padding: 30px 20px 16px 20px;
  height: 332px;
  width: 24%;
}
.itemBlockTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.itemBlockImg img {
  display: block;
  width: 60px;
  height: 74px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.itemBlockTopText {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.itemBlockName {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.itemBlockDesc {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 5px;
}
.itemBlockSub {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 20px;
}

/* get */
.get {
  background: #f0f0f0;
  padding: 60px 0px;
}
.getImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.getTitle {
  color: #3c9070;
  text-align: center;
  font-family: Inter;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 1124px;
  margin: 0 auto;
  margin-top: 30px;
}
.formbox_second {
  margin: 0 auto;
  margin-top: 60px;
}

/* footer */
.footer {
  background: #fff;
  padding: 12.5px 0;
}
.footerLogo img {
  display: block;
  max-width: 100%;
}