* {
  box-sizing: border-box;
  margin: unset;
  font-family: "Inter", sans-serif;
}

body {
  font-family: sans-serif;
  background: #F5F3EF;
  color: black;
}
body h1, body h2, body h3, body h4 {
  margin: unset;
}

section {
  width: 100%;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding-inline: 80px;
}
@media (max-width: 992px) {
  .container {
    padding-inline: 40px;
  }
}
@media (max-width: 842px) {
  .container {
    padding-inline: 20px;
  }
}

.tag {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.32px;
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 200px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: white;
}
.tag {
  font-family: "General Sans", sans-serif;
}
@media (max-width: 842px) {
  .tag {
    font-size: 14px;
    padding: 4px 12px;
  }
}
.tag.black {
  color: black;
  border: 1px solid #CCCCCC;
}

.btn {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.16px;
  display: flex;
  padding: 20px 40px;
  align-items: center;
  gap: 8px;
  border-radius: 56px;
  background: #FF580A;
  color: white;
  text-decoration: none;
  transition: all 300ms ease;
  font-family: "Inter", sans-serif;
}
@media (max-width: 842px) {
  .btn {
    padding: 12px 24px;
    font-size: 14px;
  }
}
.btn:hover {
  filter: brightness(0.9);
  text-decoration: underline;
}

.navbar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding-block: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 9;
  transform: translateY(0%);
  transition: all 300ms ease;
}
.navbar.hidden {
  transform: translateY(-100%);
}
.navbar.show {
  transform: translateY(0%);
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding-block: 12px;
}
.navbar.show .navbar__menu a {
  color: black;
}
.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar__menu {
  display: flex;
  gap: 24px;
  align-items: center;
}
.navbar__menu a {
  text-decoration: none;
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.16px;
}
.navbar__menu a {
  font-family: "General Sans", sans-serif;
}
@media (max-width: 842px) {
  .navbar__menu a {
    font-size: 14px;
  }
}

.hero {
  padding-top: 176px;
  padding-bottom: 80px;
  background-color: #E08C30;
  background: #E08C30 url("../assets/images/hero_wide_screen.webp") no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
}
@media (max-width: 842px) {
  .hero {
    padding-top: 120px;
  }
}
.hero__title {
  font-size: 120px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -4.8px;
  text-transform: uppercase;
  max-width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .hero__title {
    font-size: 80px;
    letter-spacing: -3px;
  }
}
@media (max-width: 842px) {
  .hero__title {
    font-size: 48px;
    letter-spacing: -1.5px;
    max-width: 90%;
  }
}
.hero__title-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.hero__title-wrap span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: -0.16px;
}
.hero__title-wrap span {
  font-family: "General Sans", sans-serif;
}
.hero__title span {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-inline: 0.8rem;
  background-color: #0084FF;
  top: -1.5rem;
  position: relative;
  background: url("../assets/images/hero_title_icon.webp") no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 992px) {
  .hero__title span {
    top: -1rem;
  }
}
@media (max-width: 842px) {
  .hero__title span {
    top: -0.5rem;
    width: 25px;
    height: 24px;
    margin-inline: 0.2rem;
  }
}
.hero__tag-group {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 83px;
  flex-wrap: wrap;
}
@media (max-width: 842px) {
  .hero__tag-group {
    margin-bottom: 42px;
  }
}
.hero__desc {
  max-width: 50%;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.18px;
}
.hero__desc {
  font-family: "General Sans", sans-serif;
}
@media (max-width: 842px) {
  .hero__desc {
    max-width: 100%;
    font-size: 14px;
    letter-spacing: -0.05px;
  }
}
.hero__tagline {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  max-width: 30%;
}
@media (max-width: 842px) {
  .hero__tagline {
    max-width: 100%;
    align-items: flex-start;
  }
}
.hero__tagline p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.96px;
  text-transform: uppercase;
  text-align: right;
}
@media (max-width: 842px) {
  .hero__tagline p {
    text-align: left;
    font-size: 18px;
    letter-spacing: -0.46px;
  }
}
.hero__foot {
  max-width: 100%;
  padding-inline: unset;
  padding-top: 48px;
}
.hero__foot .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 842px) {
  .hero__foot .container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
    gap: 42px;
  }
}

