@charset "UTF-8";
.hero-section {
  margin-bottom: -1px;
}
.hero-section .wp-block-cover {
  margin-top: -1px !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  max-height: 668px;
  width: 100%;
  overflow-y: visible;
}
@media screen and (max-width: 781px) {
  .hero-section .wp-block-cover {
    aspect-ratio: auto !important;
  }
}
.hero-section .wp-block-cover .wp-block-cover__inner-container {
  padding: 202px 16px 291px;
  max-height: 100%;
  z-index: 1;
}
@media screen and (max-width: 781px) {
  .hero-section .wp-block-cover .wp-block-cover__inner-container {
    padding-top: 192px !important;
    padding-bottom: 143px !important;
  }
}
.hero-section .wp-block-cover .wp-block-cover__inner-container .wp-block-heading {
  font-size: 119px;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 781px) {
  .hero-section .wp-block-cover .wp-block-cover__inner-container .wp-block-heading {
    font-size: 68px;
    line-height: 67px;
    letter-spacing: 2.04px;
  }
}
.hero-section .wp-block-cover .wp-block-cover__inner-container p {
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  max-width: 920px;
}
@media screen and (max-width: 781px) {
  .hero-section .wp-block-cover .wp-block-cover__inner-container p {
    font-size: 19px;
    line-height: 28px;
    letter-spacing: 0.57px;
  }
}
.hero-section .wp-block-cover .wp-block-cover__inner-container .down-arrow-icon {
  margin: 0;
  position: absolute;
  bottom: -74px;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 781px) {
  .hero-section .wp-block-cover .wp-block-cover__inner-container .down-arrow-icon {
    bottom: -60px;
  }
}
.hero-section .wp-block-cover .wp-block-cover__inner-container .down-arrow-icon img {
  height: 148px;
}
@media screen and (max-width: 781px) {
  .hero-section .wp-block-cover .wp-block-cover__inner-container .down-arrow-icon img {
    height: 120px;
  }
}
.hero-section .wp-block-cover {
  max-height: 700px;
}
@media screen and (max-width: 781px) {
  .hero-section .wp-block-cover {
    max-height: auto;
  }
}
.hero-section .wp-block-cover .wp-block-cover__inner-container {
  padding: 165px 16px 309px;
}
@media screen and (max-width: 781px) {
  .hero-section .wp-block-cover .wp-block-cover__inner-container {
    padding-top: 180px !important;
    padding-bottom: 230px !important;
  }
}
@media screen and (max-width: 781px) {
  .hero-section .wp-block-cover .wp-block-cover__inner-container .wp-block-heading {
    font-size: 58px;
    word-break: break-word;
  }
}
@media screen and (max-width: 389px) {
  .hero-section .wp-block-cover .wp-block-cover__inner-container .wp-block-heading {
    font-size: 44px;
    line-height: 1;
  }
}
.hero-section .wp-block-cover .wp-block-cover__inner-container p {
  line-height: 45px;
  margin-top: 28px;
}
@media screen and (max-width: 781px) {
  .hero-section .wp-block-cover .wp-block-cover__inner-container p {
    line-height: 28px;
    margin-top: 16px;
  }
}

