@media screen and (max-width: 1024px) {
  html { font-size: 12px; }
  .slider-btns {
    top: 0; gap: 1.5rem;
    left: 0; right: 0; padding: 0 1.5rem;
    background-color: var(--bg-opacity-1);
    justify-content: space-between;
  }
  .slider-btn {
    font-size: 1.25rem;
    padding: 1.25rem 0 1.25rem 0;
  }
  .slider-btn::before {
    margin-left: -2vw;
  }
  .slider-btn::after {
    display: none;
  }
  .header {
    padding: 6.125rem 1.5rem 1.5rem 1.5rem;
    border-bottom: 1px solid var(--bg-opacity-1);
  }
  .header-logo dt {
    font-size: 3rem;
  }
  .footer {
    flex-wrap: wrap;
    padding: 1.5rem 1.5rem 0 1.5rem;
    margin: 1.5rem 0;
    gap: 1.5rem 1.5rem;
  }
  .footer-copyright {
    flex-grow: 1;
  }
  .footer-social {
    flex-grow: 1;
    font-size: 1rem;
    margin-left: unset;
    margin-top: .5rem; padding-top: 1.5rem;
    border-top: 1px solid var(--bg-opacity-1);
  }
  .footer-social span + a {
    margin-left: auto;
  }
  .footer-copyright dt {
    padding-bottom: 0.125rem;
  }
  .footer-app {
    gap: 1rem;
  }
  .swiper {
    min-height: 100%;
  }
  .swiper-slide-content {
    padding: 1.5rem;
  }
  .lines {
    top: 4.25rem; left: 1.5rem; right: 1.5rem;
  }
  html .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 1.5rem; right: 1.5rem;
  }

  .intro-line:nth-child(1) { margin-left: -20%; }
  .intro-line:nth-child(3) { margin-left: 20%; }
  .intro-line:nth-child(4) { margin-left: -50%; }
  .intro-line:nth-child(5) { margin-left: 50%; }
 
  .dash {
    margin: 0 10px;
    width: 20px;
  }
  .uno {
    margin-right: -10px;
  }

  .swiper {
    height: unset;
    min-height: 100%;
  }
  .swiper-slide-content > div:first-child {
    padding: unset;
  }
  .swiper-horizontal>.swiper-scrollbar, 
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: fixed;
  }
  .ocean {
    bottom: unset;
  }
  .intro .ocean {
    bottom: 0;
  }

  .button-36 {
    font-size: 1rem;
  }

  [fsize="2xs"] { font-size: .7rem; }
  [fsize="xs"] { font-size: .8rem; }
  [fsize="sm"] { font-size: .9rem; }
  [fsize="md"] { font-size: 1rem; }
  [fsize="lg"] { font-size: 1.125rem; }
  [fsize="xl"] { font-size: 1.25rem; }
  [fsize="2xl"] { font-size: 1.5rem; }
  [fsize="3xl"] { font-size: 3rem; }
  [fsize="4xl"] { font-size: 3.5rem; }
  [fsize="5xl"] { font-size: 4rem; }

  .article-content {
    width: unset;
  }

  .article-content[section="1"] {
    background-size: 100%;
    background-position: right -40vw top;
  }
  .article-content[section="1"] > p {
    padding-right: 15vw;
  }
  .article-content[section="1"] > p br { 
    display: none;
  }

  .article-content[section="2"] {
    flex-wrap: wrap; gap: 0 7vw;
    justify-content: flex-end;
  }
  .article-content[section="2"] > div:nth-child(1),
  .article-content[section="2"] > div:nth-child(2) {
    padding: unset; flex: unset; flex-basis: 1%;
  }
  .article-content[section="2"] > div:nth-child(1) img {
    width: 6vw !important;
    vertical-align: middle;
  }
  .article-content[section="2"] > div:nth-child(2) i {
    font-size: 2rem !important;
  }
  .article-content[section="2"] > div:nth-child(3) {
    flex-basis: 100%; padding: unset;
  }

  .article-content[section="3"] [section="3-1"] {
    flex-direction: column; gap: 3vw;
  }
  .article-content[section="3"] [section="3-1"] .deco-dash {
    display: none;
  }
  .article-content[section="3"] [section="3-1"] > div:nth-child(1) {
    order: 2;
  }
  .article-content[section="3"] [section="3-1"] > div:nth-child(2) {
    order: 1;
  }
  .article-content[section="3"] [section="3-2"] {
    flex-wrap: wrap;
  }
  .article-content[section="3"] [section="3-2"] > div {
    width: 45%; flex: unset; flex-grow: 1;
  }

}