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

/* container */
.container {
  max-width: 1170px;
  margin: 0 auto;
}

/* header */
.headerTop {
  border-top: 5px solid #1b729e;
  background: #fff;
  padding: 12.5px 16px 9.5px 16px;
}
.headerTopInner {
  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;
}
.logo img {
  display: block;
  max-width: 100%;
}
.headerLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.headerLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: #81838d;
  font-family: Helvetica;
  font-size: 12.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 187.5% */
  text-transform: uppercase;
  padding: 0 12px;
}
.headerLink img {
  display: block;
}
.headerRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.searchLink {
  display: block;
  border-right: 1px solid #e5e7eb;
  padding-right: 13px;
}
.searchLink img {
  display: block;
}
.headerRightLink {
  display: block;
  color: #81838d;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.headerRightLink:nth-child(3) {
  padding-right: 13px;
  border-right: 1px solid #e5e7eb;
}
.loginBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #81838d;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.loginBtn img {
  display: block;
}
.headerBottom {
  background: #f8f9fb;
  border-top: 2px solid #80a335;
  padding: 8px 0;
}
.headerBottomInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.homeLink img {
  display: block;
}
.headerBottomLink {
  color: #696b74;
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px; /* 150% */
}
.headerBottomSub {
  color: #292929;
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.5px; /* 150% */
}

/* intro */
.intro {
  background: #ebf3f8;
}
.introTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 56px 0;
}
.introText {
  width: 49.5%;
}
.introTitle {
  color: #292929;
  font-family: Helvetica;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 110% */
}
.introSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3px;
  margin-left: 20px;
  margin-top: 34px;
}
.introSub {
  color: #696b74;
  font-family: Helvetica;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
}
.introSub a {
  color: #1599d5;
  font-family: Helvetica;
}
.introUsers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 58px;
}
.introUsersBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.introUserBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  border-radius: 9999px;
  background: #fff;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  padding: 0 16px 0 5px;
}
.introUserBoxImg img {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  border: 1px solid #ecedee;
}
.introUserBoxTitle {
  color: #292929;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.introUserBoxSub {
  color: #9c9ea5;
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px; /* 150% */
}
.introUsersDate {
  padding-left: 16px;
  border-left: 1px solid #dfdfe2;
}
.introUsersDateSub {
  color: #292929;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.introUsersDateSub1 {
  color: #9c9ea5;
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px; /* 150% */
}
.introTextBottom {
  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: 39px;
}
.saveContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.saveSub1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #292929;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.saveSub1 img {
  display: block;
}
.saveSub2 {
  color: #80a335;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 150% */
}
.introSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.introSocialLink img {
  display: block;
}
.introImg {
  width: 40.8%;
}
.introImg img {
  display: block;
  max-width: 100%;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
}
.introBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding-top: 8px;
  padding-bottom: 24px;
}
.introBottomSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #696b74;
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px; /* 150% */
}
.introBottomSub img {
  display: block;
}

/* accounts */
.accounts {
  background: #fff;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
}
.accountsInner {
  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;
}
.accountsLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px;
}
.accountLink {
  color: #292929;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  border-bottom: 3.5px solid transparent;
  padding: 16px 0;
}
.accountLinkActive {
  border-bottom: 3.5px solid #1599d5;
}
.accountsBtn {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  padding: 8px 16px;
  border-radius: 4px;
  background: #1599d5;
}

/* offers */
.offers {
  padding: 36px 0;
  margin-top: 56px;
}
.offersInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.offerBox {
  width: 49.3%;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
}
.offerBoxTop {
  padding: 8px;
}
.offerBoxTopInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 6px;
  border: 1px solid #b7b8be;
  background: #fff;
}
.offerBoxTopBox {
  width: 50%;
  padding: 8px 9px 8px 8px;
}
.offerBoxTopBox:first-child {
  border-right: 1px solid #b7b8be;
}
.offerBoxTopBoxNumber {
  color: #dfdfe2;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 133.333% */
}
.offerBoxTopBoxNumber span {
  color: #292929;
  font-family: Helvetica;
}
.offerBoxTopBoxSub {
  color: #292929;
  font-family: Helvetica;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 8px; /* 100% */
}
.offerBoxBottom {
  max-width: 384px;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 16px;
}
.offerBoxImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.offerBoxTitle {
  color: #292929;
  text-align: center;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  margin-top: 12px;
}
.offerBoxSub {
  color: #696b74;
  text-align: center;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-top: 12px;
}
.offerBoxBtn {
  display: block;
  color: #fff;
  text-align: center;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  border-radius: 4px;
  background: #1599d5;
  padding: 16px 0;
  margin-top: 12px;
}

