@media only screen and (min-device-width: 1200px)
{
* {
margin: 0;
padding: 0;
}

#header {
       height: 80px;
       max-width: 100%;
       background:#FFFFF;
}

#main {
        height: 100%;
        max-width: 69%;
        margin: 0 auto;
        padding-right:  8%;
        padding-left: 8%;
        background: rgb(255, 255, 255);
        float: left;
        text-align: left;
        margin: 0;
        padding-top: 26px;
        
}

#side-bar-right {
       margin: 0;
       float: right;
       padding-right: 150px;
       padding-left: 8px;
       padding-top: 39px;
       max-width: 31%;
       height: 100%;
       background: rgb(255, 255, 255);
 }

 #footer{
       clear:both;
       background: none;
       max-width: 100%;
       height: 80px;   
}

.img-count {
       width: 65vw;
       flex-direction: row;
      -webkit-box-align: center;
      align-items: center;
      display: flex;
      overflow: hidden;
      background-color: rgb(255, 255, 255);
      border-radius: 16px;
      box-shadow: 20px 20px 50px 15px red;
      outline-style: ridge;
      outline-color: rgb(250 250 250 / 22%);
      vertical-align: baseline;
      margin: 0 auto;
}

.a-count {
          color: rgb(118, 128, 143);
          width: 4px;
}

.viru {
  color: rgb(20, 21, 26);
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  padding-left: 3%;
  width: 50%;
  float: left;
  font-family: sans-serif;
  background-color: rgb(245, 245, 245);
  margin-bottom: 20px;
  margin-left: 15%;
  
    text-rendering: optimizelegibility;
}

.social-count {
  width: 30%;
  float: right;
  color: rgb(118, 128, 143);
  margin: 0;
  padding-left: 5%;
  }

  .social-count i{
       font-size: 32px;
       margin-right: 20px;
       cursor: pointer;
 }
 
 .count{
     max-width: 100%;
   background-color: rgb(245, 245, 245);
 padding: 24px 16px;
 margin: 0;
 vertical-align: baseline;
   }
 
 .countdown {
   background-color: rgb(250, 250, 250);
   -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 16px;
     -webkit-box-align: center;
     align-items: center;
     text-align: center;
     display: flex;
 }
 
 .day,.hour,.minute,.second{
   font-size: 35px;
   font-weight: bold;
   height: -2px;
 }
 
 .p-time {
     font size: 8px;
     font-weight: 2px;
 }
 
 .img-a {
        width: 90px;
        justify-content: center;
        text-align: center;
        max-width: 100%;
        height: auto;
        margin: 20px;
 }

 .iframe-container{
       position: relative;
       width: 100%;
       padding-bottom: 56.25%; 
       height: 0;
     }
     .iframe-container iframe{
       position: absolute;
       top:0;
       left: 0;
       width: 100%;
       height: 100%;
     }
     
     .footers {       
             width: 100%;
             padding: 56px 13.8%; 
             background: none;
             color: #efefef;
             display: flex;
             margin-bottom: 30px;
     }
     
     .footers div{
                 text-align: center;
                 }
                 
     
     
     .avh3 {
            font-weight: 600;
            font-size: 20px;
            line-height: 28px;
            margin-bottom: 24px;
            margin-top: 0;
            letter-spacing: 1px;
            color: rgb(30, 35, 41);
            text-align: left;
     }
     
     .acol {
          display: block;
          text-decoration: none;
          color: rgb(30, 35, 41);
          font-size: 16px;
          font-weight: 400;
          margin-bottom: 16px;
          line-height: 1.45;
          text-align: left;
     }
     
     .acol:hover {
        text-decoration: none;
             color: rgb(30, 35, 41);
     }
     
     .acol-jor {
          display: block;
          text-decoration: none;
          color: rgb(30, 35, 41);
          font-size: 16px;
          font-weight: 400;
          margin-bottom: 16px;
          line-height: 1.45;
          text-align: left;
     }
     
     .acol-jor:hover {
        text-decoration: none;
             color: rgb(30, 35, 41);
     }
     
     .acol-l {
           display: none;
     }
     
     .social-icons {
         margin-top: 30px;
     }
     
     .social-icons i{
          font-size: 20px;
          margin: 3px;
          cursor: pointer;
     }

     .social-i {
       display:none;
}

