.primary-button11-container {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.primary-button11-container1 {
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.primary-button11-container2 {
  /* display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start; */
}
.primary-button11-button {
  color: white;
  align-self: center;
  transition: 0.3s;
  padding-top: 12px;
  border-color: var(--dl-color-gray-white);
  border-width: 2px;
  margin-right: var(--dl-space-space-unit);
  padding-left: 16px;
  border-radius: 0px;
  padding-right: 16px;
  padding-bottom: 12px;
  text-decoration: none;
  background-color: #9c308d;
}
.primary-button11-button:hover {
  color: white;
  background-color: #cc7db1;
}
.primary-button11-button:active {
  color: #9c308d;
  background-color: white;
}
.primary-button11-link {
  color: white;
  align-self: center;
  transition: 0.3s;
  padding-top: 12px;
  border-color: var(--dl-color-gray-white);
  border-width: 2px;
  padding-left: 16px;
  border-radius: 0px;
  padding-right: 16px;
  padding-bottom: 12px;
  text-decoration: none;
  background-color: #9c308d;
}
.primary-button11-link:hover {
  color: white;
  background-color: #cc7db1;
}
.primary-button11-link:active {
  color: #9c308d;
  background-color: white;
}
.footer-link1, .footer-navlink, .footer-navlink1, .footer-container2 {
    font-weight: 600;
    font-size: 0.8rem;
    margin-left: 1rem;
}
.MediumLabel{
  display: block;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 0 10px 0;
  border-radius: 0;
  background: #9c308d;
  color: #fff;
  border: none;
  padding: 1rem;
  font-size: 16px;
}




@media(max-width: 767px) {
  .primary-button11-container2 {
    flex-direction: column;
  }
  .primary-button11-button {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .MediumLabel{
    writing-mode: inherit;
    font-size: 14px;
  }
}

.headernavi-headernavi {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  z-index: 1000;
  position: fixed;
  align-items: flex-start;
  justify-content: center;
  background-color: white;
  background-color: #3a2e72;
}
.headernavi-logo {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.headernavi-navlink {
  display: contents;
}
.headernavi-image {
  width: 80%;
  width: 200px;
  object-fit: cover;
  text-decoration: none;
}
.headernavi-desktop-menu {
  display: flex;
}
.headernavi-nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.headernavi-nav > a {
    font-size: 12px;
    font-weight: 800;
    color: #FFF;
}
.headernavi-navlink1 {
  transition: 0.3s;
  margin-right: var(--dl-space-space-doubleunit);
  text-decoration: none;
}
.headernavi-navlink1:hover {
  color: var(--dl-color-turquoise-default);
}
.headernavi-navlink2 {
  transition: 0.3s;
  margin-right: var(--dl-space-space-doubleunit);
  text-decoration: none;
}
.headernavi-navlink2:hover {
  color: var(--dl-color-turquoise-default);
}
.headernavi-navlink3 {
  transition: 0.3s;
  margin-right: var(--dl-space-space-doubleunit);
  text-decoration: none;
}
.headernavi-navlink3:hover {
  color: var(--dl-color-turquoise-default);
}
.headernavi-link {
  display: contents;
}
.headernavi-container {
  display: flex;
  align-items: center;
  margin-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  text-decoration: none;
}
.headernavi-text {
  transition: 0.3s;
  margin-right: 0.2rem;
}
.headernavi-text:hover {
  color: var(--dl-color-turquoise-default);
}
.headernavi-icon {
  width: var(--dl-size-size-unit);
  height: 24px;
  fill: #FFF;
}
.headernavi-container1 {
  /* display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between; */
  position: fixed;
  right: 0;
  top: 20%;
}
.headernavi-burger-menu {
  display: none;
  align-items: center;
  justify-content: center;
}
.headernavi-icon2 {
  width: 16px;
  height: 16px;
}
.headernavi-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: flex;
  padding: 32px;
  z-index: 100;
  position: fixed;
  transform: translateX(100%);
  transition: 0.5s;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
.headernavi-nav1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.headernavi-container2 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 48px;
  justify-content: space-between;
}
.headernavi-image1 {
  height: 2rem;
}
.headernavi-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.headernavi-icon4 {
  width: 16px;
  height: 16px;
}
.headernavi-nav2 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.headernavi-container3 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.headernavi-navlink4 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.headernavi-navlink5 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.headernavi-navlink6 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.headernavi-link1 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.headernavi-button {
  color: white;
  align-self: center;
  transition: 0.3s;
  padding-top: 12px;
  border-color: var(--dl-color-gray-white);
  border-width: 2px;
  margin-right: var(--dl-space-space-unit);
  padding-left: 16px;
  border-radius: 0px;
  padding-right: 16px;
  padding-bottom: 12px;
  text-decoration: none;
  background-color: #9c308d;
}
.headernavi-button:hover {
  color: white;
  background-color: #cc7db1;
}
.headernavi-button:active {
  color: #9c308d;
  background-color: white;
}
.headernavi-link2 {
  color: white;
  /* align-self: center; */
  transition: 0.3s;
  padding-top: 12px;
  border-color: var(--dl-color-gray-white);
  border-width: 2px;
  padding-left: 16px;
  border-radius: 0px;
  padding-right: 16px;
  padding-bottom: 12px;
  text-decoration: none;
  background-color: #9c308d;
}
.headernavi-link2:hover {
  color: white;
  background-color: #cc7db1;
}
.headernavi-link2:active {
  color: #9c308d;
  background-color: white;
}



@media(max-width: 991px) {
  .headernavi-container1 {
    display: none;
  }
}
@media(max-width: 767px) {
  .headernavi-desktop-menu {
    display: none;
  }
  .headernavi-burger-menu {
    display: flex;
  }
  .headernavi-nav2 {
    width: 136px;
  }
  .headernavi-button {
    align-self: auto;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .headernavi-link2 {
    algin-self: auto;
  }
}
@media(max-width: 479px) {
  .headernavi-container1 {
    display: none;
  }
  .headernavi-mobile-menu {
    padding: 16px;
  }
}

.gallery-card1-gallery-card {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: column;
  justify-content: center;
}
.gallery-card1-image {
  width: 100%;
  height: auto;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  object-fit: cover;
  margin-bottom: var(--dl-space-space-unit);
}
.gallery-card1-text {
  height: 5rem;
  display: block;
  font-size: 1.3rem;
  align-self: flex-start;
  margin-top: var(--dl-space-space-halfunit);
  font-weight: 600;
  margin-bottom: var(--dl-space-space-halfunit);
}
.gallery-card1-text1 {
  color: #595959;
  height: 6rem;
  display: block;
  align-self: flex-start;
  margin-bottom: var(--dl-space-space-unit);
}
.gallery-card1-container {
  flex: 0 0 auto;
  width: auto;
  align-items: flex-start;
  justify-content: center;
}
.gallery-card1-button {
  display: flex;
  transition: 0.3s;
  flex-direction: row;
  text-decoration: none;
}
.gallery-card1-button:hover {
  color: white;
  transition: 0.3s;
  border-color: var(--dl-color-gray-white);
  background-color: #cc7db1;
}
.gallery-card1-button:active {
  color: var(--dl-color-gray-white);
  border-color: #9c308d;
  background-color: #9c308d;
}
.gallery-card1-text2 {
  height: auto;
  align-self: center;
  margin-right: 0.2rem;
}
.gallery-card1-icon {
  width: 24px;
  height: 24px;
}
.gallery-card1-root-class-name {
  width: 100%;
  height: auto;
}
@media(max-width: 1200px) {
  .gallery-card1-text {
    font-size: 1.2rem;
  }
  .gallery-card1-icon {
    height: 22px;
  }
}
@media(max-width: 991px) {
  .gallery-card1-text {
    font-size: 1.4rem;
  }
}
@media(max-width: 767px) {
  .gallery-card1-gallery-card {
    flex-direction: column;
  }
  .gallery-card1-text {
    height: 4rem;
  }
}

.link-container-link-container {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  align-self: center;
  align-items: flex-start;
  background-color: #cc7db1;
  background-color: #3a2e72;
}
.link-container-container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
.link-container-banner {
  width: 288px;
  margin: var(--dl-space-space-doubleunit);
  display: flex;
  padding: var(--dl-space-space-unit);
  max-width: 288px;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  background-color: white;
}
.link-container-text {
  font-size: 2rem;
  text-align: center;
}
.link-container-text01 {
  max-width: 1400px;
  margin-top: var(--dl-space-space-unit);
  text-align: center;
  margin-bottom: var(--dl-space-space-unit);
}
.link-container-btn-group {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.link-container-navlink {
  color: var(--dl-color-gray-white);
  transition: 0.3s;
  padding-top: var(--dl-space-space-unit);
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: var(--dl-space-space-unit);
  text-decoration: none;
  background-color: rgb(156, 48, 141);
}
.link-container-navlink:hover {
  transform: scale(1.02);
}
.link-container-banner1 {
  width: 288px;
  margin: var(--dl-space-space-doubleunit);
  display: flex;
  padding: var(--dl-space-space-unit);
  max-width: 288px;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  background-color: white;
}
.link-container-text05 {
  font-size: 2rem;
  text-align: center;
}
.link-container-text06 {
  max-width: 1400px;
  margin-top: var(--dl-space-space-unit);
  text-align: center;
  margin-bottom: var(--dl-space-space-unit);
}
.link-container-btn-group1 {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.link-container-button {
  color: var(--dl-color-gray-white);
  transition: 0.3s;
  padding-top: var(--dl-space-space-unit);
  border-color: #cc7db1;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: var(--dl-space-space-unit);
  text-decoration: none;
  background-color: rgb(204, 125, 177);
}
.link-container-button:hover {
  transform: scale(1.02);
}
.link-container-banner2 {
  width: 288px;
  margin: var(--dl-space-space-doubleunit);
  display: flex;
  padding: var(--dl-space-space-unit);
  max-width: 288px;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  background-color: white;
}
.link-container-text10 {
  font-size: 2rem;
  text-align: center;
}
.link-container-text11 {
  max-width: 1400px;
  margin-top: var(--dl-space-space-unit);
  text-align: center;
  margin-bottom: var(--dl-space-space-unit);
}
.link-container-btn-group2 {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.link-container-button1 {
  color: rgb(156, 48, 141);
  transition: 0.3s;
  margin-left: 0px;
  padding-top: var(--dl-space-space-unit);
  border-color: #9c308d;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.link-container-button1:hover {
  transform: scale(1.02);
}






@media(max-width: 1200px) {
  .link-container-banner {
    margin: var(--dl-space-space-unit);
    padding: var(--dl-space-space-unit);
  }
  .link-container-banner1 {
    margin: var(--dl-space-space-unit);
    padding: var(--dl-space-space-unit);
  }
  .link-container-banner2 {
    margin: var(--dl-space-space-unit);
    padding: var(--dl-space-space-unit);
  }
}
@media(max-width: 991px) {
  .link-container-banner {
    margin: var(--dl-space-space-halfunit);
    padding: var(--dl-space-space-unit);
  }
  .link-container-text {
    font-size: 1.8rem;
  }
  .link-container-text01 {
    font-size: 12px;
  }
  .link-container-navlink {
    font-size: 12px;
  }
  .link-container-banner1 {
    margin: var(--dl-space-space-halfunit);
    padding: var(--dl-space-space-unit);
  }
  .link-container-text05 {
    font-size: 1.8rem;
  }
  .link-container-text06 {
    font-size: 12px;
  }
  .link-container-button {
    font-size: 12px;
  }
  .link-container-banner2 {
    margin: var(--dl-space-space-halfunit);
    padding: var(--dl-space-space-unit);
  }
  .link-container-text10 {
    font-size: 1.8rem;
  }
  .link-container-text11 {
    font-size: 12px;
  }
  .link-container-button1 {
    font-size: 12px;
  }
}
@media(max-width: 767px) {
  .link-container-banner {
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .link-container-text {
    font-size: 1.8rem;
  }
  .link-container-text01 {
    font-size: 12px;
    margin-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-halfunit);
    margin-bottom: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
  }
  .link-container-banner1 {
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .link-container-text05 {
    font-size: 1.8rem;
  }
  .link-container-text06 {
    font-size: 12px;
    margin-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-halfunit);
    margin-bottom: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
  }
  .link-container-banner2 {
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .link-container-text10 {
    font-size: 1.8rem;
  }
  .link-container-text11 {
    font-size: 12px;
    margin-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-halfunit);
    margin-bottom: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
  }
  .link-container-button1 {
    margin-left: 0px;
  }
}
@media(max-width: 479px) {
  .link-container-link-container {
    justify-content: center;
  }
  .link-container-container {
    flex-direction: column;
  }
  .link-container-banner {
    width: 100%;
    max-width: 100%;
    align-self: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .link-container-text01 {
    margin-top: var(--dl-space-space-halfunit);
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .link-container-btn-group {
    flex-direction: column;
  }
  .link-container-navlink {
    margin-top: var(--dl-space-space-halfunit);
    margin-left: 0px;
  }
  .link-container-banner1 {
    width: 100%;
    max-width: 100%;
    align-self: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .link-container-text06 {
    margin-top: var(--dl-space-space-halfunit);
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .link-container-btn-group1 {
    flex-direction: column;
  }
  .link-container-button {
    margin-top: var(--dl-space-space-halfunit);
    margin-left: 0px;
  }
  .link-container-banner2 {
    width: 100%;
    max-width: 100%;
    align-self: center;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .link-container-text11 {
    margin-top: var(--dl-space-space-halfunit);
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .link-container-btn-group2 {
    flex-direction: column;
  }
  .link-container-button1 {
    margin-top: var(--dl-space-space-halfunit);
    margin-left: 0px;
  }
}

.gallery-cardcap-gallery-card {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: row;
  justify-content: center;
}
.gallery-cardcap-container {
  width: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.gallery-cardcap-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: var(--dl-space-space-unit);
}
.gallery-cardcap-text {
  height: auto;
  display: block;
  font-size: 1rem;
  align-self: center;
  font-style: normal;
  margin-top: var(--dl-space-space-halfunit);
  font-weight: 400;
  margin-left: var(--dl-space-space-halfunit);
  margin-right: var(--dl-space-space-halfunit);
  margin-bottom: var(--dl-space-space-halfunit);
}
.gallery-cardcap-container1 {
  width: 50%;
  display: flex;
  align-items: flex-start;
  padding-left: var(--dl-space-space-tripleunit);
  flex-direction: column;
  justify-content: flex-start;
}
.gallery-cardcap-text1 {
  margin-bottom: var(--dl-space-space-unit);
}
.gallery-cardcap-text2 {
  color: #595959;
  height: auto;
  display: block;
  align-self: flex-start;
}
.gallery-cardcap-root-class-name {
  margin-top: var(--dl-space-space-tripleunit);
  margin-bottom: var(--dl-space-space-tripleunit);
}
.gallery-cardcap-root-class-name1 {
  margin-top: var(--dl-space-space-tripleunit);
  margin-bottom: var(--dl-space-space-tripleunit);
}
.gallery-cardcap-root-class-name2 {
  margin-top: var(--dl-space-space-tripleunit);
  margin-bottom: var(--dl-space-space-tripleunit);
}
@media(max-width: 1200px) {
  .gallery-cardcap-text {
    font-size: 1.3rem;
  }
}
@media(max-width: 991px) {
  .gallery-cardcap-text {
    font-size: 1.4rem;
  }
}
@media(max-width: 767px) {
  .gallery-cardcap-gallery-card {
    flex-direction: column;
  }
  .gallery-cardcap-container {
    width: 100%;
  }
  .gallery-cardcap-text {
    height: 4rem;
    font-size: 1rem;
  }
  .gallery-cardcap-container1 {
    width: 100%;
  }
  .gallery-cardcap-text1 {
    font-size: 1.4rem;
  }
  .gallery-cardcap-root-class-name {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .gallery-cardcap-root-class-name1 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .gallery-cardcap-root-class-name2 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media(max-width: 479px) {
  .gallery-cardcap-container1 {
    padding-left: var(--dl-space-space-unit);
  }
}

.footer-footer {
  flex: 0 0 auto;
  color: var(--dl-color-gray-white);
  width: 100%;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
  background-color: #ffffff;
}
.footer-container {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-doubleunit);
  z-index: 100;
  flex-wrap: wrap;
  max-width: 1110px;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.footer-link {
  display: contents;
}
.footer-image {
  object-fit: cover;
  text-decoration: none;
  width: 100px;
}
.footer-container1 {
  display: flex;
  margin-top: var(--dl-space-space-doubleunit);
  align-items: center;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: row;
  justify-content: flex-start;
}
.footer-link1 {
  color: var(--dl-color-gray-900);
  transition: 0.3s;
  margin-right: var(--dl-space-space-doubleunit);
  text-decoration: none;
}
.footer-link1:hover {
  color: var(--dl-color-turquoise-default);
}
.footer-navlink {
  color: var(--dl-color-gray-900);
  transition: 0.3s;
  margin-right: var(--dl-space-space-doubleunit);
  text-decoration: none;
}
.footer-navlink:hover {
  color: var(--dl-color-turquoise-default);
}
.footer-navlink1 {
  color: var(--dl-color-gray-900);
  transition: 0.3s;
  margin-right: var(--dl-space-space-doubleunit);
  text-decoration: none;
}
.footer-navlink1:hover {
  color: var(--dl-color-turquoise-default);
}
.footer-container2 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.footer-link2 {
  color: var(--dl-color-gray-900);
  transition: 0.3s;
  margin-right: 0.2rem;
  text-decoration: none;
}
.footer-link2:hover {
  color: var(--dl-color-turquoise-default);
}
.footer-icon {
  width: var(--dl-size-size-unit);
  height: 24px;
}
.footer-container3 {
  width: 100%;
  display: flex;
  margin-top: var(--dl-space-space-unit);
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.footer-text {
  color: var(--dl-color-gray-900);
  margin-top: var(--dl-space-space-unit);
}
.footer-container4 {
  flex: 0 0 auto;
  width: 100px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.footer-link3 {
  display: contents;
}
.footer-container5 {
  display: flex;
  padding: var(--dl-space-space-halfunit);
  align-items: flex-start;
  margin-left: var(--dl-space-space-unit);
  border-radius: var(--dl-radius-radius-round);
  flex-direction: column;
  background-color: var(--dl-color-gray-900);
}
.footer-icon2 {
  fill: var(--dl-color-gray-white);
  width: var(--dl-size-size-unit);
  height: var(--dl-size-size-unit);
  transition: 0.3s;
}
.footer-icon2:hover {
  fill: var(--dl-color-turquoise-default);
}
.footer-link4 {
  display: contents;
}
.footer-container6 {
  display: flex;
  padding: var(--dl-space-space-halfunit);
  align-items: flex-start;
  margin-left: var(--dl-space-space-unit);
  border-radius: var(--dl-radius-radius-round);
  flex-direction: column;
  background-color: var(--dl-color-gray-900);
}
.footer-icon4 {
  fill: var(--dl-color-gray-white);
  width: var(--dl-size-size-unit);
  height: var(--dl-size-size-unit);
  transition: 0.3s;
}
.footer-icon4:hover {
  fill: var(--dl-color-orange-default);
}


@media(max-width: 767px) {
  .footer-container1 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-container3 {
    flex-direction: column;
  }
  .footer-text {
    margin-top: var(--dl-space-space-unit);
    margin-bottom: var(--dl-space-space-unit);
  }
}
@media(max-width: 479px) {
  .footer-container1 {
    flex-direction: column;
    justify-content: center;
  }
  .footer-link1 {
    margin-right: 0;
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .footer-navlink {
    margin-right: 0;
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .footer-navlink1 {
    margin-right: 0;
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .footer-container2 {
    margin-bottom: var(--dl-space-space-halfunit);
  }
}

.documents-container {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.documents-main {
  flex: 1;
  width: 100%;
  height: 10vh;
  display: flex;
  align-items: center;
  padding-top: 164px;
  flex-direction: row;
  padding-bottom: var(--dl-space-space-tripleunit);
}
.documents-text {
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  font-size: 3rem;
  align-self: flex-start;
  text-align: center;
}
.documents-banner {
  width: 100%;
  display: flex;
  padding: 48px;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.documents-btn-group {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.documents-button {
  transition: 0.3s;
  padding-top: var(--dl-space-space-unit);
  border-width: 0px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: var(--dl-space-space-unit);
  text-decoration: none;
  background-color: transparent;
}
.documents-button:hover {
  transform: scale(1.02);
}
.documents-text01 {
  margin-left: var(--dl-space-space-unit);
  margin-right: var(--dl-space-space-unit);
}
.documents-link {
  transition: 0.3s;
  padding-top: var(--dl-space-space-unit);
  border-width: 0px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: var(--dl-space-space-unit);
  text-decoration: none;
  background-color: transparent;
}
.documents-link:hover {
  transform: scale(1.02);
}
.documents-features {
  width: 100%;
  display: flex;
  padding: 48px;
  position: relative;
  max-width: 1110px;
  margin-top: var(--dl-space-space-tripleunit);
  flex-direction: column;
}
.documents-text02 {
  font-size: 3rem;
  align-self: flex-start;
  text-align: center;
  margin-bottom: var(--dl-space-space-tripleunit);
}
.documents-image {
  top: 0px;
  left: 0px;
  right: auto;
  width: 100px;
  bottom: auto;
  z-index: -10;
  position: absolute;
  object-fit: cover;
}
.documents-container01 {
  width: 100%;
  display: flex;
  margin-bottom: 4rem;
  flex-direction: column;
}
.documents-container02 {
  display: flex;
  flex-direction: column;
}
.documents-text03 {
  font-size: 2rem;
  text-align: center;
}
.documents-image01 {
  width: auto;
  align-self: center;
  object-fit: cover;
  background-size: cover;
  background-image: url("https://play.teleporthq.io/static/svg/placeholders/no-image.svg");
}
.documents-gallery {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-space-space-tripleunit);
  max-width: 1110px;
  padding-top: var(--dl-space-space-tripleunit);
  grid-template-columns: 1fr 1fr 1fr;
}
.documents-gallery-card {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: column;
  justify-content: center;
}
.documents-image02 {
  width: 100%;
  height: auto;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  object-fit: cover;
  margin-bottom: var(--dl-space-space-unit);
}
.documents-text04 {
  height: 5rem;
  display: block;
  font-size: 1.3rem;
  align-self: flex-start;
  margin-top: var(--dl-space-space-halfunit);
  font-weight: 600;
  margin-bottom: var(--dl-space-space-halfunit);
}
.documents-text05 {
  color: #595959;
  height: 6rem;
  display: block;
  align-self: flex-start;
  margin-bottom: var(--dl-space-space-unit);
}
.documents-container03 {
  flex: 0 0 auto;
  width: auto;
  align-items: flex-start;
  justify-content: center;
}
.documents-button1 {
  display: flex;
  transition: 0.3s;
  flex-direction: row;
  text-decoration: none;
}
.documents-button1:hover {
  color: white;
  transition: 0.3s;
  border-color: var(--dl-color-gray-white);
  background-color: #cc7db1;
}
.documents-button1:active {
  color: var(--dl-color-gray-white);
  border-color: #9c308d;
  background-color: #9c308d;
}
.documents-text06 {
  height: auto;
  align-self: center;
  margin-right: 0.2rem;
}
.documents-icon {
  width: 24px;
  height: 24px;
}
.documents-gallery-card1 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: column;
  justify-content: center;
}
.documents-image03 {
  width: 100%;
  height: auto;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  object-fit: cover;
  margin-bottom: var(--dl-space-space-unit);
}
.documents-text07 {
  height: 5rem;
  display: block;
  font-size: 1.3rem;
  align-self: flex-start;
  margin-top: var(--dl-space-space-halfunit);
  font-weight: 600;
  margin-bottom: var(--dl-space-space-halfunit);
}
.documents-text08 {
  color: #595959;
  height: 6rem;
  display: block;
  align-self: flex-start;
  margin-bottom: var(--dl-space-space-unit);
}
.documents-container04 {
  flex: 0 0 auto;
  width: auto;
  align-items: flex-start;
  justify-content: center;
}
.documents-button2 {
  display: flex;
  transition: 0.3s;
  flex-direction: row;
  text-decoration: none;
}
.documents-button2:hover {
  color: white;
  transition: 0.3s;
  border-color: var(--dl-color-gray-white);
  background-color: #cc7db1;
}
.documents-button2:active {
  color: var(--dl-color-gray-white);
  border-color: #9c308d;
  background-color: #9c308d;
}
.documents-text09 {
  height: auto;
  align-self: center;
  margin-right: 0.2rem;
}
.documents-icon02 {
  width: 24px;
  height: 24px;
}
.documents-gallery-card2 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: column;
  justify-content: center;
}
.documents-image04 {
  width: 100%;
  height: auto;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  object-fit: cover;
  margin-bottom: var(--dl-space-space-unit);
}
.documents-text10 {
  height: 5rem;
  display: block;
  font-size: 1.3rem;
  align-self: flex-start;
  margin-top: var(--dl-space-space-halfunit);
  font-weight: 600;
  margin-bottom: var(--dl-space-space-halfunit);
}
.documents-text11 {
  color: #595959;
  height: 6rem;
  display: block;
  align-self: flex-start;
  margin-bottom: var(--dl-space-space-unit);
}
.documents-container05 {
  flex: 0 0 auto;
  width: auto;
  align-items: flex-start;
  justify-content: center;
}
.documents-button3 {
  display: flex;
  transition: 0.3s;
  flex-direction: row;
  text-decoration: none;
}
.documents-button3:hover {
  color: white;
  transition: 0.3s;
  border-color: var(--dl-color-gray-white);
  background-color: #cc7db1;
}
.documents-button3:active {
  color: var(--dl-color-gray-white);
  border-color: #9c308d;
  background-color: #9c308d;
}
.documents-text12 {
  height: auto;
  align-self: center;
  margin-right: 0.2rem;
}
.documents-icon04 {
  width: 24px;
  height: 24px;
}
.documents-gallery-card3 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: column;
  justify-content: center;
}
.documents-image05 {
  width: 100%;
  height: auto;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  object-fit: cover;
  margin-bottom: var(--dl-space-space-unit);
}
.documents-text13 {
  height: 5rem;
  display: block;
  font-size: 1.3rem;
  align-self: flex-start;
  margin-top: var(--dl-space-space-halfunit);
  font-weight: 600;
  margin-bottom: var(--dl-space-space-halfunit);
}
.documents-text14 {
  color: #595959;
  height: 6rem;
  display: block;
  align-self: flex-start;
  margin-bottom: var(--dl-space-space-unit);
}
.documents-container06 {
  flex: 0 0 auto;
  width: auto;
  align-items: flex-start;
  justify-content: center;
}
.documents-button4 {
  display: flex;
  transition: 0.3s;
  flex-direction: row;
  text-decoration: none;
}
.documents-button4:hover {
  color: white;
  transition: 0.3s;
  border-color: var(--dl-color-gray-white);
  background-color: #cc7db1;
}
.documents-button4:active {
  color: var(--dl-color-gray-white);
  border-color: #9c308d;
  background-color: #9c308d;
}
.documents-text15 {
  height: auto;
  align-self: center;
  margin-right: 0.2rem;
}
.documents-icon06 {
  width: 24px;
  height: 24px;
}
.documents-container07 {
  width: 100%;
  display: flex;
  margin-bottom: 4rem;
  flex-direction: column;
}
.documents-container08 {
  display: flex;
  flex-direction: column;
}
.documents-text16 {
  font-size: 2rem;
  text-align: center;
}
.documents-image06 {
  width: auto;
  align-self: center;
  object-fit: cover;
  background-size: cover;
  background-image: url("https://play.teleporthq.io/static/svg/placeholders/no-image.svg");
}
.documents-gallery1 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-space-space-tripleunit);
  max-width: 1110px;
  padding-top: var(--dl-space-space-tripleunit);
  grid-template-columns: 1fr 1fr 1fr;
}
.documents-gallery-card4 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: column;
  justify-content: center;
}
.documents-image07 {
  width: 100%;
  height: auto;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  object-fit: cover;
  margin-bottom: var(--dl-space-space-unit);
}
.documents-text17 {
  height: 5rem;
  display: block;
  font-size: 1.3rem;
  align-self: flex-start;
  margin-top: var(--dl-space-space-halfunit);
  font-weight: 600;
  margin-bottom: var(--dl-space-space-halfunit);
}
.documents-text18 {
  color: #595959;
  height: 6rem;
  display: block;
  align-self: flex-start;
  margin-bottom: var(--dl-space-space-unit);
}
.documents-container09 {
  flex: 0 0 auto;
  width: auto;
  align-items: flex-start;
  justify-content: center;
}
.documents-button5 {
  display: flex;
  transition: 0.3s;
  flex-direction: row;
  text-decoration: none;
}
.documents-button5:hover {
  color: white;
  transition: 0.3s;
  border-color: var(--dl-color-gray-white);
  background-color: #cc7db1;
}
.documents-button5:active {
  color: var(--dl-color-gray-white);
  border-color: #9c308d;
  background-color: #9c308d;
}
.documents-text19 {
  height: auto;
  align-self: center;
  margin-right: 0.4rem;
}
.documents-icon08 {
  width: 24px;
  height: 24px;
}
.documents-gallery-card5 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: column;
  justify-content: center;
}
.documents-image08 {
  width: 100%;
  height: auto;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  object-fit: cover;
  margin-bottom: var(--dl-space-space-unit);
}
.documents-text20 {
  height: 5rem;
  display: block;
  font-size: 1.3rem;
  align-self: flex-start;
  margin-top: var(--dl-space-space-halfunit);
  font-weight: 600;
  margin-bottom: var(--dl-space-space-halfunit);
}
.documents-text21 {
  color: #595959;
  height: 6rem;
  display: block;
  align-self: flex-start;
  margin-bottom: var(--dl-space-space-unit);
}
.documents-container10 {
  flex: 0 0 auto;
  width: auto;
  align-items: flex-start;
  justify-content: center;
}
.documents-button6 {
  display: flex;
  transition: 0.3s;
  flex-direction: row;
  text-decoration: none;
}
.documents-button6:hover {
  color: white;
  transition: 0.3s;
  border-color: var(--dl-color-gray-white);
  background-color: #cc7db1;
}
.documents-button6:active {
  color: var(--dl-color-gray-white);
  border-color: #9c308d;
  background-color: #9c308d;
}
.documents-text22 {
  height: auto;
  align-self: center;
  margin-right: 0.4rem;
}
.documents-icon10 {
  width: 24px;
  height: 24px;
}
.documents-gallery-card6 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: column;
  justify-content: center;
}
.documents-image09 {
  width: 100%;
  height: auto;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  object-fit: cover;
  margin-bottom: var(--dl-space-space-unit);
}
.documents-text23 {
  height: 5rem;
  display: block;
  font-size: 1.3rem;
  align-self: flex-start;
  margin-top: var(--dl-space-space-halfunit);
  font-weight: 600;
  margin-bottom: var(--dl-space-space-halfunit);
}
.documents-text24 {
  color: #595959;
  height: 6rem;
  display: block;
  align-self: flex-start;
  margin-bottom: var(--dl-space-space-unit);
}
.documents-container11 {
  flex: 0 0 auto;
  width: auto;
  align-items: flex-start;
  justify-content: center;
}
.documents-button7 {
  display: flex;
  transition: 0.3s;
  flex-direction: row;
  text-decoration: none;
}
.documents-button7:hover {
  color: white;
  transition: 0.3s;
  border-color: var(--dl-color-gray-white);
  background-color: #cc7db1;
}
.documents-button7:active {
  color: var(--dl-color-gray-white);
  border-color: #9c308d;
  background-color: #9c308d;
}
.documents-text25 {
  height: auto;
  align-self: center;
  margin-right: 0.4rem;
}
.documents-icon12 {
  width: 24px;
  height: 24px;
}
.documents-gallery-card7 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: column;
  justify-content: center;
}
.documents-image10 {
  width: 100%;
  height: auto;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  object-fit: cover;
  margin-bottom: var(--dl-space-space-unit);
}
.documents-text26 {
  height: 5rem;
  display: block;
  font-size: 1.3rem;
  align-self: flex-start;
  margin-top: var(--dl-space-space-halfunit);
  font-weight: 600;
  margin-bottom: var(--dl-space-space-halfunit);
}
.documents-text27 {
  color: #595959;
  height: 6rem;
  display: block;
  align-self: flex-start;
  margin-bottom: var(--dl-space-space-unit);
}
.documents-container12 {
  flex: 0 0 auto;
  width: auto;
  align-items: flex-start;
  justify-content: center;
}
.documents-button8 {
  display: flex;
  transition: 0.3s;
  flex-direction: row;
  text-decoration: none;
}
.documents-button8:hover {
  color: white;
  transition: 0.3s;
  border-color: var(--dl-color-gray-white);
  background-color: #cc7db1;
}
.documents-button8:active {
  color: var(--dl-color-gray-white);
  border-color: #9c308d;
  background-color: #9c308d;
}
.documents-text28 {
  height: auto;
  align-self: center;
  margin-right: 0.4rem;
}
.documents-icon14 {
  width: 24px;
  height: 24px;
}
.documents-features1 {
  width: 100%;
  display: flex;
  padding: 48px;
  position: relative;
  max-width: 1110px;
  margin-top: var(--dl-space-space-tripleunit);
  flex-direction: column;
}
.documents-text29 {
  font-size: 3rem;
  margin-bottom: 48px;
}
.documents-container13 {
  display: flex;
  margin-bottom: var(--dl-space-space-tripleunit);
  flex-direction: column;
}
.documents-text30 {
  font-size: 2rem;
  text-align: center;
}
.documents-image11 {
  width: auto;
  align-self: center;
  object-fit: cover;
  background-size: cover;
  background-image: url("https://play.teleporthq.io/static/svg/placeholders/no-image.svg");
}
.documents-features2 {
  width: 100%;
  display: flex;
  position: relative;
  max-width: 1110px;
  flex-direction: column;
}
.documents-blog {
  width: 100%;
  display: flex;
  max-width: 1400px;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.documents-container14 {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  flex-direction: column;
  justify-content: space-between;
}
.documents-image12 {
  top: 0px;
  left: 0px;
  right: auto;
  width: 100px;
  bottom: auto;
  z-index: -10;
  position: absolute;
  object-fit: cover;
}
.documents-banner1 {
  width: 100%;
  display: flex;
  padding: 48px;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.documents-link1 {
  color: rgb(156, 48, 141);
  font-size: 1.2rem;
  box-shadow: rgb(212, 212, 212) 5px 5px 10px 0px;
  font-style: normal;
  transition: 0.3s;
  font-weight: 700;
  padding-top: var(--dl-space-space-unit);
  border-color: rgb(156, 48, 141);
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.documents-link1:hover {
  color: white;
  transform: scale(1.02);
  background: #cc7db1;
}
.documents-link1:active {
  color: white;
  background: #9c308d;
}
@media(max-width: 1200px) {
  .documents-text02 {
    font-size: 2.5rem;
  }
  .documents-container02 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .documents-text03 {
    font-size: 2rem;
  }
  .documents-image01 {
    align-self: center;
  }
  .documents-text04 {
    font-size: 1.2rem;
  }
  .documents-icon {
    height: 22px;
  }
  .documents-text07 {
    font-size: 1.2rem;
  }
  .documents-icon02 {
    height: 22px;
  }
  .documents-text10 {
    font-size: 1.2rem;
  }
  .documents-icon04 {
    height: 22px;
  }
  .documents-text13 {
    font-size: 1.2rem;
  }
  .documents-icon06 {
    height: 22px;
  }
  .documents-container08 {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .documents-text16 {
    font-size: 2rem;
  }
  .documents-image06 {
    align-self: center;
  }
  .documents-text17 {
    font-size: 1.2rem;
  }
  .documents-text20 {
    font-size: 1.2rem;
  }
  .documents-text23 {
    font-size: 1.2rem;
  }
  .documents-text26 {
    font-size: 1.2rem;
  }
  .documents-text29 {
    font-size: 2.5rem;
  }
  .documents-text30 {
    font-size: 2rem;
  }
  .documents-image11 {
    align-self: center;
  }
}
@media(max-width: 991px) {
  .documents-gallery {
    grid-gap: var(--dl-space-space-doubleunit);
    grid-template-columns: 1fr 1fr;
  }
  .documents-text04 {
    font-size: 1.4rem;
  }
  .documents-text07 {
    font-size: 1.4rem;
  }
  .documents-text10 {
    font-size: 1.4rem;
  }
  .documents-text13 {
    font-size: 1.4rem;
  }
  .documents-gallery1 {
    grid-gap: var(--dl-space-space-doubleunit);
    grid-template-columns: 1fr 1fr;
  }
  .documents-text17 {
    font-size: 1.4rem;
  }
  .documents-text20 {
    font-size: 1.4rem;
  }
  .documents-text23 {
    font-size: 1.4rem;
  }
  .documents-text26 {
    font-size: 1.4rem;
  }
}
@media(max-width: 767px) {
  .documents-main {
    height: 90vh;
  }
  .documents-banner {
    padding-left: 32px;
    padding-right: 32px;
  }
  .documents-features {
    padding-left: 32px;
    padding-right: 32px;
  }
  .documents-image {
    top: -2px;
    left: 21px;
    right: auto;
    width: 50px;
    bottom: auto;
  }
  .documents-gallery {
    grid-template-columns: 1fr;
  }
  .documents-gallery-card {
    flex-direction: column;
  }
  .documents-text04 {
    height: 4rem;
  }
  .documents-gallery-card1 {
    flex-direction: column;
  }
  .documents-text07 {
    height: 4rem;
  }
  .documents-gallery-card2 {
    flex-direction: column;
  }
  .documents-text10 {
    height: 4rem;
  }
  .documents-gallery-card3 {
    flex-direction: column;
  }
  .documents-text13 {
    height: 4rem;
  }
  .documents-gallery1 {
    grid-template-columns: 1fr;
  }
  .documents-gallery-card4 {
    flex-direction: column;
  }
  .documents-text17 {
    height: 4rem;
  }
  .documents-gallery-card5 {
    flex-direction: column;
  }
  .documents-text20 {
    height: 4rem;
  }
  .documents-gallery-card6 {
    flex-direction: column;
  }
  .documents-text23 {
    height: 4rem;
  }
  .documents-gallery-card7 {
    flex-direction: column;
  }
  .documents-text26 {
    height: 4rem;
  }
  .documents-features1 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .documents-image12 {
    top: -2px;
    left: 21px;
    right: auto;
    width: 50px;
    bottom: auto;
  }
  .documents-banner1 {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media(max-width: 479px) {
  .documents-main {
    height: 90vh;
  }
  .documents-text {
    font-size: 2rem;
    text-align: center;
  }
  .documents-banner {
    padding-top: 32px;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: 32px;
  }
  .documents-btn-group {
    flex-direction: row;
  }
  .documents-link {
    margin-top: var(--dl-space-space-unit);
    margin-left: var(--dl-space-space-halfunit);
    margin-right: var(--dl-space-space-halfunit);
    margin-bottom: var(--dl-space-space-unit);
  }
  .documents-features {
    padding-top: 32px;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: 32px;
  }
  .documents-text02 {
    font-size: 2rem;
    text-align: center;
  }
  .documents-gallery {
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: 32px;
  }
  .documents-gallery1 {
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: 32px;
  }
  .documents-features1 {
    padding-top: 32px;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: 32px;
  }
  .documents-text29 {
    font-size: 2rem;
  }
  .documents-features2 {
    padding-top: 32px;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: 32px;
  }
  .documents-banner1 {
    padding-top: 32px;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: 32px;
  }
  .documents-button , .documents-link {
    padding: 0;
    margin: 0;
  }
  .documents-text01 {
    margin: 0 32px;
  }
}
.documents-text12 {
    color: #cc7db1;
    color: #9c308d;
    -webkit-text-stroke: 2px #000;
    -webkit-text-stroke: 0;
}

/* 20250809 */

.img-fluid{
        display:block;
        max-width:100%;
        width:100%;
        height:auto;
}

.documents-banner{
        max-width: 1110px;
        margin:0 auto;
        padding:48px 0;
}

.documents-banner ul{
        display:-webkit-box;
  	display:flex;
        flex-wrap: wrap;
        -webkit-box-pack: center;
	justify-content: center;
	list-style:none;
	margin:0;
	padding:0;
}

.documents-banner ul li{
        margin:0;
	padding:0;
        margin:0 1.25rem;
        position:relative;
}

.documents-banner ul li::after{
        position:absolute;
        top:50%;
        transform:translateY(-50%);
        right:-1.75rem;
        content:"｜";
}

.documents-banner ul li:last-child::after{
        content:none;
}

.documents-features{
        margin:0 auto;
}

.documents-contents{
        margin-bottom:4rem;
}

.documents-contents .documents-sub_title{
        text-align:center;
        margin-bottom:3rem;
}

.documents-contents .documents-sub_title h3{
        font-size: 2rem;
}

.documents-contents .documents-sub_title .label{
        width:200px;
        margin:0 auto;
}

.documents-contents  .documents_wrap{
        display:-webkit-box;
  	display:flex;
  	flex-wrap: wrap;
  	-webkit-box-pack: justify;
	justify-content: space-between;
}

.documents-contents  .documents_wrap::after{
        display: block;
        content:"";
        width: 30%;
}

.documents-contents  .documents_wrap .card{
        width:30%;
        margin-bottom:3rem;
}

.documents-contents  .documents_wrap .card .thumb{
        display:block;
        margin-bottom:1rem;
        box-shadow: 5px 5px 10px 0px #d4d4d4;
        transition:.5s;
}

.documents-contents  .documents_wrap .card .thumb:hover{
        box-shadow:none;
}

.documents-contents  .documents_wrap .card h4{
        height: 5rem;
        font-size: 1.3rem;
        margin:0.5rem 0 0;
        font-weight: 600;
}

.documents-contents  .documents_wrap .card p{
        color: #595959;
        height: 6rem;
        margin-bottom:1rem;
}

.documents-contents  .documents_wrap .card .btn_wrap{
        text-align:center;
}

.documents-contents  .documents_wrap .card .btn_wrap .documents-btn{
        display:inline-block;
        transition: 0.5s;
        color:#18191f;
        border:1px solid #18191f;
        padding:0.5rem 1rem;
        border-radius:4px;
}

.documents-contents  .documents_wrap .card .btn_wrap .documents-btn .inner{
        display:-webkit-box;
  	display:flex;
  	flex-wrap: wrap;
  	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.documents-contents  .documents_wrap .card .btn_wrap .documents-btn .inner span{
        margin:0 0.1rem;
}

.documents-contents  .documents_wrap .card .btn_wrap .documents-btn .inner .documents-icon06{
         margin:0 0.1rem;
         transition: fill 0.5s;
}

.documents-contents  .documents_wrap .card .btn_wrap .documents-btn:hover{
        background:#18191f;
        color:#fff;
}

.documents-contents  .documents_wrap .card .btn_wrap .documents-btn:hover .inner .documents-icon06{
        fill: #fff;
}

@media(max-width:768px) {

        .documents-banner{
                max-width:100vw;
        }
        
        .documents-banner ul li{
                margin:0 1.25rem 1rem;
        }
        
        .documents-banner ul li:nth-child(3)::after{
                content:none;
        }
        
        .documents-contents .documents_wrap .card{
                width:47%;
        }

}

@media(max-width:479px) {
        
        .documents-main{
                height:auto;
                position:relative;
        }
        
        .documents-banner{
                padding:0 0 4rem;
        }
        
        .documents-banner ul li{
                margin:0 0.75rem 0.5rem;
        }
        
        .documents-banner ul li::after{
                right:-1.25rem;
        }
        
        .documents-banner ul li:nth-child(2)::after{
                content:none;
        }
        
        .documents-contents .documents_wrap .card{
                width:100%;
                margin-bottom:4rem;
        }
        
        .documents-contents .documents_wrap .card h4{
                height:auto;
                margin: 0.5rem 0;
        }
        
        .documents-contents .documents_wrap .card p{
                height:auto;
        }
        
}