/* page */
.page {
  padding: 36px 0;
  background: #f8f9fb;
}
.pageInner {
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
}
.pageTitle {
  display: inline-block;
  color: #fff;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 150% */
  border-radius: 0 16px 16px 0;
  background: #83b616;
  padding: 4px 8px;
}
.pageSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px;
}
.pageSubsInner {
  width: calc(50% - 8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pageSub {
  color: #696b74;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  padding: 8px 16px 8px 32px;
}

/* what */
.what {
  padding-top: 36px;
  padding-bottom: 64px;
}
.whatTitle {
  color: #292929;
  font-family: Helvetica;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 51px; /* 150% */
}
.whatSub {
  color: #696b74;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-top: 16px;
}
.whatTextBottom {
  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: 20.5px;
}
.whatSub1 {
  color: #292929;
  font-family: Helvetica;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; /* 150% */
}
.whatInfoSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #696b74;
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px; /* 150% */
}
.whatInfoSub img {
  display: block;
}
.whatBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-top: 20.5px;
}
.whatBox {
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  padding: 16px 40px 24px 40px;
}
.whatBoxTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 6px;
  border: 1px solid #b7b8be;
  background: #fff;
}
.whatBoxTopBox {
  width: 50%;
  padding: 8px 9px 8px 8px;
}
.whatBoxTopBox:first-child {
  border-right: 1px solid #b7b8be;
}
.whatBoxTopBoxNumber {
  color: #dfdfe2;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 133.333% */
}
.whatBoxTopBoxNumber span {
  color: #292929;
  font-family: Helvetica;
}
.whatBoxTopBoxSub {
  color: #292929;
  font-family: Helvetica;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 8px; /* 100% */
}
.whatBoxBottom {
  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;
  gap: 16px;
}
.whatBoxImg img {
  display: block;
  max-width: 100%;
}
.whatBoxTitle {
  color: #1599d5;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  margin-top: 15.5px;
}
.whatBoxSubs {
  width: 48.6%;
  margin-left: 20px;
  padding-top: 28px;
  padding-bottom: 16px;
}
.whatBoxSub {
  color: #696b74;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.whatBoxSub a {
  color: #1599d5;
  font-family: Helvetica;
  font-weight: 700;
}
.whatBoxSubGreen {
  color: #396;
}
.whatBtn {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  border-radius: 4px;
  background: #1599d5;
  padding: 16px;
  width: 288px;
}
.whatBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin-top: 24px;
}

/* grow */
.grow {
  padding-top: 22px;
  padding-bottom: 72.5px;
  background: #ebf3f8;
}
.growTitle {
  color: #292929;
  font-family: Helvetica;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 51px; /* 150% */
}
.growSub {
  color: #696b74;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-top: 15.5px;
}

/* open */
.open {
  padding-top: 36px;
  padding-bottom: 72.5px;
}
.openInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.openTitle {
  color: #292929;
  font-family: Helvetica;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 51px; /* 150% */
}
.openSub {
  color: #696b74;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.openSub img {
  display: inline-block;
  vertical-align: middle;
}
.openTitle1 {
  color: #292929;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
}

/* features */
.features {
  background: #ebf3f8;
  padding-top: 36px;
  padding-bottom: 79px;
}
.featuresInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.featuresTitle {
  color: #292929;
  font-family: Helvetica;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 51px; /* 150% */
}
.featuresSub {
  color: #696b74;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.featuresSub a {
  color: #1599d5;
  font-family: Helvetica;
}
.featuresBottom {
  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;
  padding: 20px 16px;
}
.featuresBottomSub {
  color: #292929;
  font-family: Helvetica;
  font-size: 15.875px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 151.181% */
}
.featuresBottom img {
  display: block;
}

