* {
  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;
}

@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

#formbox {
  max-width: 371px;
  width: 100%;
  margin-top: 30px;
}
.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;
  padding: 36px 16px 20px 16px;
  position: relative;
}
.intl-tel-input {
  width: 100%;
}
#fname,
#lname,
#email,
#phone {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 15.5px 12px;
  border-radius: 15px;
  border: 0;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05),
    0px 0px 0px 1px #e2e8f0;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05), 0px 0px 0px 1px #e2e8f0;
  margin-bottom: 16px;
  width: 100%;
}
#phone {
  padding-left: 60px;
  margin: 0;
}
#checklabel,
#check {
  display: none;
}
.submit {
  display: inline-block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  border-radius: 20px;
  background: #7ed321;
  -webkit-box-shadow: 0px 16px 35px 0px rgba(6, 26, 45, 0.1),
    0px 63px 63px 0px rgba(6, 26, 45, 0.09),
    0px 143px 86px 0px rgba(6, 26, 45, 0.05),
    0px 254px 102px 0px rgba(6, 26, 45, 0.01), 0px 4px 0px 0px #69b31f;
  box-shadow: 0px 16px 35px 0px rgba(6, 26, 45, 0.1),
    0px 63px 63px 0px rgba(6, 26, 45, 0.09),
    0px 143px 86px 0px rgba(6, 26, 45, 0.05),
    0px 254px 102px 0px rgba(6, 26, 45, 0.01), 0px 4px 0px 0px #69b31f;
  border: 0;
  padding: 15px;
  margin-top: 35px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.submit:hover {
  -webkit-box-shadow: 0 0 10px #7ed321;
  box-shadow: 0 0 10px #7ed321;
}
#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: 1260px;
  margin: 0 auto;
}

