/*
  blue: #222F80
*/

body {
  color: #222F80;
  font-size: 18px;
  min-width: 1024px;
}

.lead {
  width: 100%;
  height: 80vh;
  min-height: 540px;
  border: 24px solid #222F80;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.lead_icon {
  font-size: 72px;
}

.lead_title {
  letter-spacing: 1px;
  font-size: 42px;
  font-weight: bold;
  vertical-align: bottom;
  line-height: 80px;
}

.lead_buddy {
  width: 320px;
  height: 72px;
  display: inline-block;
  border-bottom: solid 3px #222F80;
  background-size: 320px 72px;
  background-repeat: no-repeat;
}

.lead_buddy-logo {
  position: relative;
  bottom: -12px;
}

.lead_buddy-friend {
  background-image: url("../img/buddy-friend.svg");
}

.lead_buddy-boss {
  background-image: url("../img/buddy-boss.svg");
}

.lead_buddy-classMate {
  background-image: url("../img/buddy-class-mate.svg");
}

.lead_buddy-neighbor {
  background-image: url("../img/buddy-neighbor.svg");
}

.lead_buddy-senior {
  background-image: url("../img/buddy-senior.svg");
}

.lead_buddy-teacher {
  background-image: url("../img/buddy-teacher.svg");
}

.flow {
  padding-top: 72px;
  padding-bottom: 72px;
  padding: 72px 24px;
}

.flow_title{
  font-size: 42px;
  font-weight: bold;
  text-align: center;

  display: block;
  padding: 0 24px;
  margin-bottom: 32px;
}

.flow_stepDetail {
  line-height: 2;
  color
}


.flowNav {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  border: solid #222F80 4px;
  border-radius: 16px;
  margin-bottom: 24px;
}

.flowNav li {
  width: 50%;
  flex-shrink: 0;
}

.flowNav_link {
  padding: 24px 24px;

  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #222F80;
}

.flowNav_link:hover{
  text-decoration: none;
}

.flowNav_link i.fas {
  font-size: 32px;
  margin-right: 16px;
}

.flowNav_link span{
  font-size: 28px;
  font-weight: bold;
}

.contractAddress {
  background-color: #222F80;
  color: #FFFFFF;
  padding: 72px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contractAddress_title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 2;
  margin-bottom: 32px;
}

.contractAddress_title i.fas {
  font-size: 120%;
  margin-right: 12px;
}

.contractAddress_dialog {
  width: 500px;
  height: auto;
}

.contractAddress_address {
  background-color: #fff;
  border-radius: 16px;
  padding: 16px 24px;
  color: #222F80;;
  margin-bottom: 24px;
  display: flex;
}

.contractAddress_address button {
  background-color: transparent;
  border: none;
  color: #222F80;
  font-size: 24px;
}

.contractAddress_address input {
  color: #222F80;
  background-color: transparent;
  border: none;
  display: block;
  width: 460px;
}

.contractAddress_help {
  text-align: center;
  font-size: 14px;
}

.contractAddress_help a {
  color: #CCC;
  text-decoration: underline;;
}

.about {
  width: 1024px;
  height: 540px;
  background-image: url("../img/about.svg");
  position: relative;
  background-size: 727.5px 322.5px;
  background-repeat: no-repeat;
  background-position: center 16px;
  margin: 48px auto;
}

.about_section {
  position: absolute;
}

.about_section p {
  font-size: 16px;
  line-height: 2;
}

.about_section-token {
  width: 280px;
  top: 24px;
  left: 24px;
}

.about_section-token h3 {
  text-align: right;
}

.about_section-smartContract {
  width: 280px;
  top: 24px;
  right: 24px;
}

.about_section-key{
  width: 300px;
  height: 200px;
  top: 340px;
  left: 24px;
}

.about_section-wallet{
  width: 300px;
  height: 200px;
  top: 340px;
  left: 365px;
}

.about_section-address{
  width: 300px;
  height: 200px;
  top: 340px;
  right: 24px;
}

.about_section-key,
.about_section-wallet,
.about_section-address {
  text-align: center;
}

.about_section h3 {
  font-size: 21px;
  font-weight: bold;
}

.step {
  display: flex;
  margin: 48px auto;
  max-width: 1200px;
}

.step_main {
  padding: 24px;
  position: relative;
  height: 640px;
  flex-grow: 1;
}

.step_header {
  position: relative;
  z-index: 1;;
}

.step_title {
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 16px;
}

.step_title i {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  background-color: #222F80;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  margin-right: 8px;
}

.step_header p {
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 16px;
}

.step_image {
  width: 660px;
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 1;
}

.step_image img {
  width: 100%;
  height: auto;
}

.step_sub {
  width: 320px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 24px 24px 0;
}

.step_items {
  border: solid 3px #222F80;
  background-color: #fff;
  border-radius: 16px;
}

.step_items h3 {
  display: block;
  font-weight: bold;
  margin: -14px auto 12px;
  background-color: #fff;
  text-align: center;
  width: 120px;
  font-size: 21px;
}

.step_items ul {
  margin: 0;
  padding: 12px 24px 0;
  list-style: none;
}

.step_items li {
  margin-bottom: 24px;
  font-weight: bold;
}

.step_items li i {
  font-size: 24px;
  margin-right: 8px;
}

.step_videoLink {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 8px;
}

.step_videoLink img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.step_videoLink i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 40px;
}

.step_description {
  font-size: 14px;
}

.step-1 .step_header {
  width: calc(100% - 260px);
  max-width: 500px;
}

.step-2 .step_header {
  width: calc(100% - 380px);
  max-width: 500px;
}

.step-3 .step_header {
  width: calc(100% - 320px);
  max-width: 500px;
}

.step-4 .step_header {
  width: calc(100% - 640px);
}


.faq {
  background-color: #222F80;
  color: #FFF;
  padding-bottom: 48px;
}

.faq_header {
  text-align: center;
  padding: 32px 24px;
}

.faq_title {
  margin: 32px auto;
  font-size: 32px;
  font-weight: bold;
}

.faq_title i {
  font-size: 120%;
}

.faqList {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.faqItem {
  background-color: #fff;
  color: #222F80;
  border-radius: 16px;
  padding: 12px 0px;
  margin-bottom: 32px;
}

.faqItem_title {
  font-size: 24px;
  font-weight: bold;
}

.faqItem_header {
  padding: 12px 24px;
  position: relative;
  cursor: pointer;
}

.faqItem_body {
  padding: 24px 24px 12px;
  position: relative;
  display: none;
}

.faqItem_toggle {
  position: absolute;
  top: 6px;
  right: 24px;
  background-color: transparent;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.faqItem-opened .faqItem_body {
  display: block;
}

.faqItem.faqItem-opened .fa-angle-down { display: none; }
.faqItem.faqItem-opened .fa-angle-up { display: block; }

.faqItem .fa-angle-down { display: block; }
.faqItem .fa-angle-up { display: none; }


.footer {
  background-color: #222F80;
  color: #FFF;
  padding: 48px 0;
}


.telegramLink {
  display: inline-block;
  color: #FFF;
  padding: 14px;
  font-size: 20px;
  border: solid 3px #FFF;
  border-radius: 8px;
}

.telegramLink:hover{
  color: #FFF;
  text-decoration: none;
  background-color: rgba(255,255,255,0.2);
}

.step_description {
  display: none;
}


.widthAlert {
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #222F80;
  color: #FFF;
  font-size: 36px;
  padding: 24px;
  z-index: 9999;
}

@media all and (min-width: 976px) {
  .widthAlert {
    display: none;
  }
}