.running-text {
  background: #EBE8E1;
  padding-block: 40px;
  overflow: hidden;
}
.running-text .container {
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  max-width: 100%;
}
@media (max-width: 992px) {
  .running-text {
    gap: 18px;
  }
}
@media (max-width: 842px) {
  .running-text {
    gap: 12px;
  }
}
.running-text__wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  flex-wrap: nowrap;
  white-space: nowrap;
  width: fit-content;
  animation: running-xl 30s linear infinite;
}
@media (max-width: 992px) {
  .running-text__wrap {
    animation: running-lg 30s linear infinite;
    gap: 18px;
  }
}
@media (max-width: 842px) {
  .running-text__wrap {
    animation: running-md 30s linear infinite;
    gap: 12px;
  }
}
.running-text__item {
  font-size: 68px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.36px;
  text-transform: uppercase;
  flex-shrink: 0;
}
@media (max-width: 842px) {
  .running-text__item {
    font-size: 32px;
    letter-spacing: -1px;
  }
}
.running-text .dot {
  width: 32px;
  height: 32px;
  background-color: #FF580A;
  flex-shrink: 0;
  background: url("../assets/images/running_icon.webp") no-repeat;
  background-position: center;
  background-size: contain;
}
@keyframes running-xl {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(calc(-200% - 80px));
  }
}
@keyframes running-lg {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(calc(-200% - 40px));
  }
}
@keyframes running-md {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(calc(-200% - 20px));
  }
}

.innovation {
  padding-top: 120px;
  padding-bottom: 40px;
}
@media (max-width: 842px) {
  .innovation {
    padding-top: 40px;
  }
}
.innovation .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 64px;
}
@media (max-width: 842px) {
  .innovation .container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
  }
}
.innovation .container.innovation-content {
  padding: unset;
  max-width: 100%;
  padding-top: 64px;
  border-top: 1px solid #CCCCCC;
}
.innovation .container.innovation-content .container {
  padding-bottom: unset;
  display: flex;
  gap: 40px;
  align-items: stretch;
}
@media (max-width: 992px) {
  .innovation .container.innovation-content .container {
    gap: 24px;
    flex-direction: column;
  }
}
.innovation .innovation-content__title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 40px;
}
@media (max-width: 842px) {
  .innovation .innovation-content__title-wrap {
    gap: 24px;
  }
}
.innovation .innovation-content__title-wrap h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}
@media (max-width: 842px) {
  .innovation .innovation-content__title-wrap h2 {
    font-size: 24px;
    letter-spacing: -0.1px;
  }
}
.innovation .innovation-content__title-wrap h2 span {
  color: #0084FF;
}
.innovation .innovation-content__title-wrap p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.18px;
}
.innovation .innovation-content__title-wrap p {
  font-family: "General Sans", sans-serif;
}
@media (max-width: 842px) {
  .innovation .innovation-content__title-wrap p {
    font-size: 14px;
  }
}
.innovation .innovation-content__image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 24px;
}
@media (max-width: 992px) {
  .innovation .innovation-content__image-wrap {
    align-items: flex-start;
    gap: 24px;
  }
}
.innovation .innovation-content__image-wrap.center {
  padding-top: unset;
}
.innovation .innovation-content__image-wrap.center img {
  width: 504px;
}
@media (max-width: 1200px) {
  .innovation .innovation-content__image-wrap.center img {
    width: 300px;
  }
}
@media (max-width: 992px) {
  .innovation .innovation-content__image-wrap.center img {
    width: 100%;
    height: auto;
  }
}
.innovation .innovation-content__image-wrap img {
  object-fit: contain;
  width: 100%;
}
@media (max-width: 992px) {
  .innovation .innovation-content__image-wrap img {
    width: auto;
  }
}
.innovation .innovation-content__tag-group {
  display: flex;
  gap: 12px;
}
.innovation__title {
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 80px */
  letter-spacing: -3.2px;
  text-transform: uppercase;
  max-width: 60%;
}
@media (max-width: 842px) {
  .innovation__title {
    font-size: 38px;
    letter-spacing: -1.2px;
    max-width: 100%;
  }
}
.innovation__title span {
  width: 56px;
  height: 56px;
  display: inline-block;
  margin-inline: 0.8rem;
  background-color: #0084FF;
  background: url("../assets/images/innovation_icon.webp") no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 842px) {
  .innovation__title span {
    width: 24px;
    height: 24px;
    margin-inline: 0.5rem;
  }
}
.innovation__desc-wrap {
  max-width: 30%;
  display: flex;
  flex-direction: column;
  gap: 22px;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
}
@media (max-width: 842px) {
  .innovation__desc-wrap {
    max-width: 100%;
    gap: 8px;
    align-items: flex-start;
    text-align: left;
  }
}
.innovation__desc-wrap div {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.16px;
  color: #AFAFAF;
}
.innovation__desc-wrap div {
  font-family: "General Sans", sans-serif;
}
@media (max-width: 842px) {
  .innovation__desc-wrap div {
    font-size: 14px;
  }
}
.innovation__desc-wrap p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.18px;
}
.innovation__desc-wrap p {
  font-family: "General Sans", sans-serif;
}
@media (max-width: 842px) {
  .innovation__desc-wrap p {
    font-size: 14px;
  }
}

