.play-on-pc{
  position: fixed;
  right: 0;
  bottom: 5vh;
  z-index: 10;
}
.play-on-pc a{
  display: block;
  width: 250px;
  padding-bottom: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  opacity: .6;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  cursor: pointer;
}
.play-on-pc a:hover{
  opacity: 1;
}

@media(max-width: 1024px){
  .play-on-pc a{
    width: 170px;
  }
}
@media(max-width: 640px){
  .play-on-pc a{
    width: 140px;
  }
}

.welcome.section{
  display: flex;
  justify-content: center;
  min-height: 1200px;
}
.welcome.section, .welcome.section .dac{
  position: relative;
  text-align: center;
  z-index: 1;
}
.welcome.section .dac{
  width: 100%;
  max-width: 1600px;
  margin: auto;
  background: rgb(13 25 92 / 40%);
  padding-bottom: 65px;
  backdrop-filter: blur(5px);
}
.welcome.section .dac .welcome__logo{
  margin-bottom: 0
}
.welcome__icons .col-6{
  border: 1px solid rgba(255, 255, 255, .2);
  /*border-right: 0;*/
}
.welcome__icons .col-6:last-of-type{
  border-right: 1px solid rgba(255, 255, 255, .2);
}
.welcome.section:before {
  z-index: 0;
  background-color: transparent;
  background-image: linear-gradient(0deg, rgba(0,9,40,1) 0%, rgba(0,9,40,0.5) 15%, rgba(0,9,40,0) 100%);
  opacity: 1;
}
.welcome.section .welcome__logo{
  margin: 30px auto;
}
.welcome.section .welcome__text{
  color: #fff;
  font-weight: 600;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1.4;
  padding: 0;
  /*background-color: rgba(0, 9, 40, .75);*/
  background-color: transparent;
  width: 90%;
  margin: auto;
}
.welcome.section .welcome__text .showmore{
  cursor: pointer;
}

body.ipsApp .modal-vldl .btn,
body.ipsApp .welcome.section .btn{
  display: inline-block;
  border: none;
  background-color: #f48b1e;
  color: #fff;
  font-weight: bold;
  padding: 20px 80px;
  font-size: 20px;
  border-radius: 0;
  transition: all .2s linear;
  max-width: 400px;
}

.welcome__icons .wrap{
  width: 270px;
  height: 100%;
  background-color: transparent;
  padding: 30px 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.welcome__icons .wrap img{
  width: 140px;
  max-width: 80%;
}

.welcome__text .showmore{
  display: none;
}
.welcome__text .showmore span{
  font-size: 16px;
  margin-top: 20px;
  border-bottom: dotted 1px #fff;
  text-transform: none;
}

.modal-vldl .modal-body{
  padding: 1rem 30px 2rem;
}
.modal-vldl .modal-body .icons-row{
  justify-content: start!important
}
.modal-vldl .modal-dialog{
  margin-top: 130px;
}
.modal-vldl .modal-content{
  background-color: #000928;
  border-radius: 0;
} 
.modal-vldl .modal-header{
  border: none;
  text-transform: uppercase;
}
.modal-vldl .welcome__icons .wrap{
  width: 100%;
  height: 100%;
}
.modal-vldl .welcome__icons{
  margin-bottom: 40px;
}
.modal-vldl .welcome__icons .col-6{
  width: 50%;
  max-width: 50%;
  border: 1px solid rgba(255, 255, 255, .2);
}
.modal-vldl .btn{
  padding: 15px 60px;
}
.modal-vldl .close{
  margin: 0;
  padding: 4px;
}
.modal-vldl .close img{
  width: 18px;
}
.modal .pt,
.modal .pt_d,
.modal .pt_r,
.modal .pt a{
  font-size: 20px;
}
.modal .input-group input[type="text"]::placeholder {
  text-shadow: none;
  color: rgba(255, 255, 255, .25);
}
@media(min-width: 1200px){
  .dac .welcome__icons .vldl_iconsline-copy{
    display: grid!important;
    grid-template-columns: 1fr 1fr 1fr 1fr; 
    grid-template-rows: 1fr 1fr; 
    gap: 0px 0px; 
  }
  .dac .welcome__icons .vldl_iconsline-copy .wrap{
    margin: auto;
  }
}
@media(min-width: 992px){
  .modal-vldl .modal-lg{
    max-width: 820px;
  }
}
@media(max-width: 1580px){
  .welcome.section .welcome__text{
    font-size: 30px;
  }

  .welcome__icons .wrap {
    width: 220px;
    padding: 24px 10px;
  }
  .welcome__icons .wrap img {
    width: 124px;
  }
}

@media(max-width: 1280px){
  .welcome.section {
    min-height: 1000px;
  }
  .welcome.section .welcome__text{
    font-size: 22px;
  }

  .welcome__icons .wrap {
    width: 200px;
    font-size: 16px;
  }
  .welcome__icons .wrap img {
    width: 100px;
  }
}

@media(max-width: 1132px){
  .welcome__icons{
    display: none;
  }
  .welcome.section .welcome__text .showmore{
    display: block;
  }
}

@media(max-width: 992px){
  .welcome.section {
    min-height: 900px;
  }
  .modal .input-group input[type="text"]{
    font-size: 18px;
    max-width: 190px;
    min-width: inherit;
  }
  .modal .input-group input[type="submit"]{
    font-size: 18px!important;
  }
}

@media(max-width: 768px){
  .welcome.section .welcome__logo{
    margin-bottom: 0;
  }
  .welcome.section .welcome__text {
    width: 100%;
    font-size: 22px;
  }
  .welcome.section .welcome__text .showmore{
    margin-top: 10px;
  }
  .modal-vldl .back_in_t{
    padding: 0;
  }
}

@media(max-width: 420px){
  .welcome__logo{
    max-width: 240px;
  }
  .welcome.section .welcome__text{
    font-size: 18px;
  }
  .welcome__icons .wrap img{
    width: 64px;
  }
  .modal-vldl .btn, .welcome.section .btn{
    width: 100%;
    padding: 15px;
    font-size: 18px;
  }
}