/* header */
.header {
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  padding: 10px 0;
}
.headerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.logo {
  padding-left: 20px;
}
.logo img {
  display: block;
  max-width: 100%;
}
.hurry {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px 0px 20px 20px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#76ca22),
    to(#b6ff6f)
  );
  background: -o-linear-gradient(top, #76ca22 0%, #b6ff6f 100%);
  background: linear-gradient(180deg, #76ca22 0%, #b6ff6f 100%);
  margin-right: 15%;
  padding: 15px 25px;
}
.hurryTitle {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.hurryCounter {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

/* intro */
.intro {
  background: #203041 url('../../assets/img/introBg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  padding-top: 20px;
  padding-bottom: 110px;
  position: relative;
  margin-top: 70px;
}
.introText {
  width: 55%;
}
.introTitle {
  color: #fff;
  text-shadow: 0px 6px 10px rgba(15, 49, 109, 0.5);
  font-family: Montserrat;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 85.714% */
  text-transform: uppercase;
}
.introSub {
  color: #fff;
  text-shadow: 0px 6px 10px rgba(15, 49, 109, 0.5);
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 43px;
}
.introContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}
.introBox {
  border-radius: 60px;
  width: calc(50% - 15px);
  min-height: 605px;
  position: relative;
}
.introBox1 {
  background: url('../../assets/img/introImg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}
.introBox2 {
  background: url('../../assets/img/introImg1.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}
.introBoxText {
  position: absolute;
  top: 53%;
  padding-left: 16px;
  padding-right: 20px;
}
.introBoxTitle {
  color: #fff;
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.56px;
}
.introBoxSub {
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26.28px;
  margin-top: 1px;
}
.introBoxDivider {
  height: 1px;
  background: #a3a3a3;
  width: 90%;
  margin-top: 13px;
}
.introBoxSub1 {
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.22px;
  margin-top: 15px;
}

/* state */
.state {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(0),
    color-stop(0.47%, rgba(255, 255, 255, 0)),
    color-stop(60.75%, #203041)
  );
  background: -o-linear-gradient(
    0,
    rgba(255, 255, 255, 0) 0.47%,
    #203041 60.75%
  );
  background: linear-gradient(0, rgba(255, 255, 255, 0) 0.47%, #203041 60.75%);
}
.stateTitle {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}
.stateContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  margin-top: 45px;
}
.stateImg {
  width: 60%;
}
.stateImg img {
  display: block;
  max-width: 100%;
}
.stateText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  width: 24%;
}
.stateTextBox {
  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;
  border-radius: 20px;
  background: rgba(43, 43, 43, 0.58);
  padding: 10px;
}
.stateTextBoxCoin {
  color: #fff;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.429px;
}
.stateTextBoxRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.stateTextBoxValue {
  color: #75c922;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.stateTextBoxRight img {
  display: block;
}
.stateBtn {
  display: block;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 43px;
  border-radius: 20px;
  background: -o-linear-gradient(283deg, #b6ff6f 1.35%, #75c922 73.25%);
  background: linear-gradient(167deg, #b6ff6f 1.35%, #75c922 73.25%);
  -webkit-box-shadow: 0px 16px 35px 0px rgba(6, 26, 45, 0.1),
    0px 63px 63px 0px rgba(6, 26, 45, 0.09),
    0px 143px 86px 0px rgba(6, 26, 45, 0.05),
    0px 254px 102px 0px rgba(6, 26, 45, 0.01), 0px 4px 0px 0px #69b31f;
  box-shadow: 0px 16px 35px 0px rgba(6, 26, 45, 0.1),
    0px 63px 63px 0px rgba(6, 26, 45, 0.09),
    0px 143px 86px 0px rgba(6, 26, 45, 0.05),
    0px 254px 102px 0px rgba(6, 26, 45, 0.01), 0px 4px 0px 0px #69b31f;
  padding: 8px 0;
  margin-top: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.stateBtn:hover {
  color: #23527c;
}

/* job */
.job {
  padding-bottom: 100px;
}
.jobTitle {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
}
.jobDivider {
  background: #737373;
  height: 1px;
  width: 100%;
  margin-top: 16px;
}
.jobSub {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 27px;
}
.jobBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 945px;
  margin: 0 auto;
  margin-top: 100px;
}
.jobBlock {
  width: 32%;
}
.jobBlock1 .jobBlockTop {
  background: url('../../assets/img/job1.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.jobBlock2 .jobBlockTop {
  background: url('../../assets/img/job2.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.jobBlock3 .jobBlockTop {
  background: url('../../assets/img/job3.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.jobBlockTop {
  min-height: 292.85px;
  position: relative;
}
.jobBlockText {
  position: absolute;
  top: 70%;
  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;
  width: 100%;
  padding: 0 26px;
}
.jobBlockName {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.857px;
}
.jobBlockValue {
  color: #b6ff6f;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34.286px;
}
.jobBlockSub {
  color: #121825;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-top: 10px;
}

/* items */
.items {
  background: #121825;
  padding-top: 30px;
  padding-bottom: 50px;
}
.itemsTitle {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 39.9px; /* 133% */
  text-transform: capitalize;
}
.itemsSub {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 20px;
}
.itemsBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 100px;
}
.itemBlock {
  width: 23%;
  border-radius: 50px;
  background: #f8f8f8;
  min-height: 270px;
  padding: 89px 25px 8px 25px;
  position: relative;
}
.itemBlockImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
}
.itemBlockImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.itemBlockTitle {
  color: #333;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.itemBlockSub {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 10px;
}

/* money */
.money {
  background: rgba(30, 30, 30, 0.31);
  padding-bottom: 40px;
}
.moneyTop {
  padding: 30px 0;
}
.moneySub {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.moneySub span {
  color: #69b21f;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24.4px;
}
.moneyTopContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
.moneyTopText {
  width: 65%;
}
.moneyImg {
  width: 31%;
}
.moneyImg img {
  display: block;
  max-width: 100%;
}
.moneyTitle {
  color: #3b4034;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}
.moneySub1 {
  color: #3b4034;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.96px;
  margin-top: 45px;
}
.moneyBottom {
  background: rgba(30, 30, 30, 0.61);
  padding: 7px 0;
}
.moneyBottomInner {
  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;
}
.moneyBottomInner img {
  display: block;
}

/* comment */
.comment {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#121825),
    to(#129d7f)
  );
  background: -o-linear-gradient(top, #121825 0%, #129d7f 100%);
  background: linear-gradient(180deg, #121825 0%, #129d7f 100%);
  padding-top: 78px;
}
.commentTop {
  padding-bottom: 50px;
}
.numbersBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 920px;
  margin: 0 auto;
}
.numberBlock {
  width: 32%;
}
.numberBlockName {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.numberBlockImg {
  position: relative;
  margin-top: 11px;
}
.numberBlockImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.numberBlockValue {
  color: #b6ff6f;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34.286px;
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
}
.numberBlockSub {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-top: 10px;
}
.commentBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 100px;
}
.commentBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  border-radius: 20px;
  border-bottom: 0.8px solid #6d6d6d;
  background: #fff;
  padding: 10px;
}
.commentBlockImg {
  margin-top: 4px;
}
.commentBlockImg img {
  display: block;
  width: 70px;
  height: 70px;
}
.commentBlockText {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.commentBlockName {
  color: #155ea0;
  font-family: Montserrat;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.commentBlockSub {
  color: #5a5a5a;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 11px;
}
.commentBlockBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  margin-top: 12px;
}
.commentBlockBottomBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.commentBlockBottomSub {
  color: #61b3ff;
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.714px;
}
.register {
  text-align: center;
  margin-top: 60px;
}
.registerTitle {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 39.9px;
}
.registerBtn {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 42.857px;
  border-radius: 20px;
  background: -o-linear-gradient(276deg, #b6ff6f 1.35%, #75c922 73.25%);
  background: linear-gradient(174deg, #b6ff6f 1.35%, #75c922 73.25%);
  -webkit-box-shadow: 0px 16px 35px 0px rgba(6, 26, 45, 0.1),
    0px 63px 63px 0px rgba(6, 26, 45, 0.09),
    0px 143px 86px 0px rgba(6, 26, 45, 0.05),
    0px 254px 102px 0px rgba(6, 26, 45, 0.01), 0px 4px 0px 0px #69b31f;
  box-shadow: 0px 16px 35px 0px rgba(6, 26, 45, 0.1),
    0px 63px 63px 0px rgba(6, 26, 45, 0.09),
    0px 143px 86px 0px rgba(6, 26, 45, 0.05),
    0px 254px 102px 0px rgba(6, 26, 45, 0.01), 0px 4px 0px 0px #69b31f;
  padding: 10px 240px;
  -webkit-animation: heartbeat 3s ease-in-out infinite both;
  animation: heartbeat 3s ease-in-out infinite both;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 50px;
}
.registerBtn:hover {
  color: #23527c;
}

/* how */
.how {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 55px;
}
.howImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.howSub {
  color: #3b4034;
  text-align: center;
  font-family: Montserrat;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

/* footer */
.footer {
  background: #124c48;
  padding: 20px 0;
}
.footerSub {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