/* info */
.info {
  padding-top: 36px;
  padding-bottom: 56px;
}
.infoInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.infoTitle {
  color: #292929;
  font-family: Helvetica;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 51px; /* 150% */
}
.infoSub {
  color: #292929;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
}
.infoSub1 {
  color: #696b74;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.infoSub1 img {
  display: inline-block;
  vertical-align: middle;
}
.infoSub1 a {
  color: #1599d5;
  font-family: Helvetica;
  font-weight: 700;
}
.infoSubList {
  margin-left: 20px;
}
.infoBtn {
  display: block;
  color: #fff;
  text-align: center;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  border-radius: 4px;
  background: #1599d5;
  padding: 8px 16px;
}
.info1 {
  background: #ebf3f8;
}

/* items */
.items {
  background: #ebf3f8;
  padding-top: 36px;
  padding-bottom: 88px;
}
.itemsTitle {
  color: #292929;
  font-family: Helvetica;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 51px; /* 150% */
}
.itemsSub {
  color: #696b74;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-top: 18px;
}
.itemsSub1 {
  color: #292929;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  margin-top: 16.5px;
}
.itemsBlocks {
  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;
  row-gap: 24px;
  margin-top: 16px;
}
.itemBlock {
  width: 49.3%;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  padding: 32px;
}
.itemBlockImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.itemBlockTitle {
  color: #292929;
  font-family: Helvetica;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; /* 150% */
  margin-top: 16px;
}
.itemBlockSub {
  color: #696b74;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-top: 8px;
}
.itemsInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  padding: 16px 16px 16px 8px;
  margin-top: 16px;
}
.itemsInfoSub {
  color: #1179a9;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.itemsInfo img {
  display: block;
}

/* start */
.start {
  padding-top: 36px;
  padding-bottom: 56px;
}
.startInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  background: #bee6f8;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
}
.startText {
  width: 58.2%;
  padding: 72px 112px;
}
.startTitle {
  color: #292929;
  font-family: Helvetica;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 51px; /* 150% */
}
.startSub {
  color: #292929;
  font-family: Helvetica;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
  margin-top: 11px;
}
.startBtn {
  display: block;
  color: #fff;
  text-align: center;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  border-radius: 4px;
  background: #1599d5;
  padding: 16px 0;
  margin-top: 20px;
}
.startImg {
  width: 42.5%;
}
.startImg img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 0 8px 8px 0;
}

/* save */
.save {
  padding-top: 36px;
  padding-bottom: 72.5px;
  background: #ebf3f8;
}
.saveInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.saveTitle {
  color: #292929;
  text-align: center;
  font-family: Helvetica;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 51px; /* 150% */
}
.saveSub {
  color: #696b74;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.saveSub1 {
  color: #292929;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
}
.saveSubList {
  margin-left: 20px;
}
.save1 {
  background: #fff;
}

/* fund */
.fund {
  padding-top: 36px;
  padding-bottom: 57px;
}
.fundInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.fundSub {
  color: #292929;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
}
.fundSubList {
  margin-left: 20px;
}
.fundSub1 {
  color: #696b74;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.fundSub1 a {
  color: #1599d5;
  font-family: Helvetica;
  font-weight: 700;
}
.fundBottom {
  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: 8px;
  border-bottom: 1px solid #ecedee;
  padding: 20px 16px;
  margin-top: 22px;
}
.fundBottomSub {
  color: #292929;
  font-family: Helvetica;
  font-size: 15.875px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 151.181% */
}
.fundBottomSub img {
  display: block;
}

/* profit */
.profit {
  background: #ebf3f8;
  padding-top: 36px;
  padding-bottom: 89px;
}
.profitTitle {
  color: #292929;
  font-family: Helvetica;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 51px; /* 150% */
}
.profitSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
.profitSub {
  color: #696b74;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.profitSubList {
  margin-left: 20px;
}
.profitError {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  border-radius: 8px;
  background: #fef3e2;
  padding: 16px 16px 16px 8px;
  margin-top: 39.5px;
}
.profitErrorSub {
  color: #d97706;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.profitError img {
  display: block;
}
.profitSubs1 {
  margin-top: 24px;
}
.profitBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 108px;
  margin-top: 108px;
}
.profitBoxSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.profitSub1 {
  color: #292929;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
}
.profitInfoSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #1179a9;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-top: 65px;
}
.profitInfoSub img {
  display: block;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ecedee;
  margin-top: 33px;
}
table tr {
  border-bottom: 1px solid #ecedee;
  text-align: left;
}
table tr th {
  color: #292929;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  padding: 16.5px 1px 32.5px 0;
}
table tr td {
  color: #696b74;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  padding: 16.5px 1px 32.5px 0;
}

