*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
  list-style: none;
  text-decoration: none;
}
.shinybody, .shinybodyfaq{
  text-align: center;
  height: auto;
  width: 100%;
  background-color: #FFF;
  display: block;
}
.shinybodymob{
  display: none;
}
.shinybodyfaqmob{
  display: none;
}
.shinyheader{
  width: 100%;
  height: 10vh;
  z-index: 9999;
  background: rgba(0,0,0,0.87);
  position: fixed;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.4);
}
.active{
  background-color: rgba(0,0,0,0.97);
}
.wrapperheader{
  width: 90%;
  margin-left: 5%;
}
.navigationshiny{
  width: 100%;
}
.navbarshiny{
  width: 60vw;
  height: 8vh;
  margin-top: 1vh;
  position: absolute;
}
.regforwhitepapershiny{
  margin-left: 69vw;
  width: auto;
  height: 8vh;
  position: absolute;
  margin-top: 1vh;
}
.logofront{
  float: left;
  width: 9vw;
  height: 8vh;
}
.navishiny{
  float: right;
  display: flex;
  list-style: none;
}
.navilie{
  text-decoration: none;
  display: inline-block;
  font-size: 1.1vw;
  font-weight: 300;
  margin-right: 3vh;
  line-height: 8vh;
  color: rgba(255,255,255,0.7);
  cursor: pointer;
  transition: 0.5s;
}
.navilie:hover{
  color: #E0B300;
}
.navilioeko{
  color: #E0B300;
  opacity: 1.0;
}
.loginreg{
  display: flex;
  list-style: none;
}
.loginreg li a{
  font-size: 1.1vw;
  font-weight: 300;
  text-decoration: none;
  display: inline;
  margin-left: 1vw;
  line-height: 8vh;
  padding: 1.2vh;
  padding-left: 2vh;
  padding-right: 2vh;
  color: #E0B300;
  border-radius: 1vh;
  cursor: pointer;
  transition: 0.5s;
}
.loginreg li a:hover{
  background-color: #E0B300;
  color: #000;
}
.headerandfirstcont{
  width: 100%;
  min-height: 57vh;
  background-image: url('../images/background/bgwhite.svg');
  background-size: auto 100%;
  background-position: center;
}
.frontpage{
  padding-top: 10vh;
  width: 100%;
  background-image: url("../images/background/bgyellow.svg");
}
.datapart{
  margin-top: 5vh;
  padding-bottom: 5vh;
  width: 90%;
  margin-left: 5%;
}
.datapart h2{
  font-size: 2.5vw;
  font-weight: 600;
  margin-bottom: 2vh;
}
.datapart h3{
  font-size: 2vw;
  font-weight: 500;
  margin-top: 5vh;
  margin-bottom: 2vh;
}
.datapart h4{
  font-size: 1.2vw;
  font-weight: 400;
  text-align: left;
  line-height: 2.2vw;
}
.datapart h5{
  font-size: 1.5vw;
  font-weight: 500;
  text-align: left;
}
.boxsection10{
  width: 100%;
  background-color: #000;
}
.contentinbox10{
  width: 90%;
  margin-left: 5%;
}
.footsection{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  padding-bottom: 2vh;
  padding-top: 2vh;
  align-items: center;
}
.linkbox{
  width: 100%;
}
.sectionlinkbox{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  margin-top: 3vh;
}
.linksubbox{
  width: 80%;
  margin-left: 10%;
}
.linksubbox h3{
  color: #FFF;
  font-size: 1.3vw;
  font-weight: 500;
  border-bottom: solid;
  border-width: 1px;
  border-color: #EFEFEF;
  width: 50%;
  text-align: left;
}
.contentinsubbox{
  display: grid;
  margin-top: 3vh;
}
.contentinsubbox a{
  margin-bottom: 2vh;
  color: rgba(255,255,255,0.5);
  font-size: 0.9vw;
  transition: 0.5s;
  text-align: left;
}
.contentinsubbox a:hover{
  color: #E0B300;
}
.separationlinkbox{
  margin-top: 3vh;
  width: 90%;
  margin-left: 5%;
  height: 0.2vh;
  background: #EFEFEF;
}
.socialbox{
  margin-top: 3vh;
  display: grid;
  grid-template-columns: 80% 20%;
  width: 90%;
  margin-left: 5%;
  margin-bottom: 3vh;
}
.connexbox h3{
  color: #FFF;
  font-size: 1.3vw;
  font-weight: 500;
  width: 50%;
  text-align: left;
  margin-bottom: 2vh;
  margin-top: 2vh;
}
.sectionsocialbox{
  text-align: left;
  display: grid;
  grid-template-columns: repeat(9,1fr);
  width: 50%;
}
.sectionsocialbox a{
  font-size: 2vw;
  width: 2.4vw;
  height: 2.4vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  color: #FFF;
}
.sectionsocialbox a:hover{
  background: #E0B300;
  transform: rotate(20deg) scale(1.1);
  color: #000;
}
.shinycopyright{
  display: grid;
  grid-template-columns: 40% 60%;
  margin-top: 7vh;
  height: 5vh;
  float: right;
}
.shinycopyright img{
  height: 3vh;
  margin-top: 1vh;
}
.shinycopyright h3{
  color: #FFF;
  font-size: 0.7vw;
  line-height: 5vh;
  float: right;
}
.contentinheaderbox{
  padding-top: 12vh;
}
.contentinheaderbox h2{
  font-size: 2.2vw;
  font-weight: 600;
}
.contentboxforquestions{
  width: 90%;
  margin-left: 5%;
  height: 80vh;
  background: rgba(0, 0, 0, 0.5);
  margin-top: 2vh;
  margin-bottom: 5vh;
  border-radius: 1vh;
  overflow-y: scroll;
}
.contentboxforquestions::-webkit-scrollbar{
  display: none;
}
.supboxdash{
  margin-top: 2vh;
  margin-bottom: 2vh;
  width: 90%;
  margin-left: 5%;
  background: rgba(0,0,0,0.5);
  height: 10vh;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  cursor: pointer;
  overflow-y: hidden;
  border-radius: 1vh;
  transition: 0.5s;
}
.supboxdash:hover{
  background: rgba(0,0,0,0.7);
}
.supboxdash::-webkit-scrollbar{
  display: none;
}
.questionhomesupport{
  height: 10vh;
  display: grid;
  grid-template-columns: 80% 20%;
  line-height: 10vh;
}
.questionhomesupport h3{
  font-size: 1.3vw;
  line-height: 10vh;
  font-weight: 400;
  color: #FFF;
  float: right;
}
.questionhomesupport h4{
  width: 6vh;
  height: 6vh;
  margin-top: 2vh;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.questionhomesupport h4 i{
  font-size: 3vw;
  line-height: 10vh;
  color: #FFF;
  font-weight: 400;
  transition: 0.6s;
}
.answerhomesupport{
  width: 90%;
  margin-left: 5%;
  height: 14vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 2vh;
}
.answerhomesupport h3{
  font-size: 1.1vw;
  font-weight: 400;
  color: rgba(255,255,255,0.8);
  float: left;
  text-align: left;
}
@media only screen and (max-width: 1000px){
  .shinybody{
    display: none;
  }
  .shinybodymob{
    display: block;
    overflow: hidden;
    background: rgba(224,179,0,0.7);
  }
  .shinybodyfaq{
    display: none;
  }
  .shinybodyfaqmob{
    display: block;
    overflow: hidden;
  }
  .headerandfirstcontmob{
    width: 100%;
  }
  .layerinheaderandfirstcontmob{
    width: 100%;
    background: rgba(255,255,255,0.2);
  }
  .shinyheadermob{
    width: 100%;
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.8);
    position: fixed;
    z-index: 99999;
  }
  .shinyheadermob a img{
    height: 8vh;
    margin-top: 0.5vh;
  }
  .shinyheadermob i{
    font-size: 8vh;
    margin-left: 5vw;
    line-height: 10vh;
    color: #E0B300;
  }
  .firstpagemob{
    width: 95%;
    margin-left: 2.5%;
    padding-top: 10vh;
  }
  .firstpagefaqmob{
    width: 95%;
    margin-left: 2.5%;
    padding-top: 10vh;
    padding-bottom: 5vh;
    background-image: url("../images/background/bgwhite.svg");
    background-size: auto 100%;
    background-position: center;
  }
  .menuboxpopup{
    position: fixed;
    display: none;
    top:10vh;
    width: 100%;
    min-height: 7vh;
    background: #E0B300;
    z-index: 9999;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  #closebtn{
    display: none;
  }
  .activemob{
    background: rgba(0,0,0,1);
  }
  .contentinmenuboxpup,
  .contentinmenuboxpup2{
    width: 90%;
    margin-left: 5%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
  }
  .contentinmenuboxpup{
    margin-bottom: 3vh;
  }
  .contentinmenuboxpup2{
    margin-top: 6vh;
  }
  .contentinmenuboxpup a,
  .contentinmenuboxpup2 a{
    text-align: center;
    margin-bottom: 3vh;
    font-size: 3vh;
    color: #000;
    font-weight: 500;
  }
  .separatorpopup{
    width: 70%;
    margin-left: 15%;
    height: 0.2vh;
    background: #000;
  }
  .datapart h2{
    font-size: 3.5vh;
    color: #000;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1vh;
  }
  .datapart h3{
    font-size: 2.7vh;
    color: #000;
    font-weight: 400;
    text-align: left;
    margin-bottom: 1vh;
  }
  .datapart h4{
    font-size: 2vh;
    color: #000;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0.5vh;
    line-height: 3vh;
  }
  .ninethpagemob{
    width: 100%;
    min-height: 50vh;
    background: #000;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  .linkboxmob{
    width: 90%;
    margin-left: 5%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  .linksubboxmob{
    width: 90%;
    margin-left: 5%;
    margin-bottom: 4vh;
  }
  .linksubboxmob h3{
    font-size: 2.6vh;
    color: #FFF;
    font-weight: 500;
    margin-bottom: 1vh;
    text-align: center;
  }
  .contentinsubboxmob{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    margin-bottom: 1vh;
  }
  .contentinsubboxmob a{
    font-size: 1.8vh;
    color: rgba(255,255,255,0.4);
    font-weight: 400;
    margin-bottom: 1.5vh;
    text-align: center;
  }
  .separationlinkboxmob{
    width: 80%;
    margin-left: 10%;
    height: 0.2vh;
    background: #FFF;
    margin-bottom: 4vh;
  }
  .socialboxmob{
    width: 90%;
    margin-left: 5%;
  }
  .socialboxmob h2{
    font-size: 2.6vh;
    color: #FFF;
    font-weight: 500;
    margin-bottom: 1vh;
    text-align: center;
  }
  .contentinsocialboxmob{
    display: grid;
    grid-template-columns: repeat(5,1fr);
  }
  .contentinsocialboxmob2{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin-top: 1vh;
  }
  .contentinsocialboxmob a{
    color: #FFF;
    width: 100%;
    text-align: center;
    margin-bottom: 2vh;
    margin-top: 2vh;
  }
  .contentinsocialboxmob2 a{
    color: #FFF;
    width: 100%;
    text-align: center;
    margin-bottom: 2vh;
  }
  .contentinsocialboxmob a i{
    font-size: 5vh;
  }
  .contentinsocialboxmob2 a i{
    font-size: 5vh;
  }
  .separationlinkboxmob2{
    width: 60%;
    margin-left: 20%;
    height: 0.2vh;
    background: #FFF;
    margin-bottom: 4vh;
    margin-top: 4vh;
  }
  .copyrightboxmob{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .shinycopyrightmob{
    display: grid;
    grid-template-columns: 35% 65%;
  }
  .shinycopyrightmob a{
    height: 5vh;
    text-align: left;
  }
  .shinycopyrightmob a img{
  }
  .shinycopyrightmob h3{
    color: #FFF;
    font-size: 1.6vh;
    font-weight: 400;
    height: 5vh;
    line-height: 5vh;
    margin-left: 10vw;
  }
  .shinycopyrightmob h3 i{
    color: #FFF;
  }
  .contentinfirstpagemobfaq{
    margin-top: 2vh;
  }
  .contentinfirstpagemobfaq h2{
    text-align: center;
    font-weight: 600;
    font-size: 3.2vh;
    margin-bottom: 2vh;
  }
  .contentboxforquestionsmob{
    padding-top: 2vh;
    width: 95%;
    margin-left: 2.5%;
    height: 80vh;
    overflow-y: scroll;
    background: rgba(0,0,0,0.4);
    border-radius: 1vh;
  }
  .contentboxforquestionsmob::-webkit-scrollbar{
    display: none;
  }
  .subboxsupportmob{
    width: 90%;
    margin-left: 5%;
    height: 15vh;
    overflow: hidden;
    margin-top: 2vh;
    margin-bottom: 2vh;
    background: rgba(0,0,0,0.5);
    border-radius: 1vh;
  }
  .questionhomesupportmob{
    width: 90%;
    margin-left: 5%;
    height: 15vh;
    padding-top: 1vh;
    display: grid;
    grid-template-columns: 80% 20%;
  }
  .answerhomesupportmob{
    width: 90%;
    margin-left: 5%;
    padding-top: 1vh;
    padding-bottom: 1vh;
  }
  .questionhomesupportmob h3{
    font-size: 2vh;
    font-weight: 500;
    color: rgba(255,255,255,0.5);
  }
  .answerhomesupportmob h3{
    font-size: 2vh;
    font-weight: 500;
    color: rgba(255,255,255,1);
    padding-bottom: 1vh;
  }
  .questionhomesupportmob h4{
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 5vh;
    height: 5vh;
    background: transparent;
    margin-left: 3vw;
    margin-top: 4vh;
    border-radius: 50%;
    align-items: justify;
    display: flex;
    justify-content: center;
  }
  .questionhomesupportmob h4 i{
    font-size: 5vh;
    color: #FFF;
  }
}
