@font-face {
  font-family: KHTD;
  src: url("_next/static/media/032ec0238a10c487-s.p.woff2") format("woff2");
  font-weight: 400;
}

@font-face {
  font-family: KHTD;
  src: url("_next/static/media/bb0d602ab119e422-s.p.woff2") format("woff2");
  font-weight: 800;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #fff7d5;
  color: #563505;
  font-family: KHTD, Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

button {
  font: inherit;
}

.top-nav {
  position: absolute;
  z-index: 20;
  top: 16px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: min(1320px, calc(100vw - 64px));
  transform: translateX(-50%);
}

.nav-app {
  width: 78px;
  height: 78px;
  flex: none;
  filter: drop-shadow(0 3px 5px rgba(86, 53, 5, 0.35));
}

.nav-app img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1155px;
  height: 60px;
  padding-left: 50px;
  padding-right: 20px;
}

.nav-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: inherit;
  max-width: none;
}

.nav-bar a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 24px;
  padding: 0 36px;
  color: #563505;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}

.nav-bar a + a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 20px;
  background: #c88720;
  content: "";
  transform: translateY(-50%);
}

.nav-bar a.active {
  color: #d92513;
}

.nav-icon {
  color: #e18100;
  line-height: 1;
}

.nav-bar a.active .nav-icon,
.nav-bar a.active {
  color: #c51800;
}

.nav-bar a:hover,
.nav-bar a:focus-visible,
.nav-bar a:hover .nav-icon,
.nav-bar a:focus-visible .nav-icon {
  color: #c51800;
}

.nav-icon svg {
  display: block;
}

.hero {
  position: relative;
  min-height: 1098px;
  background: url("assets/images/home-banner-desktop.webp") center top / 1920px 1098px no-repeat;
}

.hero-logo {
  position: absolute;
  z-index: 3;
  top: 70px;
  left: 50%;
  width: 536px;
  transform: translateX(-50%);
}

.hero-actions {
  position: absolute;
  z-index: 4;
  top: 750px;
  left: 50%;
  display: flex;
  gap: 16px;
  transform: translateX(-50%);
}

.hero-panel {
  position: relative;
  width: 700px;
  height: 170px;
}

.panel-vector,
.panel-border {
  position: absolute;
  inset: 0;
}

.panel-border {
  z-index: 1;
  top: 4px;
  left: 6px;
  width: 688px;
  height: 164px;
}

.panel-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 164px;
  padding: 0 48px;
}

.panel-content > a:first-child img {
  width: 99px;
  margin-top: 8px;
}

.panel-content .chest {
  width: 136px;
  height: 130px;
  object-fit: contain;
}

.download-stack {
  width: 189px;
  margin-top: 12px;
}

.download-stack a {
  display: block;
  transition: filter 0.2s ease;
}

.download-stack a + a {
  margin-top: -4px;
}

.download-stack a:hover,
.hero-social a:hover,
.mobile-links a:hover {
  filter: brightness(0.92);
}

