.u-section-1 {
  position: relative;
}

/* DESKTOP + DEFAULT */
.u-section-1 .u-sheet-1 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.u-section-1 .u-btn-1 {
  --radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 1px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: -300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  background-image: none;
  --color-var: #77aad9;
  position: absolute;
  top: 80px;
  right: 82px;
  margin: 0;
  z-index: 10;
}

.u-section-1 .u-image-1 {
  width: 570px;
  height: 89px;
  margin: 0 auto;
  display: block;
}

.u-section-1 .u-text-1 {
  --animation-custom_in-translate_x: 300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-size: 1.125rem;
  margin: 22px auto 0;
  text-align: center;
  width: auto;
}

/* LARGE TABLET / SMALL DESKTOP */
@media (max-width: 1199px) {
  .u-section-1 .u-btn-1 {
    right: 40px;
  }
}

/* TABLET */
@media (max-width: 991px) {
  .u-section-1 .u-btn-1 {
    top: 60px;
    right: 30px;
  }

  .u-section-1 .u-image-1 {
    width: 540px;
    height: auto;
  }

  .u-section-1 .u-text-1 {
    margin-top: 20px;
    text-align: center;
  }
}

/* SMALL TABLET */
@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 100vh;
  }

  .u-section-1 .u-btn-1 {
    top: 50px;
    right: 20px;
  }

  .u-section-1 .u-image-1 {
    width: 500px;
    height: auto;
  }

  .u-section-1 .u-text-1 {
    font-size: 1rem;
    margin-top: 18px;
    text-align: center;
  }
}

/* MOBILE */
@media (max-width: 575px) {
  .u-section-1 {
    position: relative !important;
  }

  .u-section-1 .u-sheet-1 {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }

  .u-section-1 .u-btn-1 {
    position: absolute !important;
    top: 32px !important;
    right: 12px !important;
    margin: 0 !important;
    padding: 10px 18px;
    width: auto !important;
  }

  .u-section-1 .u-image-1 {
    width: 100%;
    max-width: 420px;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  .u-section-1 .u-text-1 {
    font-size: 0.75rem;
    margin-top: 18px !important;
    width: 100%;
    max-width: 420px;
    text-align: right;
    padding-right: 8px;
  }
}