/* faq */
.faq {
  padding-top: 36px;
  padding-bottom: 57px;
  background: #f4f4f5;
}
.faqTitle {
  color: #292929;
  font-family: Helvetica;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 51px; /* 150% */
}
.faqBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 16px;
}
.faqBlock {
  border-bottom: 1px solid #ecedee;
}
.faqBlockTop {
  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;
  padding: 20px 16px;
  border-radius: 8px;
  cursor: pointer;
}
.faqBlockQuestion {
  color: #292929;
  font-family: Helvetica;
  font-size: 15.875px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 151.181% */
}
.faqBlockTop img {
  display: block;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.faqBlockAnswer {
  display: none;
  color: #696b74;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  padding: 16px;
  padding-top: 0;
}
.faqBlock.active .faqBlockAnswer {
  display: block;
}
.faqBlock.active .faqBlockTop img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* comments */
.comments {
  padding: 36px 0;
}
.commentsTitle {
  color: #292929;
  font-family: Helvetica;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 51px; /* 150% */
}
.commentsLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px;
  margin-top: 16px;
}
.commentLink {
  color: #292929;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  padding: 16px 0;
  border-bottom: 3.5px solid transparent;
}
.commentLinkActive {
  border-bottom: 3.5px solid #1599d5;
}
.commentsBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  padding: 32px;
  margin-top: 24px;
}
.commentBlock {
  padding: 16px 0;
  border-bottom: 1px solid #ecedee;
}
.commentBlock:last-child {
  border-bottom: 0;
}
.commentBlockTitle {
  color: #1599d5;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.commentBlockSub {
  color: #696b74;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-top: 10px;
}
.commentBlockBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-top: 17px;
}
.commentBlockUser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.commentBlockUserImg img {
  display: block;
  height: 30px;
  width: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
}
.commentBlockUserName {
  color: #292929;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
}
.commentBlockDate {
  color: #9c9ea5;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  padding-left: 16px;
  border-left: 1px solid #ecedee;
}
.commentsBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-top: 18.5px;
}
.commentsSaveSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #292929;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.commentsSaveSub img {
  display: block;
}
.commentsBottomLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.commentsBottomLink {
  display: inline-block;
  color: #80a335;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 150% */
  border-radius: 24px;
  padding: 4px 8px;
  background: #eef5e0;
}

/* footer */
.footer {
  background: #f4f4f5;
  padding: 32px 0;
}
.footerTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footerTopLeft {
  width: 33.3333%;
}
.footerLogo img {
  display: block;
  max-width: 100%;
}
.footerTopLeftSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-top: 14px;
}
.footerSub {
  color: #292929;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
.footerSub img {
  display: inline-block;
  vertical-align: middle;
}
.footerSub a {
  color: #1179a9;
  font-family: Helvetica;
  font-weight: 700;
}
.footerSub1 {
  color: #000;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
.footerSub1 a {
  color: #1179a9;
  font-family: Helvetica;
  font-weight: 400;
}
.footerLinksBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 66.66666%;
}
.footerLinksBox {
  width: 33.3333%;
}
.footerLinksBoxTitle {
  color: #292929;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}
.footerLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 16px;
}
.footerLink {
  color: #1179a9;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
.footerMiddle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 32px;
  margin-top: 16px;
}
.footerSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  width: 66.66666%;
}
.footerSubs:last-child {
  width: 33.3333%;
}
.footerTitle1 {
  color: #292929;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}
.footerBottom {
  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: 30px;
}
.footerSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.footerSocialLink img {
  display: block;
}
.footerBottomSub {
  color: #000;
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px; /* 150% */
}
