@import url(style.css);

/* --------------------------------------- */
/* ------------- SPLASH PAGE ------------- */
/* --------------------------------------- */

.splash-page {
    min-height: unset;
    height: auto;
    max-height: auto;
  }
  
  .splash-page .header--inner .header__container {
    padding-top: 15px;
  }
  
  .splash-page .splash-logo {
    width: 210px;
    height: auto;
  }
  
  .splash-page .main-splash {
    margin-top: 4.5rem;
  }
  
  .splash-hero-section {
    position: relative;
    background: #ecedef;
    padding: 8rem 0rem;
  }
  
  .splash-hero-section .splash-hero-section-img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 25rem;
    z-index: 0;
  }
  
  .splash-hero-section .splash-contents {
    position: relative;
    z-index: 1;
  }
  
  .splash-page .main-splash .splash-container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
  }
  
  .splash-page .main-splash .splash-container .splash-contents {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .splash-page
    .main-splash
    .splash-container
    .splash-contents
    .splash-hero-text-contents {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
  }
  
  .splash-page
    .main-splash
    .splash-container
    .splash-contents
    .splash-hero-text-contents
    h2 {
    font-size: 40px;
    line-height: 1;
    padding: 0;
    margin: 0;
  }
  
  .splash-page
    .main-splash
    .splash-container
    .splash-contents
    .splash-hero-text-contents
    p {
    font-size: 22px;
    color: #666666;
  }
  
  .splash-page .main-splash .splash-info-section {
    padding: 4rem 0rem;
  }
  
  .splash-page
    .main-splash
    .splash-info-section
    .splash-container
    .splash-info-contents {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
  }
  
  .splash-page
    .main-splash
    .splash-info-section
    .splash-container
    .splash-info-contents
    .splash-info-texts {
    width: 60%;
  }
  
  .splash-page
    .main-splash
    .splash-info-section
    .splash-container
    .splash-info-contents
    .splash-info-image {
    width: 40%;
    padding-top: 3%;
  }
  
  .splash-page
    .main-splash
    .splash-info-section
    .splash-container
    .splash-info-contents
    .splash-info-texts
    .section-title {
    margin-bottom: 1.5rem;
  }
  
  .splash-page
    .main-splash
    .splash-info-section
    .splash-container
    .splash-info-contents
    .splash-info-texts
    .section-title
    h4 {
    color: #83828e;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
  }
  
  .splash-page
    .main-splash
    .splash-info-section
    .splash-container
    .splash-info-contents
    .splash-info-texts
    .list-of-info {
    padding-bottom: 3rem;
    border-bottom: 1px solid #ddd;
  }
  
  .splash-page
    .main-splash
    .splash-info-section
    .splash-container
    .splash-info-contents
    .splash-info-texts
    .list-of-info
    ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-right: 1rem;
    max-width: 600px;
  }
  
  .splash-page
    .main-splash
    .splash-info-section
    .splash-container
    .splash-info-contents
    .splash-info-texts
    .list-of-info
    ul
    li {
    font-size: 1.2rem;
    color: #666;
    line-height: 1.8rem;
  }
  
  .splash-page
    .main-splash
    .splash-info-section
    .splash-container
    .splash-info-contents
    .splash-info-texts
    .list-of-info
    ul
    li
    strong {
    color: #222222;
  }
  
  .splash-page
    .main-splash
    .splash-info-section
    .splash-container
    .splash-info-contents
    .splash-info-bottom {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.5rem;
  }
  
  .splash-page
    .main-splash
    .splash-info-section
    .splash-container
    .splash-info-contents
    .splash-info-bottom
    p {
    color: #a1a1a1;
    font-size: 1rem;
  }
  
  .splash-page
    .main-splash
    .splash-info-section
    .splash-container
    .splash-info-contents
    .splash-info-bottom
    .req-btn {
    background: #2c78e4;
    color: white;
    padding: 0.6rem 1.2rem;
    border-radius: 10px;
    font-size: 1.2rem;
  }
  
  .disabled {
    background: rgba(0, 0, 0, 0.05) !important;
    cursor: none; /* Hide the pointer */
    pointer-events: none;
  }
  
  .disabled textarea {
    background: rgba(0, 0, 0, 0) !important;
    cursor: none; /* Hide the pointer */
    pointer-events: none;
  }
  
  /* --- MEDIA QUERIES --- */
  @media (min-width: 1440px) {
    .splash-hero-section {
      padding: 9rem 0rem;
    }
  
    .splash-hero-section .splash-hero-section-img {
      height: 28rem;
    }
  }
  
  @media (max-width: 1440px) {
    .splash-hero-section {
      padding: 7rem 0rem;
    }
  }
  
  @media screen and (max-width: 994px) {
    .splash-page .main-splash {
      margin-top: 4.7rem;
    }
  
    .splash-hero-section {
      padding: 5.5rem 0rem;
    }
  }
  
  @media screen and (max-width: 939px) {
    .suggestion-container {
      column-count: 1;
    }
  
    .splash-page
      .main-splash
      .splash-info-section
      .splash-container
      .splash-info-contents
      .splash-info-texts,
    .splash-page
      .main-splash
      .splash-info-section
      .splash-container
      .splash-info-contents
      .splash-info-image {
      width: 50%;
    }
  }
  
  @media (max-width: 882px) {
    .splash-hero-section {
      padding: 4.5rem 0rem;
    }
  }
  
  @media screen and (max-width: 768px) {
    .splash-page .splash-logo {
      width: 190px;
    }
  
    .splash-header .header__container .open-md-logo {
      margin-left: 33%;
    }
  
    .splash-hero-section {
      padding: 7.5rem 0rem;
    }
  
    .splash-hero-section .splash-hero-section-img {
      height: 22rem;
    }
  
    .splash-page .main-splash {
      margin-top: 3.95rem;
    }
  
    .splash-page .main-splash .splash-container {
      padding: 10px 30px 0;
    }
  
    .splash-page .main-splash .splash-container .splash-contents {
      flex-direction: column;
    }
  
    .splash-page
      .main-splash
      .splash-container
      .splash-contents
      .splash-hero-text-contents
      h2 {
      font-size: 32px;
    }
  
    .splash-page
      .main-splash
      .splash-container
      .splash-contents
      .splash-hero-text-contents
      p {
      font-size: 1.2rem;
    }
  
    .splash-page
      .main-splash
      .splash-container
      .splash-contents
      .splash-hero-text-contents {
      width: 100%;
    }
  
    .splash-page
      .main-splash
      .splash-container
      .splash-contents
      .splash-hero-text-contents:last-child {
      display: none;
    }
  
    .splash-hero-section::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgb(255 255 255 / 60%);
      z-index: 2;
    }
  
    .splash-hero-section > * {
      position: relative;
      z-index: 3;
    }
  
    .splash-page
      .main-splash
      .splash-info-section
      .splash-container
      .splash-info-contents {
      flex-direction: column;
    }
  
    .splash-page
      .main-splash
      .splash-info-section
      .splash-container
      .splash-info-contents
      .splash-info-texts,
    .splash-page
      .main-splash
      .splash-info-section
      .splash-container
      .splash-info-contents
      .splash-info-image {
      width: 100%;
    }
  
    .splash-page
      .main-splash
      .splash-info-section
      .splash-container
      .splash-info-contents
      .splash-info-texts {
      order: 2;
    }
  
    .splash-page
      .main-splash
      .splash-info-section
      .splash-container
      .splash-info-contents
      .splash-info-image {
      order: 1;
      padding-top: 0px;
    }
  
    .splash-page
      .main-splash
      .splash-info-section
      .splash-container
      .splash-info-contents
      .splash-info-texts
      .section-title {
      margin-bottom: 1rem;
    }
  
    .splash-page
      .main-splash
      .splash-info-section
      .splash-container
      .splash-info-contents
      .splash-info-texts
      .list-of-info
      ul {
      margin-right: 0;
    }
  }
  
  @media (max-width: 600px) {
    .splash-header .header__container .open-md-logo {
      margin-left: 27%;
    }
  
    .splash-hero-section .splash-hero-section-img {
      object-fit: cover;
    }
  }
  
  @media (max-width: 550px) {
    .splash-header .header__container .open-md-logo {
      margin-left: 25%;
    }
  }
  
  @media (max-width: 430px) {
    .splash-hero-section {
      padding: 4.5rem 0rem;
    }
  }
  
  @media (max-width: 360px) {
    .splash-header .header__container .open-md-logo {
      margin-left: 19%;
    }
  }
  
  