.explore {
  padding-block: 80px;
}
@media (max-width: 842px) {
  .explore {
    padding-block: 40px;
  }
}
.explore .container {
  padding-inline: 32px;
}
@media (max-width: 842px) {
  .explore .container {
    padding-inline: 20px;
  }
}
.explore__card {
  background-color: white;
  padding: 56px;
  border-radius: 40px;
}
@media (max-width: 842px) {
  .explore__card {
    border-radius: 32px;
    padding: 32px;
  }
}
@media (max-width: 576px) {
  .explore__card {
    border-radius: 24px;
    padding: 24px;
  }
}
.explore__group {
  padding-block: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-block: 1px solid #CCCCCC;
}
@media (max-width: 1200px) {
  .explore__group {
    padding-block: 32px;
    grid-template-columns: repeat(1, 1fr);
    gap: 42px;
  }
}
.explore__wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.explore__wrap .explore__item:nth-child(1) {
  flex: 2;
  background-color: #EBE8E1;
  justify-content: space-between;
  gap: 80px;
}
.explore__wrap .explore__item:nth-child(1) h2 {
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: -2.24px;
}
@media (max-width: 842px) {
  .explore__wrap .explore__item:nth-child(1) h2 {
    font-size: 38px;
  }
}
@media (max-width: 576px) {
  .explore__wrap .explore__item:nth-child(1) h2 {
    font-size: 28px;
    letter-spacing: -1px;
  }
}
.explore__wrap .explore__item:nth-child(1) h2 span {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-inline: 0.8rem;
  background-color: #0084FF;
  position: relative;
  top: -0.5rem;
  background: url("../assets/images/explore_icon.webp") no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 842px) {
  .explore__wrap .explore__item:nth-child(1) h2 span {
    width: 22px;
    height: 22px;
    top: 0rem;
    margin-inline: 0.4rem;
  }
}
.explore__wrap .explore__item:nth-child(1) span {
  color: #AFAFAF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.16px;
}
.explore__wrap .explore__item:nth-child(2) {
  flex: 1;
  background-color: #0084FF;
  color: white;
}
.explore__wrap .explore__item:nth-child(2) div {
  display: flex;
  justify-content: space-between;
  gap: 64px;
}
@media (max-width: 842px) {
  .explore__wrap .explore__item:nth-child(2) div {
    gap: 32px;
  }
}
.explore__wrap .explore__item:nth-child(2) div img {
  width: 64px;
  height: 64px;
}
@media (max-width: 576px) {
  .explore__wrap .explore__item:nth-child(2) div img {
    width: 32px;
    height: 32px;
  }
}
.explore__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
  padding: 24px;
  border-radius: 24px;
}
.explore__item.black {
  background: radial-gradient(62.6% 63.07% at 60.46% -4.1%, rgba(0, 0, 0, 0.7) 0%, #000 100%);
  color: white;
  align-items: center;
  position: relative;
}
@media (max-width: 1200px) {
  .explore__item.black {
    align-items: flex-start;
  }
}
.explore__item.black span {
  align-self: flex-start;
}
.explore__item.black img {
  position: absolute;
  z-index: 1;
  top: 45px;
  width: 120%;
  max-width: 476px;
  height: auto;
}
@media (max-width: 1200px) {
  .explore__item.black img {
    position: relative;
    top: unset;
    margin: auto;
  }
}
@media (max-width: 842px) {
  .explore__item.black img {
    width: 100%;
  }
}
.explore__item.last {
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 99.92%), url("../assets/images/explore_right_illus.webp") lightgray 0px -12.674px/100% 123.3% no-repeat;
  background-position: top center;
  background-size: cover;
  color: white;
}
@media (max-width: 1200px) {
  .explore__item.last {
    padding-top: 200px;
  }
}
.explore__item span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.16px;
}
.explore__item span {
  font-family: "General Sans", sans-serif;
}
.explore__item p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.18px;
}
.explore__item p {
  font-family: "General Sans", sans-serif;
}
@media (max-width: 576px) {
  .explore__item p {
    font-size: 14px;
  }
}

