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

body {
  background: #e1e3ef;
}

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

/* header */
.header {
  background: #3cb371;
  padding: 29px 0;
}
.headerInner {
  padding: 0 40px;
}
.logo img {
  display: block;
  max-width: 100%;
}

/* content */
.contentInner {
  padding: 0 40px;
  padding-top: 40px;
  padding-bottom: 68px;
  background: #fff;
}
.contentTitle {
  color: #18181b;
  font-family: Trebuchet MS;
  font-size: 35.859px;
  font-style: normal;
  font-weight: 700;
  line-height: 43.2px;
}
.intro {
  border: 1px solid #e4e4e4;
  margin-top: 30px;
}
.introTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 17px 8px;
}
.introNumber {
  color: #d97706;
  font-family: Trebuchet MS;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin: 0 16px;
}
.introImg {
  margin: 0 8px;
}
.introImg img {
  display: block;
  width: 178px;
}
.deposit {
  margin: 0 8px;
}
.depositSub {
  color: #3f3f46;
  text-align: center;
  font-family: Trebuchet MS;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
}
.depositValue {
  color: #292524;
  text-align: center;
  font-family: Trebuchet MS;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.8px;
  margin-top: 6px;
}
.score {
  margin: 0 8px;
}
.scoreSub {
  color: #3f3f46;
  text-align: center;
  font-family: Trebuchet MS;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
}
.scoreValue {
  color: #2563eb;
  text-align: center;
  font-family: Trebuchet MS;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-top: 5px;
}
.scoreImg {
  margin-top: 2px;
}
.scoreImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.claimList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.claimlistItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.claimlistItem img {
  display: block;
}
.claimlistItemSub {
  color: #3f3f46;
  font-family: Trebuchet MS;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
}
.introButtons {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.openBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-family: Trebuchet MS;
  font-size: 17.719px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.6px;
  border-radius: 5px;
  background: #3cb371;
  padding: 15px 10px;
}
.openBtn img {
  display: block;
}
.moreBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  color: #3f3f46;
  text-align: center;
  font-family: Trebuchet MS;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.moreBtn img {
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.moreBtn.show img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.hide {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e4e4e4;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.hide.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hideBlock {
  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: 33.33%;
  padding: 8px;
  border-right: 1px solid #e4e4e4;
}
.hideBlock:last-child {
  border: 0;
}
.hideBlockTitle {
  color: #18181b;
  font-family: Trebuchet MS;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}
.hideBlockSub {
  font-family: Trebuchet MS;
  line-height: 1.2;
  color: #3f3f46;
  font-size: 14px;
}
.introBottom {
  padding: 10px 0;
  border-top: 1px solid #e4e4e4;
}
.introBottomSub {
  color: #57534e;
  text-align: center;
  font-family: Trebuchet MS;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px;
  max-width: 83%;
  margin: 0 auto;
}
.introBottomSub img {
  display: inline;
}
.contentBlocks {
  margin-top: 20px;
}
.contentBlockTitle {
  color: #18181b;
  font-family: Trebuchet MS;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.8px;
}
.contentBlockSubs {
  margin-top: 24px;
}
.contentBlockSub {
  color: #3f3f46;
  font-family: Trebuchet MS;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
}
.contentBlockSub1 {
  color: #3f3f46;
  font-family: Trebuchet MS;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.contentBlockList {
  margin: 20px 0;
  list-style: none;
}
.contentBlockListItem {
  color: #3f3f46;
  font-family: Trebuchet MS;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  padding-left: 28px;
}
.contentBlockListItem:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #d4d4d8;
  border-radius: 100%;
}
.contentBlockList1 {
  margin-top: 24px;
  padding-left: 28px;
}
.contentBlockList1Item {
  color: #3f3f46;
  font-family: Trebuchet MS;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.contentBlock2 {
  margin-top: 62px;
}
.contentBlock3 {
  margin-top: 68px;
}
.contentBlock4 {
  margin-top: 20px;
}
.contentBlock5 {
  margin-top: 20px;
}

/* footer */
.footer {
  background: #efefef;
  padding: 56px 0;
}
.footerInner {
  padding: 0 40px;
}
.footerLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.footerLink {
  color: #18181b;
  font-family: Trebuchet MS;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 26.6px; /* 190% */
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.footerTopSubs {
  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;
}
.footerSub {
  color: #78716c;
  font-family: Trebuchet MS;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.8px;
}
.footerBottomSubs {
  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: 55px;
}
