* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

video {
  display: block;
  border: none;
  outline: none;
  background: transparent;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
  display: block;
}

body {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  top: 0;
  left: 0;
  padding: 0;
  padding-bottom: 50px;
  background: #131314;
  width: 100%;
  color: #fff;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

html,
body {
  width: 100vw;
  overflow-x: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
  height: 5px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #3069FF;
  width: 10px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #031030;
  border-radius: 10px;
  background-color: #fff;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Medium.otf") format("opentype");
  font-weight: 500;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Semibold.otf") format("opentype");
  font-weight: 600;
}




header{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: auto;
  background: #131314;
}

.header_items {
  display: flex;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
.header_item {
}
.header_item_logo {
  vertical-align: middle;
  cursor: pointer;
  transition: all .5s;
}
.intro {
  width: 100%;
  height: auto;
  padding-top: 85px;
}
.container{
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}
.intro_tittle {
  color: #FFF;
text-align: center;
font-family: "SF Pro Display", sans-serif;
font-size: 42px;
font-style: normal;
font-weight: 600;
line-height: 95.051%; /* 39.921px */
letter-spacing: -1.26px;
}
.intro_subtittle {
  color: #FFF;
text-align: center;
font-family: "SF Pro Display", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 95.051%; /* 15.208px */
letter-spacing: -0.48px;
max-width: 276px;
display: block;
margin: 0 auto;
  margin-top: 18px;

}
.intro_button {
  display: block;
  margin: 0 auto;
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 12px;
background: linear-gradient(145deg, #5684FF 20.07%, #3069FF 93.89%);
box-shadow: 0 0 6.2px 0 rgba(255, 255, 255, 0.25) inset;
padding: 12px;
cursor: pointer;
transition: all .5s;
outline: none;
border: none;
color: #FAFBFF;
font-family: "SF Pro Display", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 95.051%; /* 11.406px */
letter-spacing: -0.6px;
}
.intro_button:hover{
  opacity: .5;
}
.intro_claim {
  width: 100%;
  margin-top: 32px;
}
.intro_claim_rect {
  width: 100%;
  height: auto;
  border-radius: 24px;
background: #1E1E1F;
position: relative;
}
.intro_claim_rect_content {
  padding: 42px 24px;
}
.intro_claim_rect_tittle {
  color: #FFF;
font-family: "SF Pro Display", sans-serif;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 95.051%; /* 30.416px */
letter-spacing: -0.96px;
}
.intro_claim_rect_text {
  margin-top: 4px;
  color: #FFF;
font-family: "SF Pro Display", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 95.051%; /* 13.307px */
letter-spacing: -0.7px;
}
.intro_claim_rect_button {
  margin-top: 12px;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all .5s;
  border-radius: 12px;
background: linear-gradient(145deg, #5684FF 20.07%, #3069FF 93.89%);
box-shadow: 0 0 6.2px 0 rgba(255, 255, 255, 0.25) inset;
padding: 12px 43px;
color: #FAFBFF;
font-family: "SF Pro Display", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 95.051%; /* 11.406px */
letter-spacing: -0.6px;
}
.intro_claim_rect_cup {
  position: absolute;
  right: 0;
  top:0;
  z-index: 1;
  border-top-right-radius: 24px;
}
.intro_claim_rect_pepe {
  position: absolute;
  right: 60px;
  bottom: 0;
  z-index: 1;
}


.why {
  width: 100%;
  height: auto;
  margin-top: 32px;
}
.why_tittle {
  color: #FFF;
text-align: center;
font-family: "SF Pro Display", sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 95.051%; /* 22.812px */
letter-spacing: -0.72px;
}
.why_blocks {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  height: auto;
  margin-top: 24px;
}
.why_block {
  width: 100%;
  height: auto;
  border-radius: 24px;
background: #1E1E1F;
position: relative;
}
.why_block_content {
  padding: 42px 24px;
}
.why_block_tittle {
  color: #FFF;
font-family: "SF Pro Display", sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 95.051%; /* 22.812px */
letter-spacing: -0.72px;
}
.why_block_image {
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.why_block:last-child .why_block_image{
  border-top-right-radius: 24px;
}


.top {
  width: 100%;
  height: auto;
  margin-top: 32px;
}
.top_rect {
   border-radius: 24px;
background: #5684FF url(../img/top_bg.png) top no-repeat;
}
.top_rect_content {
  padding: 42px 0px;
}
.top_rect_tittle {
  color: #FFF;
text-align: center;
font-family: "SF Pro Display", sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 95.051%; /* 22.812px */
letter-spacing: -0.72px;
}
.top_rect_text {
  margin-top: 8px;
  color: #FFF;
text-align: center;
font-family: "SF Pro Display", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 95.051%; /* 13.307px */
letter-spacing: -0.7px;
}
.top_rect_items {
  margin-top: 24px;
  display: flex;
  align-items: center;
}
.top_rect_item {
margin-left: auto;
margin-right: auto;
}
.top_rect_item:first-child{
  margin-left: 0px;
}
.top_rect_item_icon {
  vertical-align: middle;
}



.faq {
  width: 100%;
  height: auto;
  margin-top: 32px;
}

.faq_tittle {
  color: #FFF;
text-align: center;
font-family: "SF Pro Display", sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 95.051%; /* 22.812px */
letter-spacing: -0.72px;
}
.faq_blocks {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq_block {
  width: 100%;
  height: auto;
  border-radius: 24px;
background: #1E1E1F;
}
.faq_block_content {
  padding: 24px;
}
.faq_block_tittle {
  color: #FFF;
font-family: "SF Pro Display", sans-serif;
display: flex;
align-items: center;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 95.051%; /* 17.109px */
letter-spacing: -0.54px;
}
.faq_block_arrow {
  vertical-align: middle;
  margin-left: auto;
  transition: transform 0.3s ease;
}
.faq_block_text {
   color: #FFF;
font-family: "SF Pro Display", sans-serif;
display: none;
align-items: center;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 95.051%; /* 17.109px */
letter-spacing: -0.54px;
margin-top: 20px;
}

footer{
  width: 100%;
  height: auto;
  margin-top: 32px;
}
.footer_items {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
}
.footer_item:last-child {
  margin-left: auto;
}
.footer_item_logo {
  vertical-align: middle;
}
.footer_item_links {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}
.footer_item_link:first-child{
  margin-left: auto;
}
.footer_item_link {
  color: #FFF;
font-family: "SF Pro Display", sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 95.051%; /* 11.406px */
letter-spacing: -0.6px;
cursor: pointer;
transition: all .5s;
}
.footer_item_link:hover{
  opacity: .5;
}
.footer_item_copy {
  margin-top: 8px;
  color: #FFF;
font-family: "SF Pro Display", sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 95.051%; /* 11.406px */
letter-spacing: -0.6px;
}



@media (min-width:320px) and (max-width:389px){
  .intro_claim_rect_cup{
    width: 100px;
  }
  .intro_claim_rect_pepe{
    width: 100px;
    right: 40px;
  }
  .why_block_tittle{
    font-size: 20px;
  }
  .top_rect_item:first-child .top_rect_item_icon,
  .top_rect_item:last-child .top_rect_item_icon{
    width: 80px;
  }
  .top_rect_item:nth-child(2) .top_rect_item_icon{
    width: 110px;
  }
  .why_block_image{
    height: 100%;
  }

}