.works {
  background-color: #121212;
  color: white;
  padding-block: 120px;
}
@media (max-width: 842px) {
  .works {
    padding-block: 40px;
  }
}
.works__head {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 64px;
}
@media (max-width: 842px) {
  .works__head {
    flex-direction: column;
  }
}
.works__head-left {
  width: 60%;
}
@media (max-width: 842px) {
  .works__head-left {
    width: 100%;
  }
}
.works__head-left h2 {
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 80px */
  letter-spacing: -3.2px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .works__head-left h2 {
    font-size: 64px;
  }
}
@media (max-width: 842px) {
  .works__head-left h2 {
    font-size: 38px;
    letter-spacing: -1.2px;
  }
}
.works__head-left h2 span {
  color: #FF580A;
}
.works__head-left h2 .icon {
  width: 108px;
  margin-inline: 0.5rem;
  height: 61px;
  display: inline-block;
  position: relative;
  background-color: #0084FF;
  background: url("../assets/images/works_icon.webp") no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 842px) {
  .works__head-left h2 .icon {
    width: 50px;
    height: 30px;
    margin-inline: 0.3rem;
  }
}
.works__head-left p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.18px;
  font-family: "General Sans", sans-serif;
}
@media (max-width: 842px) {
  .works__head-left p {
    font-size: 14px;
    letter-spacing: -0.08px;
  }
}
.works__head-right {
  padding-top: 36px;
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: right;
}
@media (max-width: 842px) {
  .works__head-right {
    width: 100%;
    text-align: left;
    gap: 12px;
  }
}
.works__head-right span {
  color: #AFAFAF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: -0.16px;
  font-family: "General Sans", sans-serif;
}
@media (max-width: 842px) {
  .works__head-right span {
    font-size: 14px;
    letter-spacing: -0.06px;
  }
}
.works__head-right p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.18px;
  font-family: "General Sans", sans-serif;
}
@media (max-width: 842px) {
  .works__head-right p {
    font-size: 14px;
    letter-spacing: -0.08px;
  }
}
.works__body {
  display: flex;
  flex-direction: column;
}
.works__item {
  padding: 24px;
  padding-left: unset;
  border-bottom: 1px solid #555;
  text-decoration: none;
  color: white;
  background-color: #121212;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 842px) {
  .works__item {
    align-items: flex-start;
  }
}
.works__item .img-wrap {
  position: absolute;
  bottom: 0;
  width: 25%;
  right: 15%;
  overflow: hidden;
  height: 0px;
  user-select: none;
  pointer-events: none;
}
.works__item .overlay {
  position: absolute;
  width: 100%;
  bottom: -10px;
  transform: translateY(100%);
  transition: all 300ms ease;
  transition-delay: 100ms;
  opacity: 0;
}
@media (max-width: 992px) {
  .works__item .overlay {
    right: 10%;
  }
}
.works__item:first-child {
  border-top: 1px solid #555;
}
.works__item:hover {
  background-color: #0084FF;
  border-radius: 24px;
}
.works__item:hover .img-wrap {
  height: 350px;
}
.works__item:hover .overlay {
  transform: translateY(0%);
  opacity: 1;
}
@media (max-width: 842px) {
  .works__item:hover .overlay {
    display: none;
  }
}
.works__item:hover p {
  color: white;
}
.works__item:hover svg {
  filter: invert(0) grayscale(0) brightness(1);
}
.works__item:hover .works__item-wrap img {
  filter: grayscale(1) brightness(2);
}
.works__item-wrap {
  display: flex;
  gap: 80px;
  align-items: center;
  width: 50%;
}
@media (max-width: 992px) {
  .works__item-wrap {
    width: 65%;
  }
}
@media (max-width: 842px) {
  .works__item-wrap {
    width: 80%;
    gap: 24px;
  }
}
@media (max-width: 576px) {
  .works__item-wrap {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 24px;
  }
}
.works__item-wrap p {
  color: #AAA;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.18px;
  font-family: "General Sans", sans-serif;
}
@media (max-width: 842px) {
  .works__item-wrap p {
    font-size: 14px;
    letter-spacing: -0.08px;
  }
}
.works__item svg {
  filter: invert(1) grayscale(1) brightness(2);
}
@media (max-width: 842px) {
  .works__item svg {
    width: 42px;
    height: 42px;
  }
}

