.wscreen .info .text.anim-line {
  display: flex;
}

.slide:after {
  content: '';
  position: absolute;
  top: calc(-100% - -3px);
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

@media(max-width: 767px) {
  .wscreen .info .text.anim-line {
    display: none;
  }
  
  .brand-slide .button-slide {
    opacity: 1;
    visibility: visible;
    background: transparent;
    position: relative;
  }
}

.anim-line {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  min-width: max-content;
  height: 72px;
  overflow: hidden;
  margin-top: -24px;
  margin-bottom: -24px;
}

.wscreen {
  padding-top: 189px;
  margin-top: -91px;
}

.header-container-wrapper:not(.fixed) .awesome-header-menu.header__light .header .logo .header__logo .dark {
  display: none !important;
}

.header-container-wrapper:not(.fixed) .awesome-header-menu.header__light .header .logo .header__logo .white {
  display: block !important
}

.welcome--bg .notebook,
.welcome--bg .desctop {
  display: none;
  pointer-events: none;
}

.wscreen {
  padding-top: 140px;
  margin-top: -120px;
  overflow: hidden;
}

.wscreen .info {
  text-align: center;
}

.welcome--bg {
  margin-top: 52px;
}

.welcome--bg .mobile {
  width: 100%;
  height: 100%;
  max-height: 342px;
  pointer-events: none;
}

.header-container-wrapper.fixed .awesome-header-menu .hamburger-inner,
.header-container-wrapper.fixed .awesome-header-menu .hamburger-inner::after,
.header-container-wrapper.fixed .awesome-header-menu .hamburger-inner::before {
  background: #090c38
}

.wscreen .item-hover .state {
  cursor: pointer;
}

@media (min-width: 768px) {
  .button-slide .more-btns {
    margin-top: auto;
    margin-bottom: auto;
  }
  
  .wscreen .info {
    text-align: left;
  }

  .wscreen .info .text,
  .wscreen .info .more-btns {
    display: block;
  }

  .brand-slide .more-btns span {
    background: #01054F;
  }

  .welcome--bg .mobile {
    display: none;
    pointer-events: none;
  }

  .welcome--bg .notebook {
    display: block;
    pointer-events: none;
  }

  .welcome--bg {
    margin-top: -50px;
  }

  .wscreen .info .heading {
    margin: 0 0 20px;
    padding-right: 10%;
  }

  .wscreen {
    padding-top: 198px;
    margin-top: -132px;
  }
}

@media(min-width: 1124px) {
  .header-container-wrapper:not(.fixed) .awesome-header-menu.header__light .header .logo .header__logo .dark {
    display: none !important;
  }

  .header-container-wrapper:not(.fixed) .awesome-header-menu.header__light .header .logo .header__logo .white {
    display: block !important
  }

  .header-container-wrapper:not(.fixed) .awesome-header-menu.header__light .header .navigation .header-nav .nav .nav__item>.link,
  .header-container-wrapper:not(.fixed) .awesome-header-menu.header__light .header .navigation .btn-block .btn__v3 .link {
    color: #fff !important
  }

  .wscreen .info .heading {
    padding-right: 0;
  }
}

@media(min-width: 1200px) {
  .welcome--bg .notebook {
    display: none;
    pointer-events: none;
  }

  .welcome--bg {
    margin-top: 0;
    padding-bottom: 50px;
  }
  
  .wscreen {
    padding-top: 192px !important;
    padding-bottom: 325px;
    margin-top: -92px;
  }
  
  .wscreen-pb {
    padding-bottom: 423px;
  }
  
  .welcome--bg .desctop {
    display: block;
    position: absolute;
    top: 8%;
    right: -10%;
    pointer-events: none;
  }
}

.brand-slide .left-bg {
  width: 12%;
  height: 100%;
  background: linear-gradient(90deg, #000442 31.9%, rgba(1, 5, 77, 0.00) 100%);
  position: absolute;
  z-index: 10;
  left: 0px;
}

.brand-slide .right-bg {
  width: 12%;
  height: 100%;
  background: linear-gradient(270deg, #000442 31.9%, rgba(1, 5, 77, 0.00) 100%);
  position: absolute;
  z-index: 10;
  right: 0px;
}

.brand-slide .more-btns {
  display: flex;
}

.brand-slide .more-btns span {
  color: #fff;
  padding: 16px 24px;
  border-radius: 100px;
  border: 2px solid var(--solid-orange, #FAAE31);
  transition: 0.4s ease;
}

.brand-slide .more-btns span:hover {
  background: #FAAE31;
}

.brand-slide .more-btns span:after {
  display: none;
}

.brand-slide .swiper-container .swiper-wrapper .swiper-slide .item .img {
  height: 100%;
  width: 100%;
  max-width: 200px;
}

.button-slide {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  backdrop-filter: blur(3px);
  display: flex;
  justify-content: center;
  z-index: 1;
  opacity: 0;
  transition: 0.4s opacity ease;
}

.brand-slide:hover .button-slide{
  opacity: 1;
  visibility: visible
}

@media(min-width: 1440px) {
  .welcome--bg {
    padding-bottom: 100px;
  }
  .welcome--bg svg {
    right: -14%;
    top: -3%;
  }
}

.word-rotate li {
  font-family: Gotham;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  height: 1.4em;
  width: 220px;
  position: absolute;
  bottom: 40px;
  right: 6px;
  transition: all 1s;
}

}

@media(max-width: 767px) {
  .wscreen .flex.align-items.center.col-auto.flex-wrap.row.p-0 {
    margin: 0;
    flex-wrap: nowrap !important
  }
  
  .brand-slide .swiper-container .swiper-wrapper .swiper-slide .item .img {
    height: fit-content;
    max-width: auto;
  }

  .wscreen .flex.align-items.center.col-auto.flex-wrap.row.p-0 .more-btns {
    margin: 0 auto;
  }

  .hs-site-page .wscreen .word-rotate {
    top: 0;
    text-align: center;
    position: relative;
    margin: 0 auto !important;
    height: 44px;
  }

  .wscreen .word-rotate li {
    top: 8px;
  }
}

.typewriter::after {
  content: '|';
  animation: blink 1s step-start infinite;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

