@font-face{
  font-family:Roboto;
  font-style:normal;
  font-weight:400;
  src:local('Roboto'),local('Roboto-Regular'),url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
  unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB;
}

@font-face{
  font-family:Roboto;
  font-style:normal;
  font-weight:400;
  src:local('Roboto'),local('Roboto-Regular'),url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  background:url(..//images/bg-lobby.jpg) no-repeat center top fixed;
  background-size:cover;
  font-family:Roboto, Arial, sans-serif;
  color:#fff;
  font-size:14px;
}

.logo{
  width:120px;
  height:auto;
}

.download{
  margin-top:20px;
}

.download a{
  margin:2px 0;
  float:left;
  width:100%;
}

.item{
  background:url(..//images/bg-popup-small.png) no-repeat;
  background-size:100% 100%,cover;
  margin:20px 10px 10px;
  position:relative;
  padding:30px;
}

.item a img{
  max-width:50%;
}

.item p{
  margin:0;
  line-height:22px;
}

span.label{
  display:block;
  position:absolute;
  right:-3px;
  top:-4px;
}

._text,
.a-btn{
  padding:15px 10px;
}

._text span{
  text-transform:uppercase;
}

.avatar{
  margin-bottom:15px;
}

.avatar img{
  display:block;
  margin:0 auto;
  height:124px;
  width:124px;
}

.item-help{
  width:210px;
  padding-bottom:10px;
}

.row .col{
  padding:0 5px!important;
}

.responsive{
  width:100%;
  height:auto;
  max-width:100%;
  border-radius:10px;
}

/* ===== GLOBAL HEADING DEFAULT ===== */

h1{
  display:none;
}

h2{
  margin-top:20px;
  text-transform:uppercase;
  font-size:18px;
  font-weight:700;
  color:#ffeb3b;
}

/* ===== GUIDE / ARTICLE CONTENT ===== */

.guide-content{
  max-width:980px;
  margin:0 auto 50px;
  padding:24px 20px 40px;
  background:rgba(5, 10, 28, 0.76);
  border:1px solid rgba(255,255,255,0.12);
  border-radius:18px;
  box-shadow:0 10px 30px rgba(0,0,0,0.35);
}

.guide-content h1{
  display:block!important;
  font-size:31px;
  line-height:1.4;
  font-weight:700;
  color:#fff;
  margin:10px 0 22px;
  text-transform:none;
  text-align:center;
}

.guide-content h2{
  font-size:24px;
  line-height:1.45;
  font-weight:700;
  color:#ffeb3b;
  margin:36px 0 16px;
  text-transform:none;
}

.guide-content h3{
  font-size:20px;
  line-height:1.45;
  font-weight:700;
  color:#ffe680;
  margin:24px 0 12px;
}

.guide-content h6{
  font-size:16px;
  line-height:1.85;
  font-weight:400;
  color:#f5f7ff;
  margin-bottom:14px;
}

.guide-content p{
  font-size:16px;
  line-height:1.85;
  color:#f5f7ff;
  margin-bottom:14px;
}

.guide-content strong{
  color:#ffeb3b;
  font-weight:700;
}

.guide-content section{
  margin-bottom:38px;
}

.guide-content ul,
.guide-content ol{
  margin:12px 0 18px 22px;
  padding-left:18px;
}

.guide-content li{
  font-size:16px;
  line-height:1.75;
  margin-bottom:7px;
  color:#f5f7ff;
}

.guide-content a{
  color:#5ecbff;
  text-decoration:none;
}

.guide-content a:hover{
  color:#ffeb3b;
  text-decoration:underline;
}

.guide-content .text-center img,
.guide-content img.responsive{
  display:inline-block;
  max-width:100%;
  height:auto;
  border-radius:14px;
  border:1px solid rgba(255,255,255,0.12);
  box-shadow:0 8px 22px rgba(0,0,0,0.35);
}

.guide-content figure{
  margin:22px 0;
  text-align:center;
}

.guide-content figcaption{
  font-size:14px;
  color:rgba(255,255,255,0.76);
  margin-top:9px;
  line-height:1.6;
}

.guide-content .note-box{
  background:linear-gradient(135deg, rgba(255,235,59,0.14), rgba(255,255,255,0.06));
  border-left:5px solid #ffeb3b;
  padding:15px 18px;
  border-radius:12px;
  margin:20px 0;
  box-shadow:0 4px 14px rgba(0,0,0,0.22);
}

.guide-content .note-box ul{
  margin:0;
  padding-left:20px;
}

.guide-content .note-box li{
  font-size:15.5px;
  line-height:1.8;
  margin-bottom:6px;
}

.guide-content{
    background:none;

    border:none;

    box-shadow:none;

    padding:0;

    margin:0;
}

.guide-content .table-of-contents{
    width:480px;

    background:rgba(18,10,36,0.78);

    border:1px solid rgba(255,255,255,0.08);

    border-radius:16px;

    padding:20px 24px;

    margin:26px 0 46px;

    backdrop-filter:blur(6px);

    box-shadow:0 10px 30px rgba(0,0,0,0.22);
}

.guide-content .table-of-contents h2{
    margin:0 0 16px;

    font-size:20px;

    color:#ffeb3b;

    text-transform:none;

    font-weight:700;

    letter-spacing:.3px;
}

.guide-content .table-of-contents ul{
    margin:0;

    padding-left:18px;

    columns:2;

    column-gap:30px;
}

.guide-content .table-of-contents li{
    margin-bottom:12px;

    line-height:1.5;
}

.guide-content .table-of-contents a{
    color:rgba(255,255,255,0.92);

    text-decoration:none;

    transition:all .2s ease;

    display:inline-block;
}

.guide-content .table-of-contents a:hover{
    color:#ffeb3b;

    transform:translateX(3px);
}

@media(max-width:768px){

.guide-content .table-of-contents{
    width:100%;

    padding:18px;
}

.guide-content .table-of-contents ul{
    columns:1;
}

}

@media(max-width:768px){

.guide-content .table-of-contents{
    width:100%;
}

.guide-content .table-of-contents ul{
    columns:1;
}

}
/* ===== OLD EFFECTS ===== */

.blink{
  animation:blinker 1s linear infinite;
}

@keyframes blinker{
  50%{
    opacity:0;
  }
}

/* ===== RESPONSIVE ===== */

@media only screen and (min-width:1224px){
  .container{
    margin-top:80px!important;
  }

  .logo{
    width:200px!important;
  }
}

@media(max-width:768px){
  body{
    background-attachment:scroll;
    font-size:14px;
  }

  .guide-content{
    padding:18px 14px 30px;
    border-radius:14px;
  }

  .guide-content h1{
    font-size:25px;
    line-height:1.35;
  }

  .guide-content h2{
    font-size:21px;
    line-height:1.45;
    margin-top:30px;
  }

  .guide-content h3{
    font-size:18px;
  }

  .guide-content h6,
  .guide-content p,
  .guide-content li{
    font-size:15px;
    line-height:1.8;
  }

  .guide-content .note-box{
    padding:13px 14px;
  }
}

@media(max-width:420px){
  .guide-content h1{
    font-size:22px;
  }

  .guide-content h2{
    font-size:19px;
  }

  .guide-content{
    padding-left:12px;
    padding-right:12px;
  }
}