.artist {
  background-color: black;
  padding-top: 120px;
  padding-bottom: 96px;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 842px) {
  .artist {
    padding-block: 40px;
  }
}
.artist__left {
  max-width: 350px;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 576px) {
  .artist__left img {
    width: 100%;
  }
}
.artist__left .wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-inline: 16px;
}
.artist__left .wrapper span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: -0.16px;
  color: #AAA;
}
.artist__left .wrapper span {
  font-family: "General Sans", sans-serif;
}
.artist__left .wrapper p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 24px */
  letter-spacing: -0.48px;
  text-transform: uppercase;
}
@media (max-width: 842px) {
  .artist__left .wrapper p {
    font-size: 18px;
    letter-spacing: -0.28px;
  }
}
.artist__center {
  margin-left: -23px;
  margin-right: -256px;
  flex: 1;
  z-index: 1;
  padding-top: 40px;
}
@media (max-width: 842px) {
  .artist__center {
    display: none;
  }
}
.artist__center h2 {
  width: 100%;
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 80px */
  letter-spacing: -3.2px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .artist__center h2 {
    font-size: 64px;
  }
}
@media (max-width: 842px) {
  .artist__center h2 {
    font-size: 38px;
  }
}
.artist__center h2 span {
  width: 62px;
  height: 62px;
  display: inline-block;
  position: relative;
  background-color: #FF580A;
  margin-inline: 0.8rem;
  background: url("../assets/images/artist_icon.webp") no-repeat;
  background-position: center;
  background-size: contain;
}
.artist__right {
  max-width: 466px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 842px) {
  .artist__right {
    text-align: left;
    align-items: flex-start;
    gap: 32px;
  }
}
.artist__right .wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 16px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 24px */
  letter-spacing: -0.48px;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .artist__right .wrapper img {
    width: 100%;
  }
}
.artist__right .wrapper .wrapper {
  gap: 8px;
  padding-inline: 16px;
}
.artist__right .wrapper .wrapper span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: -0.16px;
  color: #AAA;
}
.artist__right .wrapper .wrapper span {
  font-family: "General Sans", sans-serif;
}
.artist__right .wrapper .wrapper p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 24px */
  letter-spacing: -0.48px;
  text-transform: uppercase;
}
@media (max-width: 842px) {
  .artist__right .wrapper .wrapper p {
    font-size: 18px;
    letter-spacing: -0.28px;
  }
}
.artist__right p {
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.18px;
}
.artist__right p {
  font-family: "General Sans", sans-serif;
}
@media (max-width: 842px) {
  .artist__right p {
    font-size: 14px;
    text-align: left;
  }
}
.artist .container:nth-child(1) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 15%;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.18px;
}
@media (max-width: 842px) {
  .artist .container:nth-child(1) {
    font-size: 14px;
    letter-spacing: -0.08px;
    flex-direction: column;
    gap: 24px;
  }
}
.artist .container:nth-child(1) {
  font-family: "General Sans", sans-serif;
}
.artist .container:nth-child(1) span {
  flex-shrink: 0;
  color: #AAA;
}
.artist .container:nth-child(1) h2 {
  width: 100%;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 80px */
  letter-spacing: -1px;
  text-transform: uppercase;
  display: none;
}
@media (max-width: 842px) {
  .artist .container:nth-child(1) h2 {
    display: block;
  }
}
.artist .container:nth-child(1) h2 span {
  width: 32px;
  height: 32px;
  display: inline-block;
  position: relative;
  background-color: #FF580A;
  margin-inline: 0.4rem;
  background: url("../assets/images/artist_icon.webp") no-repeat;
  background-position: center;
  background-size: contain;
}
.artist .container:nth-child(2) {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 842px) {
  .artist .container:nth-child(2) {
    flex-direction: column;
    gap: 32px;
  }
}

