* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
main img {
  width: 100%;
}
.container {
  max-width: 128rem;
  margin: 0 auto;
  width: 100%;
  padding: 0;
}
.mobile {
  display: none;
}
.m-0 {
  margin: 0;
}
.hero {
  max-width: 144rem;
  padding: 20rem 0 3rem;
  margin: 0 auto;
  background: linear-gradient(118.73deg, #FFFFFF 2.41%, #FFF1EB 130.87%);
}
.hero .container {
  max-width: 100%;
  padding: 0 8rem;
  margin: 0;
}
.hero .container .content {
  display: flex;
}
.hero .container .left-side {
  padding: 0;
  width: 100%;
}
.hero .container .left-side h1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 4.6rem;
  line-height: 120%;
  color: #72267A;
  padding-bottom: 4rem;
  border-bottom: 0.05rem solid #4D4D4F;
  margin-bottom: 4rem;
}
.hero .container .left-side .column-wrapper {
  display: flex;
  gap: 8rem;
}
.hero .container .left-side .column-wrapper p,
.hero .container .left-side .column-wrapper li,
.hero .container .left-side .column-wrapper a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 120%;
  color: #4D4D4F;
}
.hero .container .left-side .column-wrapper a {
  text-decoration: underline;
}
.hero .container .left-side .column-wrapper .purple,
.hero .container .left-side .column-wrapper p {
  color: #72267A;
}
.hero .container .left-side .column-wrapper ul {
  margin-bottom: 4rem;
  margin-top: 1rem;
}
.hero .container .left-side .column-wrapper ul li {
  margin-left: 2.4rem;
  position: relative;
}
.hero .container .left-side .column-wrapper ul li:after {
  content: '';
  position: absolute;
  top: 45%;
  left: -1rem;
  height: 0.3rem;
  width: 0.3rem;
  background-color: #4D4D4F;
}
.hero .container .left-side .column-wrapper ul li:not(:last-of-type) {
  margin-bottom: 0.4rem;
}
.hero .container .left-side .column-wrapper .column > a {
  display: inline-block;
  margin-bottom: 4rem;
}
.information {
  padding: 5rem 0 3rem;
}
.information h3 {
  font-family: 'Montserrat';
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.2rem;
  text-align: left;
  color: #510E57;
  margin-bottom: 0.5rem;
}
.information h4 {
  font-family: 'Montserrat';
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.95rem;
  text-align: left;
  color: #000000;
}
.information p {
  font-family: 'Montserrat';
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.95rem;
  text-align: left;
  color: #000000;
  margin-bottom: 1rem;
}
.information h5 {
  font-family: 'Montserrat';
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.95rem;
  text-align: left;
  color: #510E57;
}
.information h5 span {
  text-decoration: underline;
}
.information .warning {
  margin: 1.5rem 0 2rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border: 0.3rem solid #000000;
}
.information .warning p {
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .mobile {
    display: inline;
  }
  .container {
    max-width: 36rem;
  }
  .hero {
    max-width: 100%;
    padding: 18.2rem 1.5rem 3rem;
    margin: 0 auto;
    background: linear-gradient(118.73deg, #FFFFFF 2.41%, #FFF1EB 130.87%);
  }
  .hero .container {
    padding: 0;
  }
  .hero .container .left-side {
    padding: 0;
    width: 100%;
  }
  .hero .container .left-side h1 {
    font-size: 3.4rem;
    line-height: 110%;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .hero .container .left-side .column-wrapper {
    gap: 0;
    flex-direction: column;
  }
  .hero .container .left-side .column-wrapper p,
  .hero .container .left-side .column-wrapper li,
  .hero .container .left-side .column-wrapper a {
    font-size: 1.6rem;
    line-height: 120%;
  }
  .hero .container .left-side .column-wrapper ul {
    margin-bottom: 2rem;
  }
  .hero .container .left-side .column-wrapper .column > a {
    margin-bottom: 2rem;
  }
}
/*# sourceMappingURL=sitemap.css.map */