.smart-cont {
    margin-bottom: 16px;
    margin-top: 16px;
    color: rgb(20, 21, 26);
    font-weight: 600;
    font-size: 21px;
    line-height: 32px;
    vertical-align: baseline;
}

.body{
     margin: 0;
}

.fellow{
        font-weight:600;
        margin-top: 15px;
        color: #1E2329;
        font-size: 14px;
        line-height: 24px;
}


.binan {  
          height: 33px;
          width: 131px; 
          float: left;
          margin-top: 24px;
          margin-left: 22px;
          cursor: pointer;
          }
          


.register-2 {
           color: #000000;
           background: #FCD535;
           padding-left:  12px;
           padding-right: 12px;
           padding-top: 6px;
           padding-bottom: 6px;
           border:none;
           font-size: 14px;
           border-radius: 4px;
           margin-top: 18px;
           margin-left: 22px;
           margin-right: 118px;
           cursor: pointer;
}

.register-2:focus {
        outline: none;
      }

.login-2 {
       font-size: 16px;
       margin-left: 20px;
       margin-top: 22px;
       text-decoration: none;
       color: rgb(20, 21, 26);
       font-family: sans-serif;
} 

.reg-2 {
       float: right;
       
}

.reg {
     display: none;
     }

.arrow{
        margin-top: 35px;
        width: 5%;
        float: right;
        margin-right: 16px;
}

.onehundred {
       display:none;
}

h1{
    box-sizing: border-box;
    min-width: 0;
    color: #1E2329;
    border-radius: 0px;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    clear:left;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    text-size-adjust: 100%;
    cursor: pointer;
    text-size-adjust: 100%;
}

.date {
      font-size: 12px;
      padding-top: 8px;
}

 body{
     font-family: 'IBM Plex Sans', sans-serif;
}

a {
   color: #C99400;
   text-decoration: underline;
   cursor: pointer;
   word-break: break-all;
    margin: 0;
    padding: 0;
    min-width: 0;
    background-color: transparent;
}

a:hover{
       text-decoration: none;
       color: #C99400;
}

.upsocial:hover{
       text-decoration: none;
       color: rgb(18 111 251);
}

p{
  box-sizing: border-box;
   margin: 0;
   min-width: 0;
   font-size: 14px;
   line-height: 24px;
   padding-top: 4px;
   padding-bottom: 12px;
    display: block;
    font-weight: 400;
    overflow-wrap: break-word;
   -webkit-tap-highlight-color: transparent;
   text-size-adjust: 100%;
}

ul {
   box-sizing: border-box;
   margin: 0;
   min-width: 0;
   font-size: 14px;
   line-height: 24px;
   padding-top: 4px;
   padding-bottom: 12px;
   padding-left:  40px;
    display: block;
    font-weight: 400;
    overflow-wrap: break-word;
   -webkit-tap-highlight-color: transparent;
   text-size-adjust: 100%;
}

.rela-arb {
       max-width: 96%;
       margin-bottom: 19px;
       margin-top: 19px;
       border-radius: 16px;
}

.related {
        width: 250px;
        border-radius: 19px;
        margin-top: 14px;         
}

.relate {
       color: #1E2329;
       font-size: 14px;
       margin-top: 5px;
       margin-left: 26px;
       text-decoration: none;
       }
       
.rela {
        width: 250px;
        border-radius: 16px;
        margin-top: 16px;
        }
       
h4 {
    font-size: 16px;
    margin-left: 26px;
    font-weight: 2px;
}

.risk {
      font-weight: bold;
}

.academy {
        display: none;
}

