.mobile-menu {
    display: none;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    position: absolute;
    top: 3.5rem;
    left: 0;
    right: 0;
    z-index: 50;
}
.mobile-menu.open {
    display: flex;
}
.mobile-menu a {
    padding: 1rem;
    text-align: center;
    border-bottom: 1px solid #e5e7eb;
}
.mobile-menu a:hover {
    background-color: #f3f4f6;
}
@media (min-width: 768px) {
    .mobile-menu {
        display: none !important;
    }
}
.article {
  width: 950px;
  margin: 0 auto 50px;
  word-break: break-word;
}
@media (max-width: 767px) {
  .article {
      width: 100%;
      margin: 0 0 50px;
      padding: 10px;
  }
}
a, body, li, p {
  line-height: 1.5;
  font-size: 17px;
}
body, button, figure, h1, h2, h3, h5, html, li, ol, p, ul {
  margin: 0;
  padding: 0;
  border: 0;
}
.article h1 {
  font-size: 25px;
  margin-bottom: 10px;
  margin-top: 0;
  padding-top: 0;
}
.article p {
  font-size: 18px;
  margin-bottom: 25px;
}
table, table a {
  word-break: normal;
  text-decoration: none;
}
table, table a, td {
  font-size: 16.5px;
  line-height: 1.4;
}
table {
  border-spacing: 0;
  margin: 0 0 20px;
  border-collapse: collapse;
  width: 100%;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(221, 220, 220, 0.5)
}

.article h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.article h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.accordion {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 20px
}

.accordion-header {
  cursor: pointer;
  padding: 15px;
  font-weight: 600
}

.accordion-content {
  padding: 15px 15px 0 15px;
  display: block;
  border-top: 1px dashed #aaa;
  transition: max-height .3s ease-out, padding .3s ease-out
}
.desc {
  text-align: center;
  margin: -20px 0 15px 0 ;
}
.section-text {
  display: grid;
  grid-template-columns: 1fr;
  margin: 64px auto 25px auto;
  max-width: 1024px;
  text-align: center;
  padding: 0 10px;
}
.section-text_card {
  align-items: center;
  border: 1px solid #aaa;
  border-radius: 12px;
  display: grid;
  grid-template-columns: max-content 1fr;
}
.section-text_content {
  padding: 0 32px;
  text-align: left;
}
.section-text_content h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  margin: 0 auto 18px;
  text-align: left;
}
.section-text_content p {
  font-weight: 400;
  line-height: 28px;
  margin: 0 auto;
  text-align: left;
}
.section-text img {
  border-radius: 12px 0 0 12px;
  display: block;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .section-text_card {
      grid-template-columns: 1fr;
      margin: 0 auto;
      max-width: 492px;
  }
}
@media (max-width: 768px) {
  .section-text {
      margin: 32px auto;
  }
}
@media (max-width: 768px) {
  .section-text img {
      border-radius: 12px 12px 0 0;
      width: 100%;
  }
}
@media (max-width: 768px) {
  .section-text_content {
      padding: 20px 16px;
  }
}
@media (max-width: 768px) {
  .section-text_content h2 {
      font-size: 24px;
      line-height: 1.5em;
      margin: 0 auto 16px;
  }
}
.down-steps {
    display: grid;
    gap: 24px;
    grid-template-areas: "a b c";
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
    margin: 0 0 24px 0;
    padding: 0 10px;
}
.down-steps li {
    border-radius: 12px;
    border: 1px solid #c3c1c1;
}
.down-steps img {
  border-radius: 12px 12px 0 0;
  height: auto;
  max-width: 100%;
}
.down-steps h3 {
  border-bottom: 2px solid #e5e7eb;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  margin: 0 auto 16px;
  padding-bottom: 16px;
  text-align: center;
}
.down-steps p {
  font-weight: 400;
  line-height: 28px;
  margin: 16px auto 0;
}
.down-steps div {
  padding: 14px 18px 20px;
}
.down-steps li:first-of-type {
  grid-area: a;
}
.down-steps li:nth-of-type(2) {
  grid-area: b;
}
.down-steps li:nth-of-type(3) {
  grid-area: c;
}
@media (max-width: 600px) {
  .down-steps {
      grid-template-areas:
      "a"
      "b"
      "c";
  }
}
@media (max-width: 900px) {
  .down-steps {
      grid-template-columns: inherit;
  }
}
@media (max-width: 900px) {
  .down-steps img {
      width: 100%;
  }
}
.terms-privacy p {
  margin-bottom: 20px;
}
.terms-privacy h2 {
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
.terms-privacy li {
  margin-bottom: 10px;
  list-style: disc;
}
.terms-privacy ul {
  margin: 10px 0 10px 40px;
}
.terms-privacy a {
  color: #136cf0;
}
.mb-4, .text-2xl, .font-bold {
  font-size: 28px;
}
.disclaimer {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin: 0 10px;
}
.section-features {
  margin-bottom: 24px;
}
.section-features_title {
  border-bottom: 2px solid;
  margin: 0 auto 20px;
  padding-bottom: 20px;
}
.section-features_list {
  display: grid;
  gap: 42px;
  grid-template-columns: 1fr;
  list-style: none;
  margin: 0;
  padding: 0 10px;
}
.section-features_list li {
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 12px;
  display: grid;
  grid-template-areas: "text img";
}
.section-features_list li:nth-of-type(2n) {
  grid-template-areas: "img text";
}
.section-features_list div {
  grid-area: text;
  padding: 0 40px;
}
.section-features_list div h3 {
  text-align: unset;
  line-height: 100%;
  margin: 0 auto 18px;
}
.section-features_list div p {
  font-weight: 400;
  line-height: 28px;
  margin: 0 auto;
}
.section-features_list img {
  height: 100%;
}
.section-features_list li img {
  border-radius: 0 12px 12px 0;
}
.section-features_list li:nth-of-type(2n) img {
  border-radius: 12px 0 0 12px;
}
@media (max-width: 768px) {
  .section-features_list {
      gap: 26px;
  }
}
@media (max-width: 768px) {
  .section-features_list li {
      grid-template-areas:
      "img"
      "text";
      margin: 0 auto;
      max-width: 492px;
  }
}
@media (max-width: 768px) {
  .section-features_list li:nth-of-type(2n) {
      grid-template-areas:
      "img"
      "text";
  }
}
@media (max-width: 768px) {
  .section-features_list div {
      padding: 20px 16px;
  }
}
@media (max-width: 768px) {
  .section-features_list img {
      width: 100%;
  }
}
@media (max-width: 768px) {
  .section-features_list li img {
      border-radius: 12px 12px 0 0;
  }
}
@media (max-width: 768px) {
  .section-features_list li:nth-of-type(2n) img {
      border-radius: 12px 12px 0 0;
  }
}
.why-choose {
  margin-bottom: 24px;
}
.why-choose li {
  margin-bottom: 10px;
}
.gs-sitename {
  padding-left: 10px;
}
.pisco {
  height: 343px;
  margin-bottom: 15px;
}
.navigation {
    height: 3.5rem;
}
.font-sans {
    font-family: DM Sans;
}
.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
@media (min-width: 640px) {
    .sm\:w-fit {
        width: -moz-fit-content;
        width: fit-content;
    }
}
@media (min-width: 640px) {
    .sm\:absolute {
        position: absolute;
    }
}
.right-1 {
    right: .25rem;
}
::placeholder {
    color: #000000;
    opacity: 0.9;
}



