.simple-content-section {
  scroll-margin: 100px !important;
}
@media screen and (max-width: 781px) {
  .simple-content-section {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
    scroll-margin: 0px !important;
  }
}
.simple-content-section .wp-block-heading {
  font-size: 37px;
  line-height: 45px;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 781px) {
  .simple-content-section .wp-block-heading {
    font-size: 30px;
    line-height: 33px;
  }
}
.simple-content-section .faq-accordion {
  max-width: 900px;
  margin: 0 auto;
  border-top: 1px solid rgba(var(--wp--preset--color--custom-golden), 0.3);
}
.simple-content-section .faq-accordion .wp-block-accordion-item {
  border-bottom: 1px solid rgba(var(--wp--preset--color--custom-golden), 0.3);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.simple-content-section .faq-accordion .wp-block-accordion-item:hover {
  background-color: rgba(var(--wp--preset--color--custom-white), 0.4);
}
.simple-content-section .faq-accordion .wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle-icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  color: var(--wp--preset--color--custom-golden);
}
.simple-content-section .faq-accordion .wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle-title a {
  color: var(--wp--preset--color--custom-golden);
}
.simple-content-section .faq-accordion .wp-block-accordion-item.is-open .wp-block-accordion-panel {
  max-height: 1000px;
  padding-bottom: 30px;
  opacity: 1;
}
.simple-content-section .faq-accordion .wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.simple-content-section .faq-accordion .wp-block-accordion-heading {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
}
.simple-content-section .faq-accordion .wp-block-accordion-heading__toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 25px 0 10px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  gap: 20px;
}
.simple-content-section .faq-accordion .wp-block-accordion-heading__toggle-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  font-family: var(--wp--preset--font-family--cormorant-garamond);
  color: var(--wp--preset--color--custom-dark-violet);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: none !important;
}
@media screen and (max-width: 781px) {
  .simple-content-section .faq-accordion .wp-block-accordion-heading__toggle-title {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.simple-content-section .faq-accordion .wp-block-accordion-heading__toggle-title a {
  font-family: var(--wp--preset--font-family--cormorant-garamond);
  color: inherit;
  text-decoration: none !important;
}
.simple-content-section .faq-accordion .wp-block-accordion-heading__toggle-icon {
  font-size: 0;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.simple-content-section .faq-accordion .wp-block-accordion-heading__toggle-icon:after {
  content: "❮";
  font-size: 16px;
  font-weight: 100;
  -webkit-transform: rotate();
          transform: rotate();
}
.simple-content-section .faq-accordion .wp-block-accordion-heading__toggle:focus-visible {
  outline: 2px solid var(--wp--preset--color--custom-golden);
  outline-offset: -2px;
}
.simple-content-section .faq-accordion .wp-block-accordion-panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1), opacity 0.4s ease, padding 0.3s ease;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1), opacity 0.4s ease, padding 0.3s ease;
  padding: 0;
}
.simple-content-section .faq-accordion .wp-block-accordion-panel p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--wp--preset--color--custom-text-gray);
  max-width: 85%;
}
.simple-content-section .contact-form .wpcf7 {
  background: white;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  padding: 57px 85px 51px;
}
@media screen and (max-width: 781px) {
  .simple-content-section .contact-form .wpcf7 {
    padding: 41px 20px 45px;
    margin-top: 30px;
  }
}
.simple-content-section .contact-form .wpcf7 .wpcf7-form.submitting .submit-btn input {
  background-color: var(--wp--preset--color--custom-dark-violet) !important;
  pointer-events: none;
  opacity: 0.8;
}
.simple-content-section .contact-form .wpcf7 .wpcf7-form br {
  display: none;
}
.simple-content-section .contact-form .wpcf7 .wpcf7-form p {
  display: contents;
  margin: 0;
}
.simple-content-section .contact-form .wpcf7 .wpcf7-form .form-row {
  margin-bottom: 10px;
}
.simple-content-section .contact-form .wpcf7 .wpcf7-form .two-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 781px) {
  .simple-content-section .contact-form .wpcf7 .wpcf7-form .two-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.simple-content-section .contact-form .wpcf7 .wpcf7-form .two-col span {
  width: 100%;
}
.simple-content-section .contact-form .wpcf7 .wpcf7-form input,
.simple-content-section .contact-form .wpcf7 .wpcf7-form textarea {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #CECECE;
  border-radius: 4px;
  color: var(--wp--preset--color--custom-text-gray);
  font-family: var(--wp--preset--font-family--gantari);
  font-size: 17px;
}
.simple-content-section .contact-form .wpcf7 .wpcf7-form input:focus,
.simple-content-section .contact-form .wpcf7 .wpcf7-form textarea:focus {
  border-color: var(--wp--preset--color--custom-golden);
}
.simple-content-section .contact-form .wpcf7 .wpcf7-form input ::-webkit-input-placeholder, .simple-content-section .contact-form .wpcf7 .wpcf7-form textarea ::-webkit-input-placeholder {
  color: #6E6D6D;
}
.simple-content-section .contact-form .wpcf7 .wpcf7-form input ::-moz-placeholder, .simple-content-section .contact-form .wpcf7 .wpcf7-form textarea ::-moz-placeholder {
  color: #6E6D6D;
}
.simple-content-section .contact-form .wpcf7 .wpcf7-form input :-ms-input-placeholder, .simple-content-section .contact-form .wpcf7 .wpcf7-form textarea :-ms-input-placeholder {
  color: #6E6D6D;
}
.simple-content-section .contact-form .wpcf7 .wpcf7-form input ::-ms-input-placeholder, .simple-content-section .contact-form .wpcf7 .wpcf7-form textarea ::-ms-input-placeholder {
  color: #6E6D6D;
}
.simple-content-section .contact-form .wpcf7 .wpcf7-form input ::placeholder,
.simple-content-section .contact-form .wpcf7 .wpcf7-form textarea ::placeholder {
  color: #6E6D6D;
}
@media screen and (max-width: 781px) {
  .simple-content-section .contact-form .wpcf7 .wpcf7-form input,
.simple-content-section .contact-form .wpcf7 .wpcf7-form textarea {
    font-size: 14px;
    line-height: 16px;
    padding: 12px 20px;
  }
}
.simple-content-section .contact-form .wpcf7 .wpcf7-form textarea {
  display: block;
}
.simple-content-section .contact-form .wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 2px;
}
.simple-content-section .contact-form .wpcf7 .wpcf7-form .submit-btn {
  text-align: center;
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 781px) {
  .simple-content-section .contact-form .wpcf7 .wpcf7-form .submit-btn {
    margin-top: 30px;
  }
}
.simple-content-section .contact-form .wpcf7 .wpcf7-form .submit-btn input {
  background: var(--wp--preset--color--custom-golden);
  color: var(--wp--preset--color--custom-white);
  border: none;
  padding: 20px 30px;
  cursor: pointer;
  border-radius: 7px;
  max-width: 390px;
  text-align: center;
  font-family: var(--wp--preset--font-family--gantari);
  font-size: 16px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  line-height: 20px;
}
.simple-content-section .contact-form .wpcf7 .wpcf7-form .submit-btn input:hover {
  background-color: var(--wp--preset--color--custom-dark-violet) !important;
}
@media screen and (max-width: 781px) {
  .simple-content-section .contact-form .wpcf7 .wpcf7-form .submit-btn input {
    font-size: 12px;
    letter-spacing: 0.96px;
    line-height: 1;
    border-radius: 5px;
    max-width: 262px;
    padding: 15px 30px;
  }
}
.simple-content-section .contact-form .wpcf7 .wpcf7-form .submit-btn .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  translate: -50% -50%;
}
.simple-content-section .contact-form .wpcf7 .wpcf7-form .wpcf7-response-output {
  font-size: 14px;
}
/*# sourceMappingURL=cms-page.css.map */
