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

/* 02. Default */
#formbox {
  max-width: 390px;
  width: 100%;
  -webkit-box-shadow: 0px 1px 20px 0px #00000026;
  box-shadow: 0px 1px 20px 0px #00000026;
  border-radius: 2px;
}
.formBoxTitleContainer {
  padding-top: 37px;
}
.formBoxTitle {
  color: #111111;
  font-family: Inter;
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
}
.filed_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 40px 40px 40px;
  position: relative;
}
.intl-tel-input {
  width: 100%;
}
#fname,
#lname,
#email,
#phone {
  display: block;
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #cccccc;
  padding: 14px 15px;
  margin-bottom: 16px;
}
#phone {
  padding-left: 60px;
  margin: 0;
}
#checklabel,
#check {
  display: none;
}
.submit {
  display: block;
  width: 100%;
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  border: 0;
  border-radius: 28px;
  background: #253746;
  padding: 15px 0;
  cursor: pointer;
  margin-top: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.submit:hover {
  -webkit-box-shadow: 0 0 10px #253746;
  box-shadow: 0 0 10px #253746;
}
p#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: 1200px;
  margin: 0 auto;
}

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

/* intro */
.intro {
  background: url('../../assets/img/introBg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  padding-top: 197px;
  padding-bottom: 70px;
  position: relative;
}
.intro::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#253746),
    to(rgba(37, 55, 70, 0))
  );
  background: -o-linear-gradient(bottom, #253746 0%, rgba(37, 55, 70, 0) 100%);
  background: linear-gradient(0deg, #253746 0%, rgba(37, 55, 70, 0) 100%);
  z-index: 1;
}
.introInner {
  position: relative;
  z-index: 2;
}
.introText {
  width: 63%;
  background: #626da1f2;
  padding: 35px 50px;
}
.introSub {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-align: left;
}
.introTitle {
  color: #fff;
  font-family: Inter;
  font-size: 38px;
  font-weight: 700;
  line-height: 53.2px;
  text-align: left;
}
.introSub1 {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  margin-top: 17px;
}
.introBtn {
  display: inline-block;
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  padding: 13px 47px;
  border: 1px solid #ffffff;
  border-radius: 28px;
  margin-top: 33px;
}

/* money */
.money {
  padding-top: 70px;
  padding-bottom: 60px;
}
.moneyTitle {
  color: #1f2528;
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
}
.moneySub {
  color: #1f2528;
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}
.moneyContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  margin-top: 30px;
}
.moneyVideo {
  width: 62%;
  position: relative;
  height: 420px;
}

/* why */
.why {
  background: #626da1;
  padding-top: 32px;
  padding-bottom: 62px;
}
.whyInner {
  padding: 0 16px;
}
.whyTitle {
  color: #fff;
  font-family: Inter;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
}
.whySub {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
}
.whyBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
.whyBlock {
  width: calc(33.333% - 15px);
  background: #ffffff;
  border: 1px solid #dfe0e1;
  padding: 26px 31px 47px 26px;
  border-radius: 6px;
}
.whyBlockSub {
  color: #1f2528;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
}
.whyBlockImg {
  margin-top: 23px;
}
.whyBlockImg img {
  display: block;
  max-width: 100%;
}
.whyBlockTitle {
  color: #1f2528;
  font-family: Inter;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
  text-align: left;
  margin-top: 20px;
}
.whyBlockSub1 {
  color: #1f2528;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-top: 20px;
}

/* info */
.info {
  padding-top: 25px;
  padding-bottom: 226px;
}
.infoInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 850px;
  margin: 0 auto;
  border: 1px solid #dfe0e1;
}
.infoLeft {
  width: 50%;
}
.infoImg {
  padding: 20px 0;
}
.infoImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.infoLeftText {
  padding: 23px 35px;
  border-top: 1px solid #dfe0e1;
}
.infoTitle {
  color: #1f2528;
  font-family: Inter;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
}
.infoLefSub {
  font-family: Inter;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  text-align: left;
  margin-top: 23px;
}
.infoRight {
  width: 50%;
  padding: 26px 25px 26px 23px;
  border-left: 1px solid #dfe0e1;
}
.infoSub {
  color: #1f2528;
  font-family: Inter;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
}

/* wrapper */
.wrapper {
  background: #253746;
}

/* invest */
.invest {
  padding-top: 64px;
}
.investInner {
  margin-top: -226px;
  padding: 0 16px;
}
.investTitle {
  color: #1f2528;
  font-family: Inter;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
}
.investBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
}
.investBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: calc(33.33% - 16px);
  height: 370px;
  position: relative;
}
.investBlock::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000040;
  z-index: 1;
}
.investBlock1 {
  background: url('../../assets/img/invest1.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}
.investBlock2 {
  background: url('../../assets/img/invest2.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}
.investBlock3 {
  background: url('../../assets/img/invest3.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}
.investBlockText {
  position: relative;
  z-index: 2;
  padding: 0 14px 28px 24px;
}
.investBlockSub {
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  text-transform: uppercase;
}
.investBlockTitle {
  color: #fff;
  font-family: Inter;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
  text-align: left;
  margin-top: 3px;
}
.btnContainer {
  text-align: center;
}
.investBtn {
  display: inline-block;
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  border-radius: 28px;
  padding: 13px 90px;
  border: 1px solid #ffffff;
  margin-top: 53px;
}

/* what */
.what {
  padding-top: 56px;
  padding-bottom: 68px;
}
.whatInner {
  padding: 0 16px;
}
.whatTitle {
  color: #fff;
  font-family: Noto Sans;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
}
.whatBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 33px;
  margin-top: 43px;
}
.whatBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  width: calc(50% - 25px);
}
.whatBlockImg img {
  display: block;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.whatBlockTitle {
  color: #fff;
  font-family: Inter;
  font-size: 22px;
  font-weight: 700;
  line-height: 26.63px;
  text-align: left;
}
.whatBlockSub {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 30.6px;
  text-align: left;
  margin-top: 14px;
}

/* support */
.support {
  padding: 96px 0;
}
.supportInner {
  padding: 0 16px;
  position: relative;
}
.supportImg {
  width: 68%;
}
.supportImg img {
  display: block;
  max-width: 100%;
}
.supportText {
  width: 60%;
  background: #58798d;
  padding: 63px 70px 63px 60px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(28px);
  -ms-transform: translateY(28px);
  transform: translateY(28px);
  z-index: 1;
}
.supportSub {
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
}
.supportTitle {
  color: #fff;
  font-family: Inter;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.73px;
  text-align: left;
  margin-top: 16px;
}
.supportSub1 {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 30.6px;
  text-align: left;
  margin-top: 20px;
}
.supportBtn {
  display: inline-block;
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  background: #253746;
  padding: 15px 55px;
  border-radius: 28px;
  margin-top: 56px;
}

/* footer */
.footer {
  padding: 24px 0;
}
.footerImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.footerSub {
  color: #1f2528;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: center;
  margin-top: 50px;
}