.shine-link {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.shine-link::after {
  position: absolute;
  top: -25%;
  left: -75%;
  width: 18%;
  height: 150%;
  background: linear-gradient(105deg, rgba(255, 255, 255, 0) 0%, rgba(255, 248, 190, 0.12) 32%, rgba(255, 255, 255, 0.82) 50%, rgba(255, 218, 95, 0.16) 68%, rgba(255, 255, 255, 0) 100%);
  content: "";
  pointer-events: none;
  transform: skewX(-18deg);
}

.shine-link:hover::after,
.shine-link:focus-visible::after {
  animation: metalShine 0.48s ease-out;
}

@keyframes metalShine {
  from {
    left: -75%;
  }
  to {
    left: 130%;
  }
}

.hero-social {
  margin-top: 16px;
  width: 115px;
}

.hero-social > div {
  display: flex;
}

.hero-social a {
  width: 37px;
  height: 37px;
}

.hero-actions-mobile {
  display: none;
}

.section-pad {
  padding: 0 16px 58px;
}

.news {
  position: relative;
  z-index: 5;
  margin-top: -196px;
}

.news-frame {
  position: relative;
  display: grid;
  grid-template-columns: 588px 676px;
  justify-content: space-between;
  align-items: start;
  width: 1722px;
  max-width: 100vw;
  height: 471px;
  margin: 0 auto;
  padding: 68px 190px 0 225px;
  background: url("assets/images/news-frame.webp") center / contain no-repeat;
}

.news-thumb img {
  width: 588px;
  height: 332px;
  object-fit: cover;
}

.tab-row {
  display: flex;
  gap: 11px;
  margin-bottom: 16px;
}

.ornate {
  width: 131px;
  height: 37px;
  border: 1px solid #a66005;
  background: transparent;
  color: #aa6703;
  cursor: pointer;
  font-weight: 800;
}

.ornate.active,
.ornate.wide {
  border: 0;
  background: linear-gradient(#eca700, #e36c00);
  color: #f9e9ba;
  filter: drop-shadow(0 1px 4px #da8003);
}

.news-list > a {
  display: flex;
  justify-content: space-between;
  height: 44px;
  align-items: center;
  padding: 0 18px;
  border-top: 1px solid #b58131;
  color: #563505;
  font-weight: 800;
  transition: color 0.2s ease, background 0.2s ease;
}

.news-list > a:hover {
  background: #ffdca9;
  color: #c51800;
}

.ornate.wide {
  position: absolute;
  right: 190px;
  bottom: 31px;
  width: 230px;
  justify-content: center;
  padding: 0;
  border-top: 0;
  margin-top: 0;
}

.world {
  margin-top: -12px;
  padding-top: 70px;
  background: url("assets/images/bg_1.webp") center top / cover no-repeat;
}

.section-title {
  width: 703px;
  margin: 0 auto 34px;
}

.characters {
  position: relative;
  min-height: 1058px;
  padding-top: 0;
}

.character-stage {
  position: relative;
  width: 1400px;
  max-width: 100vw;
  height: 900px;
  margin: -56px auto 0;
  overflow: visible;
}

.element-tabs {
  position: absolute;
  z-index: 20;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  transform: none;
}

.element-tabs button {
  position: absolute;
  width: 86px;
  height: 86px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  opacity: 0.72;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.element-tabs button.active {
  opacity: 1;
  transform: scale(1.36);
}

.element-tabs button:nth-child(1) {
  top: 207px;
  left: 17px;
}

.element-tabs button:nth-child(2) {
  top: 332px;
  left: 3px;
}

.element-tabs button:nth-child(3) {
  top: 457px;
  left: 0;
}

.element-tabs button:nth-child(4) {
  top: 582px;
  left: 13px;
}

.element-tabs button:nth-child(5) {
  top: 707px;
  left: 54px;
}

.character-visual {
  position: absolute;
  inset: 0;
}

.character-arc {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 40px;
  width: 1055px;
  height: 1055px;
  max-width: none;
  transform: translateY(-50%);
  pointer-events: none;
}

.element-bg {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 1004px;
  max-width: none;
  transform: translate(-50%, -50%);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.character-img {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 660px;
  height: 701px;
  max-height: none;
  max-width: none;
  object-fit: contain;
  transform: translate(calc(-50% + 36px), -50%);
  transition: opacity 0.28s ease, transform 0.28s ease, filter 0.28s ease;
}

.character-img[data-character="Thieu-Lam"] {
  width: 1200px;
  height: auto;
  transform: translate(calc(-50% + 120px), -50%);
}

.character-img[data-character="Ngu-Doc"] {
  width: 712px;
  height: 538px;
  transform: translate(calc(-50% + 20px), calc(-50% + 16px));
}

.character-img[data-character="Duong-Mon"] {
  width: 764px;
  height: 802px;
  transform: translate(calc(-50% + 40px), calc(-50% + 80px));
}

.character-img[data-character="Thuy-Yen"] {
  width: 776px;
  height: 898px;
  transform: translate(-50%, calc(-50% + 32px));
}

.character-img[data-character="Nga-Mi"] {
  width: 603px;
  height: 783px;
  transform: translate(calc(-50% - 8px), calc(-50% + 24px));
}

.character-img[data-character="Cai-Bang"] {
  width: 587px;
  height: 796px;
  transform: translate(calc(-50% + 72px), calc(-50% + 12px));
}

.character-img[data-character="Thien-Nhan"] {
  width: 614px;
  height: auto;
  transform: translate(calc(-50% - 40px), calc(-50% + 24px));
}

.character-img[data-character="Con-Lon"] {
  width: 559px;
  height: 714px;
  transform: translate(calc(-50% - 16px), calc(-50% + 40px));
}

.character-img[data-character="Vo-Dang"] {
  width: 600px;
  height: auto;
  transform: translate(calc(-50% + 32px), calc(-50% + 10px));
}

.character-info {
  position: absolute;
  z-index: 20;
  top: 29%;
  right: -64px;
  width: 420px;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.character-name-img {
  width: 362px;
  height: 113px;
  object-fit: contain;
  margin-left: 0;
}

.mini-tabs {
  position: absolute;
  top: 50%;
  left: -930px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  transform: translateY(-50%);
}

.mini-tabs button {
  width: 87px;
  height: 87px;
  padding: 5px;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: transparent;
  color: inherit;
  cursor: pointer;
  opacity: 0.55;
  transition: opacity 0.2s ease, transform 0.2s ease, filter 0.2s ease;
}

.mini-tabs button.active {
  opacity: 1;
  transform: scale(1.08);
  filter: drop-shadow(0 4px 8px rgba(86, 53, 5, 0.28));
}

.mini-tabs img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.detail-text {
  width: 317px;
  min-height: 142px;
  margin-left: 16px;
  font-size: 20px;
  line-height: 1.4;
}

.detail-text p {
  margin: 6px 0;
}

.detail-text strong {
  font-weight: 800;
}

.video-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 283px;
  height: 205px;
  margin-left: 16px;
  padding: 0;
  border: 0;
}

.video-card img {
  position: relative;
  z-index: 1;
  width: 251px;
  height: 174px;
  object-fit: cover;
  margin: 0;
  transform: translateY(-2px);
}

.video-frame-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  color: currentColor;
  pointer-events: none;
}

.play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.play svg {
  width: 44px;
  height: 44px;
}

.element-dots {
  position: relative;
  z-index: 25;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: -28px;
}

.element-dots button {
  width: 35px;
  height: 35px;
  border: 0;
  background: url("assets/images/pagination.svg") center / contain no-repeat;
  cursor: pointer;
}

.element-dots button.active {
  background-image: url("assets/images/paginationActive.svg");
}

.character-stage.is-changing .character-img,
.character-stage.is-changing .element-bg,
.character-stage.is-changing .character-info {
  opacity: 0;
}

.character-stage.is-changing .character-img {
  filter: blur(2px);
}

.features {
  position: relative;
  min-height: 720px;
  padding: 56px 0 80px;
  overflow: hidden;
}

.bird {
  position: absolute;
  top: 96px;
  z-index: 1;
  width: 132px;
}

.bird-left {
  left: max(24px, calc(50% - 580px));
}

.bird-right {
  right: max(24px, calc(50% - 580px));
}

.feature-leaf {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 260px;
  pointer-events: none;
}

.leaf-right {
  right: 0;
}

.leaf-left {
  left: -4px;
  transform: scaleX(-1);
}

.feature-slider {
  position: relative;
  z-index: 2;
  width: min(1250px, calc(100vw - 96px));
  height: 531px;
  margin: 0 auto;
  perspective: 1200px;
}

.feature-slide {
  position: absolute;
  top: 30px;
  left: 50%;
  width: min(670px, calc(100vw - 96px));
  height: 501px;
  overflow: hidden;
  opacity: 0;
  filter: brightness(0.5);
  transform: translateX(-50%) scale(0.72);
  transition: opacity 1.45s cubic-bezier(0.19, 1, 0.22, 1), transform 1.45s cubic-bezier(0.19, 1, 0.22, 1), filter 1.45s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform, opacity, filter;
}

.feature-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-slide.active {
  z-index: 3;
  opacity: 1;
  filter: brightness(1);
  transform: translateX(-50%) scale(1);
}

.feature-slider.is-transitioning .feature-slide.active {
  animation: featureActiveDrift 1.45s cubic-bezier(0.19, 1, 0.22, 1);
}

.feature-slide.prev,
.feature-slide.next {
  z-index: 2;
  opacity: 0.78;
  filter: brightness(0.48);
}

.feature-slide.prev {
  transform: translateX(calc(-50% - 430px)) scale(0.84);
}

.feature-slide.next {
  transform: translateX(calc(-50% + 430px)) scale(0.84);
}

.feature-slide.leaving {
  opacity: 0.38;
  filter: brightness(0.42);
  animation: featureLeavingDrift 1.45s cubic-bezier(0.19, 1, 0.22, 1);
}

@keyframes featureActiveDrift {
  from {
    opacity: 0.35;
    filter: brightness(0.42);
    transform: translateX(calc(-50% + 430px)) scale(0.84);
  }
  to {
    opacity: 1;
    filter: brightness(1);
    transform: translateX(-50%) scale(1);
  }
}

@keyframes featureLeavingDrift {
  from {
    opacity: 1;
    filter: brightness(1);
    transform: translateX(-50%) scale(1);
  }
  to {
    opacity: 0.38;
    filter: brightness(0.42);
    transform: translateX(calc(-50% - 430px)) scale(0.84);
  }
}

.slider-arrow {
  position: absolute;
  z-index: 4;
  top: 55%;
  width: 47px;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}

.slider-arrow.prev {
  left: calc(50% - 730px);
  transform: translateY(-50%) scaleX(-1);
}

.slider-arrow.next {
  right: calc(50% - 730px);
}

.feature-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

.feature-dots button {
  width: 35px;
  height: 35px;
  border: 0;
  background: url("assets/images/pagination.svg") center / contain no-repeat;
  cursor: pointer;
}

.feature-dots button.active {
  background-image: url("assets/images/paginationActive.svg");
}

.footer {
  min-height: 593px;
  padding: 48px 24px 56px;
  background: #5b160b;
  color: #fff6dc;
  overflow: hidden;
}

.footer-product {
  display: flex;
  align-items: center;
  width: min(812px, 100%);
  margin: 0 auto 36px;
}

.footer-product > img {
  width: 142px;
  flex: none;
}

.footer-product div {
  margin-left: 48px;
  font-size: 17px;
}

.footer-product p {
  margin: 8px 0;
}

.footer-product span {
  display: inline-block;
  width: 182px;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 58px;
  color: #ffdc64;
  font-size: 17px;
}

.footer-links a + a {
  position: relative;
}

.footer-links a + a::before {
  position: absolute;
  top: 50%;
  left: -30px;
  width: 2px;
  height: 15px;
  background: #ffdc64;
  content: "";
  transform: translateY(-50%);
}

.footer-decor {
  width: min(100%, 1152px);
  margin: 28px auto 0;
}

.legal {
  margin-top: 18px;
  text-align: center;
  font-size: 18px;
  line-height: 1.35;
}

.legal p {
  margin: 6px 0;
}

.fixed-menu {
  position: fixed;
  z-index: 40;
  top: 100px;
  right: 20px;
  display: block;
  width: 193px;
  height: 791px;
  opacity: 0;
  pointer-events: none;
  transform-origin: top right;
  transition: opacity 0.3s ease;
}

.fixed-menu.visible {
  opacity: 1;
  pointer-events: auto;
}

.fixed-menu-inner {
  position: relative;
  display: flex;
  width: 193px;
  height: 791px;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding-top: 65px;
  background: url("assets/images/flag.webp") center / cover no-repeat;
}

.fixed-social {
  display: flex;
  gap: 4px;
}

.fixed-social a {
  width: 38px;
  height: 38px;
}

.fixed-social img,
.fixed-downloads img,
.fixed-actions img {
  width: 100%;
  transition: filter 0.2s ease;
}

.fixed-social a:hover img,
.fixed-downloads a:hover img,
.fixed-actions a:hover img,
.fixed-top:hover {
  filter: brightness(0.92);
}

.fixed-decor {
  width: 120px;
}

.fixed-downloads,
.fixed-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fixed-downloads a {
  width: 134px;
  height: 45px;
  display: block;
}

.fixed-actions a {
  display: block;
  width: 134px;
}

.fixed-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 8px;
  border: 0;
  background: transparent;
  color: #eca701;
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.fixed-top img {
  width: 38px;
  height: 23px;
}

@media (max-width: 760px) {
  .top-nav {
    top: 0;
    left: 0;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    padding: 0 0 0 16px;
    background: #413002;
    transform: none;
  }

  .nav-app {
    width: 59px;
    height: 59px;
  }

  .nav-bar {
    justify-content: flex-start;
    width: calc(100vw - 74px);
    height: 57px;
    padding: 0 8px;
    overflow-x: auto;
    background: transparent;
    scrollbar-width: none;
  }

  .nav-bar::-webkit-scrollbar {
    display: none;
  }

  .nav-bg {
    display: none;
  }

  .nav-bar a {
    min-width: max-content;
    padding: 0 14px;
    font-size: 13px;
  }

  .nav-icon {
    font-size: 15px;
  }

  .hero {
    min-height: 583px;
    background-image: url("assets/images/home-banner-mobile.webp");
    background-size: 390px 583px;
  }

  .hero-logo {
    top: 50px;
    width: 213px;
  }

  .hero-actions {
    display: none;
  }

  .hero-actions-mobile {
    position: absolute;
    z-index: 4;
    bottom: 18px;
    left: 50%;
    display: block;
    width: 236px;
    transform: translateX(-50%);
  }

  .download-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 0;
  }

  .download-grid img {
    width: 115px;
    height: 36px;
    object-fit: cover;
  }

  .mobile-links {
    display: flex;
    justify-content: center;
    margin-top: 4px;
  }

  .mobile-links img {
    width: 117px;
  }

  .news {
    margin-top: 0;
    padding-bottom: 28px;
  }

  .news-frame {
    display: block;
    width: 390px;
    max-width: 100%;
    min-height: 554px;
    padding: 22px 18px 58px;
    background: url("assets/images/decorationBorder.svg") center / 372px 545px no-repeat;
  }

  .news-thumb img {
    width: 353px;
    height: 199px;
    margin: 0 auto 16px;
  }

  .news-list > a {
    height: auto;
    min-height: 36px;
    padding: 8px 10px;
    font-size: 12px;
  }

  .tab-row {
    margin-bottom: 12px;
  }

  .ornate {
    min-width: 104px;
    height: 32px;
    font-size: 13px;
  }

  .ornate.wide {
    position: static;
    float: none;
    width: 100%;
    margin-top: 18px;
  }

  .world {
    padding-top: 24px;
    background-position: center top;
  }

  .section-title {
    width: 371px;
    max-width: 96vw;
    margin-bottom: 8px;
  }

  .characters {
    min-height: 650px;
  }

  .character-stage {
    height: 610px;
    margin-top: 0;
  }

  .element-tabs {
    inset: 0;
    width: 100%;
    height: 100%;
    transform: none;
  }

  .element-tabs button {
    width: 43px;
    height: 43px;
  }

  .element-tabs button.active {
    transform: scale(1.34);
  }

  .element-tabs button:nth-child(1) {
    top: 228px;
    left: 90px;
  }

  .element-tabs button:nth-child(2) {
    top: 292px;
    left: 94px;
  }

  .element-tabs button:nth-child(3) {
    top: 356px;
    left: 88px;
  }

  .element-tabs button:nth-child(4) {
    top: 420px;
    left: 90px;
  }

  .element-tabs button:nth-child(5) {
    top: 484px;
    left: 96px;
  }

  .element-bg {
    top: 180px;
    width: 364px;
  }

  .character-arc {
    top: 355px;
    left: 108px;
    width: 740px;
    height: 740px;
    opacity: 0.9;
    transform: translateY(-50%);
  }

  .character-img {
    top: 190px;
    width: 292px;
    height: auto;
    max-height: 330px;
    transform: translate(-38%, -50%);
  }

  .character-img[data-character] {
    width: 292px;
    height: auto;
    transform: translate(-38%, -50%);
  }

  .character-info {
    top: 380px;
    right: auto;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 180px;
    gap: 8px 16px;
    width: 100%;
    padding: 0 24px;
  }

  .character-name-img {
    position: absolute;
    top: -344px;
    left: 50%;
    width: 157px;
    height: 58px;
    transform: translateX(-50%);
  }

  .mini-tabs {
    position: absolute;
    top: -170px;
    left: 268px;
    right: auto;
    display: block;
    margin: 0;
    transform: none;
  }

  .mini-tabs button {
    display: block;
    width: 35px;
    height: 35px;
    margin-bottom: 6px;
    padding: 2px;
  }

  .detail-text {
    min-height: auto;
    font-size: 12px;
    line-height: 1.35;
  }

  .video-card {
    width: 174px;
    height: 126px;
    margin-left: 0;
  }

  .video-card img {
    width: 153px;
    height: 106px;
    margin: 0;
    transform: none;
  }

  .play {
    width: 44px;
    height: 44px;
  }

  .play svg {
    width: 44px;
    height: 44px;
  }

  .features {
    min-height: 430px;
    padding: 28px 0 46px;
  }

  .element-dots {
    margin-top: -18px;
  }

  .element-dots button {
    width: 12px;
    height: 12px;
  }

  .bird {
    display: none;
  }

  .feature-slider {
    width: 332px;
    height: 264px;
  }

  .feature-slide {
    top: 10px;
    width: 332px;
    height: 249px;
  }

  .feature-slide.prev,
  .feature-slide.next {
    opacity: 0;
  }

  .slider-arrow {
    top: 53%;
    width: 18px;
  }

  .slider-arrow.prev {
    left: calc(50% - 186px);
  }

  .slider-arrow.next {
    right: calc(50% - 186px);
  }

  .feature-dots {
    margin-top: 10px;
  }

  .feature-dots button {
    width: 12px;
    height: 12px;
  }

  .footer {
    min-height: 457px;
    padding: 24px 18px 36px;
  }

  .fixed-menu {
    display: none;
  }

  .footer-product {
    margin-bottom: 34px;
  }

  .footer-product > img {
    width: 66px;
  }

  .footer-product div {
    margin-left: 20px;
    font-size: 10px;
  }

  .footer-product span {
    width: 98px;
  }

  .footer-links {
    gap: 28px;
    font-size: 12px;
  }

  .footer-links a + a::before {
    left: -15px;
    height: 10px;
  }

  .legal {
    font-size: 11px;
  }
}
