@font-face {
  font-family: Abcareal;
  src: url('../fonts/ABCAreal-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg--off-white: whitesmoke;
  --text--text-main: #232323;
  --text--text-secondary: #a1a1a1;
  --bg--grey: #ededed;
}

body {
  background-color: var(--bg--off-white);
  color: var(--text--text-main);
  font-family: Abcareal, Arial, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

p {
  color: var(--text--text-secondary);
  margin-bottom: 0;
}

.text-wrap-top-right {
  width: 310px;
  position: absolute;
  top: 24px;
  left: 24px;
}

.huys-logo-desktop {
  color: var(--bg--off-white);
  position: absolute;
  inset: auto 24px 16px;
}

.css-animations {
  display: none;
}

.h1-home {
  margin-bottom: 12px;
}

.coming-soon.animation {
  animation-delay: .2s;
}

.animation {
  flex-flow: column;
  animation-name: animation;
  animation-duration: .7s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-delay: 0s;
  animation-fill-mode: both;
  display: flex;
}

.work-wrap {
  pointer-events: none;
  background-color: #ffbebe00;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100svh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.swiper {
  pointer-events: auto;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 333.333px;
  height: 416.667px;
  position: absolute;
  inset: auto;
  overflow: hidden;
  box-shadow: 0 0 60px #0003;
}

.swiper.animation {
  animation-timing-function: ease-in-out;
  animation-delay: 1s;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: scroll;
}

.swiper-slide {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.swiper-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
}

.contact-btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--bg--grey);
  width: auto;
  height: 48px;
  color: var(--text--text-secondary);
  cursor: pointer;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 24px 24px auto auto;
}

.contact-btn:hover {
  color: var(--text--text-main);
  box-shadow: inset 0 0 10px #0000001a;
}

.contact-btn.animation {
  pointer-events: auto;
  border: 1px solid #e7e7e7;
  animation-delay: .4s;
}

.contact-btn.animation:hover {
  transform: none;
}

.huys-logo-mobile {
  position: absolute;
  inset: auto 24px 20px;
}

.huys-logo-mobile.animation {
  display: none;
}

.logo-bg-wrap {
  z-index: -1;
  pointer-events: none;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.h1-home-desktop {
  margin-bottom: 12px;
  font-size: 18px;
}

.h1-home-desktop.animation {
  font-size: 18px;
}

.h1-home-mobile {
  margin-bottom: 12px;
  display: none;
}

.h1-home-mobile.animation {
  display: none;
}

.contact-button-text {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 10px;
  line-height: 100%;
  display: flex;
}

.copy-svg {
  width: 12px;
  height: 12px;
  color: var(--text--text-main);
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  inset: auto;
}

.btn-txt-state1 {
  margin-left: 20px;
  margin-right: 20px;
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.copy-svg-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
  position: relative;
}

.svg-wrap {
  background-color: #a1a1a140;
  border-radius: 4px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 4px;
  display: flex;
  position: relative;
}

.copy-icon {
  width: 100%;
  height: 100%;
  color: var(--text--text-main);
  object-fit: contain;
  justify-content: center;
  align-items: center;
}

.btn-css {
  display: none;
}

.check-icon {
  width: 100%;
  height: 100%;
  color: var(--text--text-main);
  object-fit: contain;
  justify-content: center;
  align-items: center;
}

.clickable {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  inset: 0%;
}

.page-wrap {
  width: 100vw;
  height: 100svh;
  position: fixed;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .huys-logo-desktop.animation {
    bottom: 16px;
    left: 20px;
    right: 20px;
  }

  .huys-logo-mobile.animation {
    bottom: 16px;
  }

  .logo-bg-wrap {
    justify-content: center;
    align-items: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .text-wrap-top-right {
    top: 20px;
    left: 20px;
  }

  .huys-logo-desktop {
    bottom: 16px;
    left: 20px;
    right: 20px;
  }

  .huys-logo-desktop.animation {
    display: none;
  }

  .work-wrap {
    pointer-events: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    inset: 0%;
    overflow: hidden;
  }

  .swiper {
    width: 249.998px;
    height: 320.513px;
  }

  .swiper.animation {
    position: relative;
    bottom: 0;
  }

  .huys-logo-mobile.animation {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .text-wrap-top-right {
    position: static;
    inset: auto auto 20px 20px;
  }

  .huys-logo-desktop {
    inset: 20px 20px auto;
  }

  .coming-soon.animation {
    width: 120px;
    font-size: 16px;
    line-height: 130%;
    position: absolute;
    inset: auto auto 22px 20px;
  }

  .work-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .swiper {
    border-radius: 8px;
    width: 207.5px;
    height: 266.667px;
    position: relative;
    box-shadow: 0 0 30px #0003;
  }

  .contact-btn, .contact-btn.animation {
    inset: auto 20px 20px auto;
  }

  .logo-bg-wrap {
    display: none;
  }

  .h1-home-desktop {
    width: 290px;
    position: absolute;
    inset: 20px auto auto 20px;
  }

  .h1-home-mobile {
    pointer-events: auto;
    width: 280px;
    margin-top: 24px;
    margin-bottom: 0;
    display: flex;
  }

  .h1-home-mobile.animation {
    display: flex;
  }

  .btn-txt-state1 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .email {
    font-size: 14px;
  }

  .clickable {
    padding-left: 16px;
    padding-right: 16px;
  }
}


@font-face {
  font-family: 'Abcareal';
  src: url('../fonts/ABCAreal-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}