:root {
  --white: white;
  --black: black;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.va-kv {
  aspect-ratio: 1920 / 680;
  height: 100%;
  position: relative;
}

.va-kv-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 42.5rem;
  display: flex;
  overflow: hidden;
}

.va-phone-inscreen {
  object-fit: cover;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.va-time {
  color: #25aae5;
  font-family: Tt Norms Pro, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
}

.va-clock-wrapper {
  aspect-ratio: 1;
  background-image: url('../images/clock.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 2.7em;
  display: flex;
  position: relative;
}

.va-clock {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  aspect-ratio: 16 / 7.5;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.va-pointer {
  transform-origin: 50% 100%;
  background-color: #25aae5;
  width: 1.5px;
  height: 1.2em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.va-pointer.va-second {
  opacity: .5;
  width: 1px;
}

.va-pointer.va-hour {
  height: 1vw;
}

.va-clock-pointer-wrapper {
  width: 1px;
  height: 1px;
  position: absolute;
}

.va-kv-phone-wrapper {
  aspect-ratio: 138 / 62;
  width: 8.625rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 31.8rem;
  left: 0;
  right: 0;
}

.va-intro {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  padding: 1.875rem 1rem 5rem;
}

.va-p {
  width: 60rem;
  max-width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.6;
}

.va-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.va-subtitle {
  color: #25aae5;
  margin-bottom: .2em;
  font-size: 2.5rem;
  display: inline-block;
}

.va-kv-fig {
  background-image: url('../images/KV_d_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (min-width: 1920px) {
  .va-kv-wrapper {
    aspect-ratio: 1920 / 680;
    height: auto;
  }

  .va-phone-inscreen {
    font-size: .8em;
  }

  .va-kv-phone-wrapper {
    width: 7.1875em;
    font-size: 1vw;
    top: 26.4em;
  }
}

@media screen and (max-width: 991px) {
  .va-kv {
    aspect-ratio: auto;
    width: 100%;
  }

  .va-kv-wrapper {
    aspect-ratio: 1310 / 680;
    height: auto;
  }

  .va-phone-inscreen {
    font-size: 1.2em;
  }

  .va-kv-phone-wrapper {
    width: 10.8397em;
    font-size: 1vw;
    top: 38.8em;
  }

  .va-title {
    font-size: 3rem;
  }

  .va-subtitle {
    font-size: 2rem;
  }

  .va-kv-fig {
    background-image: url('../images/KV_t_1.webp');
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .va-pointer.va-minute, .va-pointer.va-second, .va-pointer.va-hour {
    width: .5px;
  }

  .va-intro {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }

  .va-p {
    font-size: 1rem;
  }

  .va-title {
    font-size: 2.5rem;
  }

  .va-subtitle {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .va-kv-wrapper {
    aspect-ratio: 810 / 680;
  }

  .va-phone-inscreen {
    font-size: 1.8em;
  }

  .va-clock-wrapper {
    border: .5px solid rgba(37, 172, 230, .5);
    border-radius: 50%;
  }

  .va-clock {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .va-pointer, .va-pointer.va-second {
    width: .5px;
  }

  .va-kv-phone-wrapper {
    width: 17.5309em;
    top: 62.7em;
  }

  .va-title {
    font-size: 2rem;
  }

  .va-subtitle {
    font-size: 1.3rem;
  }

  .va-kv-fig {
    background-image: url('../images/KV_m_1.webp');
  }
}


@font-face {
  font-family: 'Tt Norms Pro';
  src: url('https://dlcdnwebimgs.asus.com/files/media/c993a87b-e838-412c-bfbb-383ac5ee4c61/V1/fonts/TT-Norms-Pro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('https://dlcdnwebimgs.asus.com/files/media/c993a87b-e838-412c-bfbb-383ac5ee4c61/V1/fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}