.academy-1 {
         display: block;
         width: 226px;
         }

 .foot {
              color: #1E2329;
             font-size: 16px;
             text-decoration: none;
             margin-left: 210px;
             margin-top: 70px;
             }

             .ah4 {
              margin-left: 12px;
              margin-left: 210px;
        }
        
        .appstore-2{
                 display: none;
        }
        
        .appstore-1 {
                   width: 115px;
                   margin: 0;
        }
        
        .stores {
               display: flex;
        }
        
        .appstore {
                display: none;
        }
        
        .playstore-2 {
                 display: none;
        }
        
        .playstore-1 {
                    width: 129px;
                    margin-left: 10px;
                   
        }
        
        .playstore {
                   display: none;
        }
        
        .socia {
                width: 16px;
                height: 16px;
                margin-left: 12px;
                margin-top: 50px;
        }
        
        .social-icons {
              display: none;
        }
        
        
        .gift {
               width:16px;
               height: 16px;
               padding-top: 9px;
               
        }
        
        .a-1 {
            color: rgb(30, 35, 41);
            margin-left: 12px;
            width: 24px;
            text-align: left;
        }
        
        .a-1:hover {
            text-decoration: none;
            color: rgb(30, 35, 41);
        }
        
        .a-1 i{
              font-size: 20px;
              margin-right: 4px;
              cursor: pointer;
        }
        
        .right-1 {
                margin-top: 15px;
                display: block;
                color: #0B0E11;
                font-size: 12px;
                font-weight: 1;
                text-align: left;
                padding-bottom: 18px;
        }
        
        .right {
             display: none;
        }
        
        .col-a {
                flex-grow: 3.2;
                }
        
        .col-b {
                flex-grow: 3;
                }
           
        .col-c {
                flex-grow: 2.8;
                }
        
        .col-d {
                flex-grow: 2;
                }
                
        .col-e {
                flex-grow: 0;
                }
        
        
        .social-icons-1 {
               color: #0B0E11;
                }
        
        }


        @media only screen and (min-width: 768px) and (max-width: 1199px) {

              * {
              margin: 0;
              padding: 0;
              }
              
              #header {
                      height: 80px;
                      max-width: 100%;
                      background:#FFFFF;
              }
              
              #main {
                       height: 100%;
                       max-width: 69%;
                       margin: 0 auto;
                       padding-right: 50px;
                       padding-left: 50px;
                       background: rgb(255, 255, 255);
                       float: left;
                       text-align: left;
                       margin: 0;
                       padding-top: 26px;
              }
              
              #side-bar-right {
                     margin: 0;
                     float: right;
                     padding-right: 50px;
                     padding-left: 8px;
                     max-width: 31%;
                     height: 100%;
                     background: rgb(255, 255, 255);
               }
              
              #footer{
                     clear:both;
                     background: rgb(255, 255, 255);
                     max-width: 100%;
                     height: auto;  
              }
              
              .img-count {
                     width: 65vw;
                     flex-direction: row;
                    -webkit-box-align: center;
                    align-items: center;
                    display: flex;
                    overflow: hidden;
                    background-color: rgb(255, 255, 255);
                    border-radius: 16px;
                    box-shadow: 20px 20px 50px 15px red;
                    outline-style: ridge;
                    outline-color: rgb(250 250 250 / 22%);
                    vertical-align: baseline;
                    margin: 0 auto;
              }
              
              .a-count {
                        color: rgb(118, 128, 143);
                        width: 4px;
              }
              
              .viru {
                color: rgb(20, 21, 26);
                font-weight: 600;
                font-size: 20px;
                line-height: 28px;
                padding-left: 3%;
                width: 50%;
                float: left;
                font-family: sans-serif;
                margin-bottom: 20px;
                margin-left: 15%;
              }

              .social-count {
                     width: 30%;
                     float: right;
                     color: rgb(118, 128, 143);
                     margin: 0;
                     padding-left: 5%;
                   }
                   
                   .social-count i{
                         font-size: 25px;
                         margin-right: 20px;
                         cursor: pointer;
                         }
                   
                   .count{
                       max-width: 100%;
                     background-color: rgb(245, 245, 245);
                   padding: 24px 16px;
                    margin: 0;
                   vertical-align: baseline;
                     }
                   
                   .countdown {
                     background-color: rgb(250, 250, 250);
                     -webkit-box-pack: justify;
                      justify-content: space-between;
                      width: 100%;
                      padding: 16px;
                       -webkit-box-align: center;
                       align-items: center;
                       text-align: center;
                       display: flex;
                   }
                   
                   .day,.hour,.minute,.second{
                     font-size: 35px;
                     height: -2px;
                   }
                   
                   .p-time {
                       font size: 8px;
                       font-weight: 2px;
                   }
                   
                   .img-a {
                          width: 90px;
                          justify-content: center;
                          text-align: center;
                          max-width: 100%;
                          height: auto;
                          margin: 20px;
                   }
                   
                   .iframe-container{
                     position: relative;
                     width: 100%;
                     padding-bottom: 56.25%; 
                     height: 0;
                   }
                   .iframe-container iframe{
                     position: absolute;
                     top:0;
                     left: 0;
                     width: 100%;
                     height: 100%;
                   }
                   
                   .footers {
                           margin: 0;
                           width: 100%;
                           padding: 12px 27%; 
                           background: none;
                           color: #efefef;
                           display: flex;
                        
                   }
                   
                   .footers div{
                               text-align: center;
                               }

                               .avh3 {
                                   font-weight: 600;
                                   font-size: 20px;
                                   line-height: 28px;
                                   margin-bottom: 24px;
                                   margin-top: 0;
                                   letter-spacing: 1px;
                                   color: rgb(30, 35, 41);
                            }
                            
                            .acol {
                                 display: block;
                                 text-decoration: none;
                                 color: rgb(30, 35, 41);
                                 font-size: 16px;
                                 font-weight: 400;
                                 margin-bottom: 16px;
                                 line-height: 1.45;
                            }
                            
                            .acol-jor {
                                    display: none;
                            }
                            
                            .social-icons {
                                display: none;
                            }
                            
                            .body{
                                 margin: 0;
                            }
                            
                            .fellow{
                                    font-weight:600;
                                    color: #1E2329;
                                    font-size: 14px;
                                    line-height: 24px;
                            }
                            
                            
                            .binan {  
                                      height: 33px;
                                      width: 131px; 
                                      float: left;
                                      margin-top: 24px;
                                      margin-left: 22px;
                                      cursor: pointer;
                                      }

                            .register-2 {
                                          color: #000000;
                                          background: #FCD535;
                                          padding-left: 12px;
                                          padding-right: 12px;
                                          padding-top: 6px;
                                          padding-bottom: 6px;
                                          border:none;
                                          font-size: 14px;
                                          border-radius: 4px;
                                          margin-top: 18px;
                                          margin-left: 22px;
                                          margin-right: 118px;
                                          cursor: pointer;
                               }
                               
                            .login-2 {
                                      font-size: 16px;
                                      margin-left: 20px;
                                      margin-top: 22px;
                                      text-decoration: none;
                                      color: rgb(20, 21, 26);
                                      font-family: sans-serif;
                               } 
                               
                            .reg-2 {
                                      float: right;
                                      
                               }
                               
                            .reg {
                                    display: none;
                                    }
                               
                            .arrow{
                                       margin-top: 35px;
                                       width: 5%;
                                       float: right;
                                       margin-right: 16px;
                               }
                               
                            .onehundred {
                                      display:none;
                               }
                               
                            h1{
                                   box-sizing: border-box;
                                   min-width: 0;
                                   color: #1E2329;
                                   border-radius: 0px;
                                   font-size: 20px;
                                   font-weight: bold;
                                   line-height: 28px;
                                   clear:left;
                                   margin-block-start: 0.83em;
                                   margin-block-end: 0.83em;
                                   text-size-adjust: 100%;
                               }

                               .date {
                                   font-size: 12px;
                                   padding-top: 8px;
                             }
                             
                              body{
                                  font-family: 'IBM Plex Sans', sans-serif;
                             }
                             
                             a {
                                color: #C99400;
                                text-decoration: underline;
                                cursor: pointer;
                                word-break: break-all;
                                
                                 margin: 0;
                                 padding: 0;
                                 min-width: 0;
                                 background-color: transparent;
                             }
                             
                             a:hover{
                                     text-decoration: none;
                             }
                             
                             p{
                                box-sizing: border-box;
                                 margin: 0;
                                 min-width: 0;
                                 font-size: 14px;
                                 line-height: 24px;
                                 padding-top: 4px;
                                 padding-bottom: 12px;
                                  display: block;
                                  font-weight: 400;
                                  overflow-wrap: break-word;
                                 -webkit-tap-highlight-color: transparent;
                                 text-size-adjust: 100%;
                             }
                             
                             ul {
                                 box-sizing: border-box;
                                 margin: 0;
                                 min-width: 0;
                                 font-size: 14px;
                                 line-height: 24px;
                                 padding-top: 4px;
                                 padding-bottom: 12px;
                                  display: block;
                                  font-weight: 400;
                                  overflow-wrap: break-word;
                                 -webkit-tap-highlight-color: transparent;
                                 text-size-adjust: 100%;
                             }
                             
                             .rela-arb {
                                     max-width: 96%;
                                     margin-top: 19px;
                                     border-radius: 16px;
                             }
                             
                             .related {
                                      max-width: 99%;
                                      border-radius: 8px;
                                      margin-top: 14px;         
                             }
                             
                             .relate {
                                     color: #1E2329;
                                     font-size: 14px;
                                     margin-top: 5px;
                                     margin-left: 26px;
                                     text-decoration: none;
                                     }
                                     
                             .rela {
                                      max-width: 99%;
                                      border-radius: 16px;
                                      margin-top: 16px;
                                      }

                                      h4 {
                                          font-size: 16px;
                                          margin-left: 26px;
                                          font-weight: 2px;
                                     }
                                     
                                     .risk {
                                            font-weight: bold;
                                     }
                                     
                                     .academy {
                                              width: 240px;
                                              display: flex;
                                              margin-left: 27%;
                                              margin-bottom: 6%;
                                              padding-top: 56px;
                                     }
                                     
                                     .academy-1 {
                                               width: 300px;
                                               margin: 0;
                                               padding: 0;
                                               }
                                     
                                     .foot {
                                              color: #1E2329;
                                             font-size: 16px;
                                             text-decoration: none;
                                             margin-left: 210px;
                                             margin-top: 70px;
                                             }
                                     
                                     .ah4 {
                                           margin-left: 12px;
                                           margin-left: 210px;
                                     }
                                     
                                     .appstore-2 {
                                              display: flex;
                                              width: 46%;
                                              float: left;
                                     }
                                     
                                     .appstore-1 {
                                                width: 90px;
                                                height: 30px;
                                                margin-left: 12px;
                                                margin-top: 10px;
                                     }
                                     
                                     .appstore {
                                             display: none;
                                     }
                                     
                                     .playstore-2 {
                                              display: flex;
                                              width: 51%;
                                              float: right;
                                     }
                                     
                                     .playstore-1 {
                                                 width: 90px;
                                                height: 30px;
                                     }
                                     
                                     .playstore {
                                                display: none;
                                     }
                                     
                                     .col-a {
                                             display: none;
                                             }
                                     
                                     .col-b {
                                             flex-grow: 3;
                                             }
                                        
                                     .col-c {
                                             flex-grow: 2.8;
                                             }
                                     
                                     .col-d {
                                             flex-grow: 2;
                                             }
                                             
                                     .col-e {
                                             display: none;
                                             }
                                     
                                     .socia {
                                             width: 16px;
                                             height: 16px;
                                             margin-left: 12px;
                                             margin-top: 50px;
                                     }
                                     
                                     .social-icons {
                                           display: none;
                                     }
                                     
                                     
                                     .gift {
                                            width:16px;
                                            height: 16px;
                                            padding-top: 9px;
                                            
                                     }
                                     
                                     .a-1 {
                                         color: rgb(30, 35, 41);
                                         margin-left: 12px;
                                         width: 24px;
                                     }

                                     .right-1 {
                                          margin-top: 15px;
                                          color: #0B0E11;
                                          font-size: 12px;
                                  }
                                  
                                  .right {
                                       display: block;
                                       font-size: 11px;
                                  }
                                  
                                  
                                  .social-icons-1 {
                                         color: #0B0E11;
                                  }
                                  
                                  .social-i {
                                         display:block;
                                         width:23%;
                                         float: left;
                                         background-color: rgb(255, 255, 255);
                                         margin-left: 26%;
                                  }
                                  
                                  .social-i i{
                                        font-size: 23px;
                                        margin-right: 13px;
                                        cursor: pointer;
                                        }
                                  
                                  .end {
                                         margin-right: 28%;
                                         margin-bottom: 10%;
                                         width: 21.9%;
                                         float: right;
                                         background-color: rgb(255, 255, 255);
                                  }
                                  
                                  }
                                  
                                  @media screen and (min-width: 2px) and (max-width: 767px){
                                  *{
                                  margin: 0;
                                  padding: 0;
                                  }
                                  
                                  .binan {  
                                            width: 142px;
                                            height: 33px;
                                            float: left;
                                            margin-top: 22px;
                                            margin-left: 15px;
                                            cursor: pointer;
                                            }
                                  
                                  html{
                                       text-size-adjust: 100%;
                                  }
                                  
                                  #header {
                                           background:#FFFFF;
                                           height: 75px;
                                           padding-bottom: 24px;
                                  }
                                  
                                  #main {
                                         margin: 0;
                                         padding-top: 35px;
                                         max-width: 100%;
                                         background-color: rgb(255, 255, 255);
                                         float: none;
                                         padding-left: 22px;
                                         padding-right: 14px;
                                         }
                                         
                                  #side-bar-right{
                                         max-width: 100%;
                                         margin: 0;
                                         padding-left: 22px;
                                         padding-right: 0;
                                         padding-top: 15%;
                                         max-width: 100%;
                                         background-color: rgb(255, 255, 255);
                                         float: none;
                                         
                                  }
                                       
                                  #footer{      
                                         background-color: rgb(255, 255, 255);
                                         float: none; 
                                         height: auto;     
                                         padding-left: 22px; 
                                  }   
                                       
                                  .fellow{
                                          font-weight:600;
                                          margin-top: 15px;
                                          color: #1E2329;
                                          font-size: 14px;       
                                  }
                                       
                                  .footers {
                                          margin-top: 0;
                                          font-family: 'IBM Plex Sans', sans-serif;
                                          padding: 1px 15%;
                                          padding-top: 28px;
                                          background-color: rgb(255, 255, 255);
                                          color: #000000;
                                          display: block;
                                          padding-left: 19px;
                                          margin-left: 0;
                                  }
                                  
                                  .smart-cont {
                                      margin-bottom: 16px;
                                      margin-top: 26px;
                                      color: rgb(20, 21, 26);
                                      font-weight: 600;
                                      font-size: 18px;
                                      line-height: 1px;
                                      vertical-align: baseline;
                                  }

                                  .viru {
                                   color: rgb(20, 21, 26);
                                   font-weight: 600;
                                   font-size: 20px;
                                   line-height: 28px;
                                   padding-left: 3%;
                                   width: 60%;
                                   float: left;
                                   font-family: sans-serif;
                                   margin-bottom: 20px;
                                   margin-left: 4%;
                                   margin-top: 9%;
                                 }
                                 
                                 .social-count {
                                   width: 25%;
                                   float: right;
                                   color: rgb(118, 128, 143);
                                   margin-top: 9%;
                                   padding-left: 5%;
                                 }
                                 
                                 .social-count i{
                                       font-size: 25px; 
                                       margin-right: 10px;
                                       color: rgb(118, 128, 143);
                                       cursor: pointer;
                                 }
                                 
                                 .social-count i:hover {
                                    text-decoration: none;
                                         color: #007bff;
                                 }
                                 
                                 .count{
                                     width: 100%;
                                     background-color: rgb(247, 246, 246);
                                     font-family: sans-serif;
                                    }
                                 
                                 .countdown {
                                   background-color: rgb(250, 250, 250);
                                   -webkit-box-pack: justify;
                                    justify-content: space-between;
                                    width: 100%;
                                    padding: 16px;
                                     -webkit-box-align: center;
                                     align-items: center;
                                     text-align: center;
                                     display: flex;
                                 }
                                 
                                 .day,.hour,.minute,.second{
                                   font-size: 20px;
                                   height: -2px;
                                 }
                                 
                                 .p-time {
                                     font size: 8px;
                                     font-weight: 2px;
                                 }
                                 
                                 .iframe-container{
                                   position: relative;
                                   width: 100%;
                                   padding-bottom: 56.25%; 
                                   height: 0;
                                 }
                                 .iframe-container iframe{
                                   position: absolute;
                                   top:0;
                                   left: 0;
                                   width: 100%;
                                   height: 100%;
                                 }
                                 
                                 .img-a {
                                        width: 90px;
                                        justify-content: center;
                                        text-align: center;
                                        max-width: 100%;
                                        height: auto;
                                        padding: 0;
                                 }
                                 
                                 .img-count {
                                        width: 90vw;
                                        margin-top: 20px;
                                        margin: 0 auto;
                                       -webkit-box-align: center;
                                       align-items: center;
                                       outline-color: red;
                                       display: flex;
                                       overflow: hidden;
                                       background-color: rgb(255, 255, 255);
                                       flex-direction: column;
                                       border-radius: 16px;
                                       box-shadow: 20px 20px 50px 15px red;
                                       outline-style: ridge;
                                       outline-color: rgb(250 250 250 / 22%);
                                 }
                                 
                                 
                                 .body {
                                         
                                         margin: 0;
                                 }
                                 
                                 .footers div{
                                             text-align: left;
                                             }
                                 
                                 
                                 .avh3 {
                                        font-weight: bold;
                                        margin-bottom: 10px;
                                        margin-top: 20px;
                                        font-size: 20px;
                                 }

                                 .acol {
                                   display: block;
                                   text-decoration: none;
                                   color: #000000;
                                   padding-bottom: 7px;
                              }
                              
                              .acol:hover {
                                 text-decoration: none;
                                      color: rgb(30, 35, 41);
                              }
                              
                              .acol-jor {
                                  display: none;
                              }
                              
                              .social-icons {
                                  display: none;
                              }
                              
                              .social-i {
                                         display: block;
                                         margin-top: 50px;
                                         margin-left: 19px;
                              }
                              
                              .social-i i{
                                   font-size: 20px;
                                   margin: 3px;
                                   cursor: pointer;
                              }
                                     
                                     
                                     
                              .reg {
                                   display: none;
                                   float:  right;
                                   margin-right: 10%;
                              }
                              
                              .reg-2 {
                                     display: none;
                              }
                              
                                        
                              .onehundred {
                                   display: none;
                                     }
                              
                              .register {
                                         font-size: 15px;
                                         color: #000000;
                                         background: #FCD535;
                                         padding-right: 12px;
                                         padding-left: 12px;
                                         padding-top: 5px;
                                         padding-bottom: 5px;
                                         border:none;
                                         border-radius: 4px;
                                         margin-top: 20px;
                                         margin-left: 0;
                                         cursor: pointer;
                              }

                              .register:focus {
                                outline: none;
                              }

                              .login {
                                     font-size: 16px;
                                     margin-left: 10px;
                                     margin-right: 0;
                                     color: rgb(20, 21, 26);
                                     text-decoration: none;
                                     font-family: sans-serif;
                              } 
                              
                              
                              
                              .arrow{
                                      margin-top: 35px;
                                      width: 5%;
                                      float: right;
                                      margin-right: 16px;
                              }

                              .onehundred {
                                   width: 100%;
                                   display: none;
                            }
                            
                            h1{
                               box-sizing: border-box;
                                min-width: 0;
                                color: #1E2329;
                                border-radius: 0px;
                                font-size: 20px;
                                font-weight: bold;
                                line-height: 28px;
                                padding-bottom: 15px;
                                clear:left;
                                margin-block-start: 0.83em;
                                margin-block-end: 0.83em;
                                text-size-adjust: 100%;   
                            }
                            
                            .date {
                                  font-size: 12px;
                                  padding-top: 8px;
                            }
                            
                             body{
                                 font-family: 'IBM Plex Sans', sans-serif;
                            }
                            
                            a {
                               color: #C99400;
                               text-decoration: underline;
                               cursor: pointer;
                               word-break: break-all;
                               box-sizing: border-box;
                                margin: 0;
                                min-width: 0;
                                display: inline;
                                background-color: transparent;
                                -webkit-tap-highlight-color: transparent;
                            }
                            
                            a:hover{
                                    text-decoration: none;
                                    color: #C99400;
                            }
                            
                            p{
                               box-sizing: border-box;
                                margin: 0;
                                min-width: 0;
                                font-size: 14px;
                                line-height: 24px;
                                padding-top: 4px;
                                padding-bottom: 12px;
                                 display: block;
                                 font-weight: 400;
                                 overflow-wrap: break-word;
                                -webkit-tap-highlight-color: transparent;
                                text-size-adjust: 100%;
                            }
                            
                            ul {
                                box-sizing: border-box;
                                margin: 0;
                                min-width: 0;
                                font-size: 14px;
                                line-height: 24px;
                                padding-top: 4px;
                                padding-bottom: 12px;
                                 display: block;
                                 font-weight: 400;
                                 overflow-wrap: break-word;
                                -webkit-tap-highlight-color: transparent;
                                text-size-adjust: 100%;
                                padding-left: 30px;
                            }
                            
                            .rela-arb {
                                    max-width: 96%;
                                    margin-top: 19px;
                                    border-radius: 16px;
                            }
                            
                            .related {         
                                     display: block;
                                     width: 90%;
                                     border-radius: 8px;
                                     margin-top: 14px;
                                     
                            }
                            
                            .relate {
                                    color: #1E2329;
                                    font-size: 14px;
                                    margin-top: 5px;
                                    margin-left: 0px;
                                    text-decoration: none;
                                    }
                                    
                            .rela {
                                     display: block;
                                     width: 90%;    
                                     border-radius: 8px;
                                     margin-top: 16px;
                            }
                                    
                            h4 {
                                 font-size: 20px;
                                 margin: 0;
                                 padding: 0;
                            }
                            
                            .risk {
                                   font-weight: bold;
                            }
                            
                            .right-1 {
                                      display: none;
                            }
                            
                            .appstore-2 {
                                     display: none;
                            }
                            
                            .appstore-1 {
                                      display: none;
                            }
                            
                            .appstore {
                                       display: inline;
                                       width: 135px;
                                       margin-top: 20px;
                            }
                            
                            .playstore-2 {
                                     display: none;
                            }
                            
                            .playstore-1 {
                                    display: none;
                            }
                            
                            .playstore {
                                        display:  inline;
                                        width: 130px;
                                        margin-left: 12px;
                                        margin-top: 20px;
                                        height: 46px;
                            }

                            .academy {
                                   display: block;
                                   width: 230px;
                                   margin-left: 10px;
                                   margin-bottom: 0;
                                   padding-top: 10%;
                                   }
                         
                         .academy-1 {
                                   display: none;
                                   }
                         
                         .foot {
                                  color: #1E2329;
                                 font-size: 16px;
                                 text-decoration: none;
                                 margin-left: 12px;
                                 margin-top: 70px;
                                 
                         }
                         
                         .ah4 {
                               margin-left: 12px;
                         }
                         
                         .socia {
                                 width: 16px;
                                 height: 16px;
                                 margin-left: 12px;
                                 margin-top: 50px;
                         }
                         
                         .social-icons-1 {
                              display: none;
                         }
                         
                         
                         .gift {
                                width:16px;
                                height: 16px;
                                padding-top: 9px;
                                
                         }
                         
                         .right {
                                 display: block;
                                 font-size: 11px;
                                 margin-top: 15px;
                                 margin-left: 19px;
                                 margin-bottom: 5%;
                         }
                         
                         }                         