/* INTERIOR HERO SIMPLE SECTION (NO PARALLAX)
-------------------------------------------- */
.hero-simple-static {
  position: relative;
  width: 100%;
  height: 80vh;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  overflow: hidden;
}
.hero-simple-static::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
  pointer-events: none;
  z-index: 1;
}
.hero-simple-static .hero-slogan {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10vh;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1.5vh, 16px);
  width: 88vw;
  max-width: 1400px;
}
@media (max-height: 600px) {
  .hero-simple-static .hero-slogan {
    bottom: 5vh;
  }
}
@media (max-height: 400px) {
  .hero-simple-static .hero-slogan {
    bottom: 2vh;
  }
}
.hero-simple-static .hero-slogan__top {
  font-family: "Poppins", "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 0.9;
  color: #fff;
  font-size: clamp(28px, 6vw, 80px);
}
.hero-simple-static .hero-slogan__bottom {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 0.3em;
  font-family: "Poppins", "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 0.9;
  color: #fff;
  margin-top: 5px;
  margin-left: 60px;
  white-space: nowrap;
  font-size: clamp(28px, 6vw, 80px);
}
@media (max-width: 991px) {
  .hero-simple-static .hero-slogan__bottom {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .hero-simple-static .hero-slogan__bottom {
    margin-left: 20px;
  }
}
@media (max-width: 575px) {
  .hero-simple-static .hero-slogan__bottom {
    margin-left: 15px;
  }
}
.hero-simple-static .hero-slogan__mood {
  color: rgb(241, 223, 194) !important;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  font-size: inherit;
  white-space: nowrap;
}
.hero-simple-static .hero-info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 80vw;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .hero-simple-static .hero-info {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 95vw;
  }
  .hero-simple-static .hero-info::before {
    content: "";
    position: absolute;
    left: 0;
    top: -320px;
    width: 1px;
    height: 467px;
    background: rgba(255, 255, 255, 0.23);
    z-index: 1;
  }
  .hero-simple-static .hero-info::after {
    content: "";
    position: absolute;
    left: -3px;
    top: 140px;
    width: 7px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 7 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline opacity='0.23' x1='3.5' y1='0' x2='3.5' y2='20' stroke='white'/%3E%3Cpath opacity='0.23' fill-rule='evenodd' clip-rule='evenodd' d='M0.5 5L3.06795 18.9983L3.068 12.866L1.57573 5H0.5ZM5.53235 5L4.0746 12.866V19L6.6021 5H5.53235Z' fill='white'/%3E%3C/svg%3E");
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .hero-simple-static .hero-info {
    gap: 30px;
  }
}
.hero-simple-static .hero-left {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 250px;
  height: 300px;
  flex-shrink: 0;
}
.hero-simple-static .hero-left__line {
  position: absolute;
  left: 0;
  top: -200px;
  width: 1px;
  height: 400px;
  background: rgba(255, 255, 255, 0.23);
  z-index: 1;
}
@media (max-width: 991px) {
  .hero-simple-static .hero-left__line {
    display: none;
  }
}
.hero-simple-static .hero-left__arrow {
  position: absolute;
  left: -3px;
  top: 180px;
  width: 7px;
  height: 20px;
}
.hero-simple-static .hero-left__arrow svg {
  width: 7px;
  height: 20px;
}
@media (max-width: 991px) {
  .hero-simple-static .hero-left__arrow {
    display: none;
  }
}
.hero-simple-static .hero-award {
  display: none;
  position: absolute;
  top: 130px;
  left: 20px;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
@media (max-width: 991px) {
  .hero-simple-static .hero-award {
    top: 0;
    left: 10px;
  }
}
.hero-simple-static .hero-award__year {
  position: absolute;
  top: -10px;
  right: -15px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.05em;
  opacity: 0.95;
}
.hero-simple-static .hero-award__logo img {
  width: 126px;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .hero-simple-static .hero-award__logo img {
    width: 100px;
  }
}
.hero-simple-static .hero-about {
  position: absolute;
  top: 210px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  text-align: left;
  z-index: 2;
  width: 250px;
}
@media (max-width: 991px) {
  .hero-simple-static .hero-about {
    top: 40px;
    left: 10px;
  }
}
.hero-simple-static .hero-about__title {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.hero-simple-static .hero-about__subtitle {
  color: rgb(241, 223, 194);
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.hero-simple-static .hero-cta {
  margin-top: 40px;
  margin-left: 100px;
}
@media (max-width: 991px) {
  .hero-simple-static .hero-cta {
    margin-left: 50px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .hero-simple-static .hero-cta {
    margin-left: 25px;
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  .hero-simple-static .hero-cta {
    margin-left: 25px;
    margin-top: 20px;
  }
}
.hero-simple-static .hero-cta__button {
  display: inline-flex;
  align-items: center;
  height: 46px;
  min-width: 180px;
  padding: 0 9px 0 22px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 32px;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.06);
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  justify-content: space-between;
  white-space: nowrap;
  overflow: visible;
}
.hero-simple-static .hero-cta__button:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-1px);
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1);
}
.hero-simple-static .hero-cta__button:hover .hero-cta__icon {
  background-color: #fff;
}
.hero-simple-static .hero-cta__button:hover .arrow-line {
  left: -6px;
  width: 23px;
}
.hero-simple-static .hero-cta__button:hover .arrow-head--top {
  right: 2px;
  top: 7px;
  width: 7px;
  height: 2px;
}
.hero-simple-static .hero-cta__button:hover .arrow-head--bottom {
  right: 2px;
  bottom: 7px;
  width: 7px;
  height: 2px;
}
@media (max-width: 767px) {
  .hero-simple-static .hero-cta__button {
    height: 40px;
    min-width: 150px;
    padding: 0 5px 0 15px;
  }
}
.hero-simple-static .hero-cta__text {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding-right: 12px;
}
@media (max-width: 767px) {
  .hero-simple-static .hero-cta__text {
    font-size: 14px;
    padding-right: 8px;
  }
}
.hero-simple-static .hero-cta__icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background-color: rgb(241, 223, 194);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s cubic-bezier(0.44, 0, 0.56, 1);
}
@media (max-width: 767px) {
  .hero-simple-static .hero-cta__icon {
    width: 28px;
    height: 28px;
  }
}
.hero-simple-static .hero-cta__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
}
.hero-simple-static .hero-cta__arrow .arrow-line {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7.5px);
  width: 15px;
  height: 2px;
  background-color: #000;
  border-radius: 3px;
  transition: all 0.3s cubic-bezier(0.44, 0, 0.56, 1);
  z-index: 1;
}
.hero-simple-static .hero-cta__arrow .arrow-head {
  position: absolute;
  width: 9px;
  height: 2px;
  background-color: #000;
  transition: all 0.3s cubic-bezier(0.44, 0, 0.56, 1);
  z-index: 1;
}
.hero-simple-static .hero-cta__arrow .arrow-head--top {
  right: 2px;
  top: 6px;
  border-radius: 10px 10px 2px 10px;
  transform: rotate(45deg);
}
.hero-simple-static .hero-cta__arrow .arrow-head--bottom {
  right: 2px;
  bottom: 6px;
  border-radius: 10px 2px 10px 10px;
  transform: rotate(-45deg);
}