html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }

  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
  }

  body {
    margin: 0 auto;
    background-color: #111111;
  }
  .page-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .page-container h1 {
    background: linear-gradient(
      90deg,
      #ffdaa4 0%,
      #a9844d 46%,
      #b07441 81%,
      #ebc388 100%
    );
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 16px auto;
    font-weight: 700;
    font-family: Comfortaa;
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: center;
  }
  .feature-section {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-image: linear-gradient(
        90deg,
        #ffdaa4 0%,
        #a9844d 46%,
        #724622 81%,
        #ebc388 100%
      )
      1 0;
    position: relative;
  }

  .feature-section h2 {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 11px;
    letter-spacing: 0px;
    text-align: center;
    color: #98866d;
    margin: 19px 0 11px 0;
  }

  .features-container {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    padding: 0 20px 25px;
    justify-content: center;
  }

  .features-container .dice-2 {
    height: 30px;
    position: absolute;
    left: 0;
    top: -15px;
    z-index: -1;
  }
  .features-container .dice-1 {
    position: absolute;
    /* height: 66px; */
    right: 0;
    top: -15px;
  }

  .feature-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100px;
    align-items: center;
  }
  .feature-item .feature-text {
    margin: 0;
    font-family: Poppins;
    font-size: 11px;
    /* font-style: italic; */
    font-weight: 700;
    line-height: 13.64px;
    text-align: center;
    
    background: linear-gradient(
      90deg,
      #ffdaa4 0%,
      #a9844d 46%,
      #724622 81%,
      #ebc388 100%
    );
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .download-section {
    margin-top: 23px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .download-section .download-now {
    width: 185px;
    padding: 14px 23px 14px 23px;
    border-radius: 9px;
    background: linear-gradient(
      90deg,
      #ffdaa4 0%,
      #a9844d 46%,
      #724622 81%,
      #ebc388 100%
    );
    outline: none;
    border: none;
    text-decoration: none;
    text-align: center;
  }

  .download-section .download-now span {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 900;
    line-height: 14px;
    letter-spacing: 0px;
    text-align: center;

    background: linear-gradient(90deg, #754500 0%, #000000 100%);

    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .download-section p {
    font-family: Poppins;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0px;
    text-align: center;
    max-width: 175px;
    /* color: #DDD7CD; */
    background: #ddd7cd;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .download-devices {
    display: flex;
    gap: 10px;
  }
  .download-devices a {
    width: 147px;
    padding: 10px 12px 10px 12px;
    border-radius: 9px;
    background: linear-gradient(
      90deg,
      rgba(255, 218, 164, 0.29) 0%,
      rgba(169, 132, 77, 0.29) 46%,
      rgba(114, 70, 34, 0.29) 81%,
      rgba(235, 195, 136, 0.29) 100%
    );

    outline: none;
    border: none;
    text-decoration: none;
    text-align: center;
  }

  .download-devices a span {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    background: linear-gradient(
      90deg,
      #ffdaa4 0%,
      #ffd291 46%,
      #fba054 81%,
      #ebc388 100%
    );
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .contact-section {
    margin-top: 19px;
    display: flex;
    width: 350px;
    justify-content: center;
    position: relative;
  }
  .contact-section .contact-title {
    width: 36px;
    height: 116px;
    padding: 23px 12px;
    border-radius: 22px 0 0 22px;
    /* transform-origin: 0 0; */
    /* transform: rotate(90deg); */
    background: linear-gradient(90deg, #ffdaa4 0%, #b4966a 29.84%, #a27c5c 67.5%, #e9c48e 88.8%);
    position: absolute;
    top: 0;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact-section .contact-title .letter {
    font-family: Poppins;
    font-size: 11px;
    font-weight: 900;
    line-height: 13px;
    letter-spacing: 0px;
    text-align: center;
    /* transform-origin: 0 0; */
    /* transform: rotate(-90deg); */
    background: #fff5e8;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    /* position: absolute; */
    /* left: 14px; */
    display: flex;
  }

  .contact-section .contact-content {
    width: 100%;
    padding-left: 53px;
    height: 116px;
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding-top: 17px;
    padding-bottom: 11px;
  }
  .contact-section .contact-content::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 22px;
    padding: 2px;
    background: linear-gradient(
      90deg,
      #ffdaa4 0%,
      #a9844d 46%,
      #724622 81%,
      #ebc388 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
  }
  .contact-section .contact-content .contact-item {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .contact-section .contact-content .contact-item span {
    font-family: Poppins;
    font-size: 11px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0px;
    text-align: left;
    background: #ddd7cd;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .contact-section .contact-content .contact-item span strong {
    background: none;
    -webkit-text-fill-color: #ffffff;
    font-weight: normal;
  }
  .dice-3 {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: -50px;
    right: -40px;
  }

  .support-section {
    margin-top: 11px;
    height: 110px;
    border-style: solid;
    border-width: 1px;
    border-image: linear-gradient(
        90deg,
        #ffdaa4 0%,
        #a9844d 46%,
        #724622 81%,
        #ebc388 100%
      )
      1 0;
    position: relative;
    width: 100%;
    border-bottom: none;

    display: flex;
    gap: 48px;
    justify-content: center;
    align-items: center;
  }

  .support-title {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
    text-align: center;
    margin-top: 31px;

    
    background: linear-gradient(
      90deg,
      #ffdaa4 0%,
      #a9844d 46%,
      #724622 81%,
      #ebc388 100%
    );
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .v-separator {
    background: linear-gradient(
      90deg,
      #ffdaa4 0%,
      #a9844d 46%,
      #724622 81%,
      #ebc388 100%
    );
    width: 1px;
    height: 54px;
    opacity: 30%;
  }

  .support-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
  }

  .support-item-title {
    font-family: Poppins;
    font-size: 11px;
    font-weight: 700;
    line-height: 13.7px;
    text-align: center;
    
    background: linear-gradient(
      90deg,
      #ffdaa4 0%,
      #a9844d 46%,
      #724622 81%,
      #ebc388 100%
    );
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .support-item-subtitle {
    font-family: Poppins;
    font-size: 11px;
    font-weight: 700;
    line-height: 13.7px;
    text-align: center;
    
    color: #fff;
    opacity: 73%;
  }

  a {
    text-decoration: none;
  }
  .telegram-link {
    position: fixed;
    bottom: 30px;
    right: 20px;
    text-decoration: none;
    display: flex;
    width: 107px;
    background-color: #2AABEE;
    padding: 6px;
    border-radius: 23px 2px 23px 22px;
  }
  
  .telegram-text {
    display: flex;
    flex-direction: column;
    margin-left: 7px;
  }
  
  .telegram-text .title {
    color: #fff;
    font-weight: bold;
    font-size: 11px;
  }
  
  .telegram-text .subtitle {
    color: #fff;
    font-weight: normal;
    font-size: 11px;
    opacity: 73%;
    margin-top: 2px;
  }
