* {
  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;
}
ul {
  list-style: none;
}

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

/* intro */
.intro {
  background: url('../../assets/img/introBg.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 59px;
  padding-bottom: 40px;
}
.introInner {
  padding: 0 45px;
}
.introTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.introText {
  width: 46%;
}
.introSub {
  color: #fff;
  text-align: center;
  font-family: Raleway;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
}
.yellowSub {
  color: #ffe300;
  font-weight: 700;
}
.introTitle {
  color: #ffe300;
  text-align: center;
  font-family: Oswald;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px; /* 80% */
  letter-spacing: 3px;
  text-transform: uppercase;
}
.introSub1 {
  color: #ffe300;
  text-align: center;
  font-family: Raleway;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 130% */
  text-transform: uppercase;
}
.introSub2 {
  color: #fff;
  text-align: center;
  font-family: Raleway;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 130% */
  letter-spacing: 3px;
  text-transform: uppercase;
}
.introSub3 {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 20px;
}
.introSub4 {
  color: #ffe300;
  text-align: center;
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.introVideo {
  width: 48%;
  position: relative;
  height: 310px;
  border-radius: 5px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#1c72b0),
    to(#175c8d)
  );
  background: -o-linear-gradient(top, #1c72b0 0%, #175c8d 100%);
  background: linear-gradient(180deg, #1c72b0 0%, #175c8d 100%);
  -webkit-box-shadow: 0px 10px 6px -6px #777;
  box-shadow: 0px 10px 6px -6px #777;
}
.introVideo video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.introSub5 {
  color: #fff;
  font-family: Fjalla One;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 66px;
  padding-bottom: 80px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 11px;
}
.introBtn {
  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: 40px;
  color: #000;
  text-align: center;
  font-family: Oswald;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 48.571px; /* 142.857% */
  letter-spacing: 1px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #ffe300;
  -webkit-box-shadow: 0px 1px 0px 1px rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0px 1px 0px 1px rgba(255, 255, 255, 0.2) inset;
  padding: 11px 0;
  margin-top: 50px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.introBtn:hover {
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
}
.introSub6 {
  color: #fff;
  text-align: center;
  font-family: Fjalla One;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 30px;
}

/* items */
.items {
  padding-top: 84px;
}
.itemsTitle {
  color: #175c8d;
  text-align: center;
  font-family: Oswald;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 78px;
}
.itemsBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  padding: 0 35px;
}
.itemBlock {
  width: calc(33.33% - 25px);
}
.itemBlock img {
  display: block;
  max-width: 100%;
}

/* use */
.use {
  margin-top: 100px;
}
.useInner {
  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: 0 35px;
}
.useList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.useListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.useListItem img {
  display: block;
}
.useListItemSub {
  color: #2f2f2f;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.714px;
}
.useImg {
  width: 39%;
}
.useImg img {
  display: block;
  max-width: 100%;
}

/* who */
.who {
  margin-top: 115px;
  background: #ededed;
  padding: 40px 0;
}
.whoInner {
  padding: 0 35px;
}
.whoTitle {
  color: #175c8d;
  text-align: center;
  font-family: Oswald;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 75.4px; /* 130% */
  text-transform: uppercase;
}
.whoImg {
  margin-top: 20px;
}
.whoImg img {
  display: block;
  max-width: 100%;
}

/* market */
.market {
  padding-top: 40px;
  padding-bottom: 20px;
  background: #175c8d;
}
.marketTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 35px;
}
.marketTitle {
  color: #fff;
  font-family: Oswald;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 44.2px; /* 130% */
  text-transform: uppercase;
}
.marketBtn {
  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: 27px;
  row-gap: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #111;
  text-align: center;
  font-family: Oswald;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 45.714px; /* 142.857% */
  text-transform: uppercase;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  background: #ffe300;
  padding-top: 12px;
  padding-bottom: 17px;
}
.fullSpan {
  display: block;
  width: 100%;
}
.marketBottom {
  border-radius: 25px;
  border: 3px dashed #175c8d;
  background: #fff;
  padding: 22px 35px;
  margin-top: 20px;
}
.marketBottomTitle {
  color: #175c8d;
  text-align: center;
  font-family: Oswald;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 57.2px; /* 130% */
  text-transform: uppercase;
}
.marketBottomSub {
  color: #175c8d;
  text-align: center;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 5px;
}

/* what */
.what {
  background: #ededed;
  border-top: 50px solid #012d5a;
  padding-top: 40px;
  padding-bottom: 80px;
}
.whatInner {
  padding: 0 35px;
}
.whatTitle {
  color: #175c8d;
  text-align: center;
  font-family: Oswald;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 75.4px; /* 130% */
  text-transform: uppercase;
}
.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: 50px;
  margin-top: 40px;
}
.whatBlock {
  width: calc(50% - 25px);
}
.whatBlock img {
  display: block;
  max-width: 100%;
}

/* about */
.about {
  padding-top: 90px;
  padding-bottom: 65px;
  background: #175c8d;
}
.aboutInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 35px;
}
.aboutImg {
  width: 47%;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.15);
}
.aboutImg img {
  display: block;
  max-width: 100%;
}
.aboutText {
  width: 47%;
}
.aboutTitle {
  color: #ffe300;
  font-family: Oswald;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 57.2px; /* 130% */
  text-transform: uppercase;
}
.aboutSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 22px;
  margin-top: 18px;
}
.aboutSub {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.857px;
}

/* unlock */
.unlock {
  background: url('../../assets/img/introBg.jpeg');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 40px;
}
.unlockInner {
  max-width: 594px;
  margin: 0 auto;
}
.unlockImg img {
  display: block;
  max-width: 100%;
}
.unlockBtn {
  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;
  color: #111;
  text-align: center;
  font-family: Oswald;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 45.714px; /* 142.857% */
  text-transform: uppercase;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  background: #ffe300;
  padding: 12px 69px 16px 35px;
  margin: 0 40px;
}
.unlockBtn img {
  display: block;
}

/* footer */
.footer {
  background: #175c8d;
  padding: 45px 0;
  border-bottom: 30px solid #012d5a;
}
.footerSub {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