.footer {
  background: black;
  padding-top: 48px;
}
.footer .container:nth-child(1) {
  padding-inline: 32px;
}
@media (max-width: 842px) {
  .footer .container:nth-child(1) {
    padding-inline: 20px;
  }
}
.footer .container:nth-child(2) {
  padding-block: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #AAA;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.16px;
}
@media (max-width: 842px) {
  .footer .container:nth-child(2) {
    flex-direction: column;
    gap: 12px;
  }
}
.footer .container:nth-child(2) a {
  text-decoration: none;
  color: #AAA;
}
.footer .container:nth-child(2) a {
  font-family: "General Sans", sans-serif;
}
.footer .container:nth-child(2) p {
  font-family: "General Sans", sans-serif;
}
.footer__card {
  background-color: #A46923;
  padding: 80px 48px;
  border-radius: 40px;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 148px;
  background: #A46923 url("../assets/images/footer_bg.webp") no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 842px) {
  .footer__card {
    padding: 40px 24px;
    border-radius: 24px;
    gap: 82px;
  }
}
.footer__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 842px) {
  .footer__head {
    flex-direction: column;
    gap: 24px;
  }
}
.footer__head h2 {
  max-width: 80%;
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 80px */
  letter-spacing: -3.2px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .footer__head h2 {
    font-size: 64px;
  }
}
@media (max-width: 842px) {
  .footer__head h2 {
    font-size: 38px;
    letter-spacing: -1.2px;
    max-width: 100%;
    word-break: break-word;
  }
}
@media (max-width: 576px) {
  .footer__head h2 {
    font-size: 28px;
    letter-spacing: -1px;
  }
}
.footer__head h2 span {
  width: 70px;
  height: 70px;
  display: inline-block;
  margin-inline: 1rem;
  background-color: #FF580A;
  position: relative;
  top: 0.5rem;
  background: url("../assets/images/footer_icon.webp") no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 842px) {
  .footer__head h2 span {
    width: 32px;
    height: 32px;
    margin-inline: 0.5rem;
    top: 0rem;
  }
}
@media (max-width: 576px) {
  .footer__head h2 span {
    width: 24px;
    height: 24px;
    margin-inline: 0.3rem;
  }
}
.footer__body {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 842px) {
  .footer__body {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
}
.footer__body p {
  max-width: 45%;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.18px;
}
@media (max-width: 842px) {
  .footer__body p {
    max-width: 100%;
    font-size: 14px;
    letter-spacing: -0.08px;
  }
}
.footer__body p {
  font-family: "General Sans", sans-serif;
}
.footer__menu {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.footer__menu a {
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: -0.16px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.footer__menu a {
  font-family: "General Sans", sans-serif;
}