@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/Inter18pt-MediumItalic.woff2") format("woff2"), url("../assets/fonts/Inter18pt-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/Inter18pt-SemiBold.woff2") format("woff2"), url("../assets/fonts/Inter18pt-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/Inter18pt-ExtraLight.woff2") format("woff2"), url("../assets/fonts/Inter18pt-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/Inter18pt-Italic.woff2") format("woff2"), url("../assets/fonts/Inter18pt-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/Inter18pt-Light.woff2") format("woff2"), url("../assets/fonts/Inter18pt-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/Inter18pt-Regular.woff2") format("woff2"), url("../assets/fonts/Inter18pt-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Abhaya Libre";
  src: url("../assets/fonts/AbhayaLibre-Regular.woff2") format("woff2"), url("../assets/fonts/AbhayaLibre-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --red: #ff0000;
  --purple: #756181;
  --black: #000;
  --text-primary: #fafafa;
  --text-secondary: #fcf8f6;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before,
*::after {
  display: inline-block;
}

html,
body {
  min-width: 360px;
}

body {
  color: var(--text-primary);
  line-height: 1.3;
  font-family: "Inter", sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Inter", sans-serif;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
}

input,
textarea {
  width: 100%;
}

label {
  display: inline-block;
}

button,
select,
option {
  cursor: pointer;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

a:focus,
button:focus,
a:focus-visible,
button:focus-visible {
  border: 0;
  outline: 0;
}

ul li {
  list-style: none !important;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

html {
  overflow: auto !important;
  margin: 0 !important;
}
@media (min-width: 48.06125em) {
  html {
    font-size: 0.7142857143vw !important;
  }
}
@media (min-width: 112.5em) {
  html {
    font-size: 0.8333333333vw !important;
  }
}

body {
  background-color: var(--text-secondary);
  padding: 0 !important;
}
.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

[class*=__container] {
  margin: 0 auto;
  max-width: 114.5rem;
}
@media (max-width: 114.5em) {
  [class*=__container] {
    max-width: 60.625rem;
  }
}
@media (max-width: 61.99875em) {
  [class*=__container] {
    max-width: 46.875rem;
  }
}
@media (max-width: 48.06125em) {
  [class*=__container] {
    max-width: none;
    padding: 0 1rem;
  }
}

.button {
  color: #4b277f;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 48.06125em) {
  .button {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
@media (max-width: 48.06125em) {
  .button {
    font-size: 1rem;
    line-height: 1.4;
  }
}
.button--arrow {
  border-radius: 1.5rem;
  background-color: #fcf8f6;
}
@media (min-width: 48.06125em) {
  .button--arrow {
    gap: 0.75rem;
    min-height: 2.8125rem;
    padding: 0.6875rem 2rem;
  }
}
@media (max-width: 48.06125em) {
  .button--arrow {
    gap: 0.5rem;
    min-height: 2rem;
    padding: 0.375rem 2rem;
  }
}
.button--arrow::after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"   fill="none"><path fill="%234B277F" fill-rule="evenodd" d="M.8 0a.8.8 0 1 0 0 1.7h18.3L.2 20.6a.8.8 0 1 0 1.2 1.2l19-19v18.4a.8.8 0 1 0 1.6 0V0H.8Z" clip-rule="evenodd"/></svg>') center/contain no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 48.06125em) {
  .button--arrow::after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.375rem;
            flex: 0 0 1.375rem;
    width: 1.375rem;
    height: 1.375rem;
  }
}
@media (max-width: 48.06125em) {
  .button--arrow::after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0.875rem;
            flex: 0 0 0.875rem;
    width: 0.875rem;
    height: 0.875rem;
  }
}
@media (any-hover: hover) {
  .button--arrow:hover::after {
    -webkit-transform: translate(30%, -20%);
        -ms-transform: translate(30%, -20%);
            transform: translate(30%, -20%);
  }
}

.title {
  color: #fafafa;
  font-family: "Abhaya Libre";
}
@media (min-width: 48.06125em) {
  .title {
    text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25), 0 0 1rem rgba(30, 30, 30, 0.4);
    line-height: 0.88;
    font-size: 5rem;
  }
}
@media (max-width: 48.06125em) {
  .title {
    text-align: center;
    text-shadow: 0 0.125rem 0.1875rem rgba(0, 0, 0, 0.25), 0 0 0.75rem rgba(30, 30, 30, 0.4);
    font-size: 2rem;
    line-height: 1;
  }
}

.text {
  color: var(--text-secondary);
}
@media (min-width: 48.06125em) {
  .text {
    line-height: 1.2;
    font-size: 1.5rem;
  }
}
@media (max-width: 48.06125em) {
  .text {
    line-height: 1.4;
    font-size: 0.875rem;
  }
}

@media (min-width: 29.99875em) {
  main.page {
    min-height: 100vh;
    padding-block: 2vh;
    display: grid;
  }
}
@media (min-width: 112.5em) {
  main.page {
    padding-block: 5.5vh;
  }
}

.contacts {
  position: relative;
  overflow: hidden;
}
@media (min-width: 29.99875em) {
  .contacts {
    margin-inline: 2vh;
    border-radius: 2rem;
    -webkit-box-shadow: 0.25rem 0.25rem 0.5rem 0 rgba(29, 29, 27, 0.25);
            box-shadow: 0.25rem 0.25rem 0.5rem 0 rgba(29, 29, 27, 0.25);
  }
}
@media (min-width: 112.5em) {
  .contacts {
    margin-inline: 3.125vw;
  }
}
.contacts__container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 48.06125em) {
  .contacts__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    padding-block: 2.5rem;
    max-width: 92.8125rem;
    gap: 1.875rem;
  }
}
@media (max-width: 48.06125em) {
  .contacts__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 5vh; /* 42/800 */
    min-height: 100vh;
    min-height: 100svh;
    padding-top: 2.5rem;
    padding-bottom: 1.25rem;
  }
}
.contacts__button {
  -webkit-tap-highlight-color: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: rgba(252, 248, 246, 0.75);
}
@media (min-width: 48.06125em) {
  .contacts__button {
    font-size: 1.5rem;
  }
}
@media (max-width: 48.06125em) {
  .contacts__button {
    font-size: 0.875rem;
  }
}
@media (any-hover: hover) {
  .contacts__button:hover {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .contacts__button:hover svg {
    -webkit-transform: translate(-15%, -15%);
        -ms-transform: translate(-15%, -15%);
            transform: translate(-15%, -15%);
  }
}
@media (min-width: 29.99875em) {
  .contacts__button {
    gap: 1.5rem;
  }
}
@media (max-width: 29.99875em) {
  .contacts__button {
    gap: 0.75rem;
  }
}
.contacts__button svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 29.99875em) {
  .contacts__button svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.625rem;
            flex: 0 0 1.625rem;
    width: 1.625rem;
    height: 1.625rem;
  }
}
@media (max-width: 29.99875em) {
  .contacts__button svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0.875rem;
            flex: 0 0 0.875rem;
    width: 0.875rem;
    height: 0.875rem;
  }
}
@media (min-width: 29.99875em) {
  .contacts__button:not(:last-child) {
    margin-bottom: 1.75rem;
  }
}
@media (max-width: 29.99875em) {
  .contacts__button:not(:last-child) {
    margin-bottom: 5vh; /* 40/800 */
  }
}
.contacts__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts__wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 100%;
  position: relative;
}
@media (min-width: 29.99875em) {
  .contacts__wrapper {
    margin-inline: auto;
    width: 80vw; /* 1135/1920 */
  }
}
@media (min-width: 48.06125em) {
  .contacts__wrapper {
    width: 59vw; /* 1135/1920 */
  }
}
.contacts__wrapper::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}
.contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
@media (max-width: 29.99875em) {
  .contacts__item {
    width: calc(100vw - 2rem);
  }
}
.success .contacts__item:nth-child(1) {
  opacity: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media (max-width: 48.06125em) {
  .contacts__item:nth-child(1) form {
    padding-inline: 9vw;
  }
}
.contacts__item:nth-child(2) {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
@media (min-width: 48.06125em) {
  .contacts__item:nth-child(2) {
    padding-bottom: 10rem;
  }
}
@media (min-width: 30em) and (max-width: 118.75em) {
  .contacts__item:nth-child(2) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.success .contacts__item:nth-child(2) {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}
.contacts__header {
  text-align: center;
}
@media (min-width: 29.99875em) {
  .contacts__header > :not(:last-child) {
    margin-bottom: 1.625rem;
  }
}
@media (max-width: 29.99875em) {
  .contacts__header > :not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 29.99875em) {
  .contacts__header:not(:last-child) {
    margin-bottom: 5.625rem;
  }
}
@media (max-width: 29.99875em) {
  .contacts__header:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 29.99875em) {
  .contacts__text {
    text-wrap: balance;
  }
}
.contacts__form {
  max-width: 45.75rem;
}
.contacts__action {
  position: absolute;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media (min-width: 29.99875em) {
  .contacts__action {
    top: 8.875rem;
  }
}
@media (min-width: 48.06125em) {
  .contacts__action {
    height: 28.75rem;
    width: 25%;
  }
}
@media (max-width: 48.06125em) {
  .contacts__action {
    width: 15.0625rem;
    height: 15.0625rem;
  }
}
@media (max-width: 29.99875em) {
  .contacts__action {
    top: 8.375rem;
  }
}
@media (min-width: 48.06125em) {
  .contacts__action {
    left: 81.25rem;
  }
}
@media (min-width: 112.5em) {
  .contacts__action {
    left: 69.75rem;
  }
}
@media (max-width: 48.06125em) {
  .contacts__action {
    left: 55%;
  }
}
.success .contacts__action {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.contacts__sun, .contacts__arrow {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  inset: 0;
}
.contacts__arrow {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease 0.3s;
  transition: opacity 0.6s ease 0.3s;
}
.success .contacts__arrow {
  opacity: 1;
}
.contacts__bg {
  position: absolute;
  height: 100%;
  bottom: 0;
  z-index: -1;
  -webkit-transition: left 0.8s ease;
  transition: left 0.8s ease;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
  overflow: hidden;
}
@media (min-width: 48.06125em) {
  .contacts__bg {
    width: 180%;
    left: -30%;
  }
}
@media (min-width: 112.5em) {
  .contacts__bg {
    width: 155%;
    left: -15%;
  }
}
@media (max-width: 48.06125em) {
  .contacts__bg {
    width: 300%;
    left: -40%;
  }
}
@media (min-width: 48.06125em) {
  .success .contacts__bg {
    left: -50%;
  }
}
@media (min-width: 112.5em) {
  .success .contacts__bg {
    left: -36%;
  }
}
@media (max-width: 48.06125em) {
  .success .contacts__bg {
    left: -174%;
  }
}
.contacts__description {
  font-style: italic;
}
@media (min-width: 29.99875em) {
  .contacts__description {
    margin-top: 4.6875rem;
    color: var(--text-secondary);
    line-height: 1.2;
  }
}
@media (min-width: 48.06125em) {
  .contacts__description {
    font-size: 1.5rem;
  }
}
@media (min-width: 48.06125em) and (max-width: 118.75em) {
  .contacts__description {
    margin-top: 14.375rem;
  }
}
@media (max-width: 48.06125em) {
  .contacts__description {
    font-size: 0.875rem;
  }
}
@media (max-width: 29.99875em) {
  .contacts__description {
    color: #c5bfbc;
    line-height: 1.4;
    max-width: 60%;
    margin-inline: auto;
    text-align: center;
  }
}
.contacts__description a {
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (any-hover: hover) {
  .contacts__description a:hover {
    color: #f5319e;
  }
}

.wpcf7-form {
  position: relative;
}
@media (min-width: 29.99875em) {
  .wpcf7-form {
    padding-bottom: 5.5vh; /* 60/1080 */
  }
}

.form .screen-reader-response {
  display: none !important;
}
.form .wpcf7-response-output {
  font-style: italic;
  line-height: 1.2;
  color: var(--red);
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0.875rem;
}
@media (min-width: 29.99875em) {
  .form .wpcf7-response-output {
    text-align: left;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 29.99875em) {
  .form .wpcf7-response-output {
    padding-top: 0.375rem !important;
    text-align: center;
  }
}
.success .form .wpcf7-response-output {
  display: none;
}
.form .wpcf7-spinner {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: 100%;
  right: 30%;
}
.form__row {
  display: grid;
}
@media (min-width: 29.99875em) {
  .form__row {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem 1.25rem;
  }
}
@media (max-width: 29.99875em) {
  .form__row {
    gap: 0.25rem 0.625rem;
  }
}
@media (min-width: 29.99875em) {
  .form__row:not(:last-child) {
    margin-bottom: 1.125rem;
  }
}
@media (max-width: 29.99875em) {
  .form__row:not(:last-child) {
    margin-bottom: 0.25rem;
  }
}
.form__row--actions {
  gap: 2rem 1rem;
}
@media (min-width: 29.99875em) {
  .form__row--actions {
    margin-top: 3.25rem;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 48.06125em) {
  .form__row--actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
  }
}
@media (max-width: 29.99875em) {
  .form__row--actions {
    margin-top: 1.25rem;
  }
}
.form__item .wpcf7-not-valid-tip {
  display: none !important;
}
.form__input, .form__textarea {
  border-bottom: 0.0625rem solid var(--text-secondary);
  color: var(--text-secondary);
  font-weight: 600;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 29.99875em) {
  .form__input, .form__textarea {
    font-size: 1.125rem;
    line-height: 1.2;
    padding: 0.75rem 0.75rem 0.75rem 1.5rem;
  }
}
@media (max-width: 29.99875em) {
  .form__input, .form__textarea {
    padding: 0.625rem 0.75rem 0.4375rem 1rem;
    line-height: 1;
    font-size: 1rem;
  }
}
.form__input::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
  color: inherit;
  font-weight: 400;
  font-style: italic;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.form__input::-moz-placeholder, .form__textarea::-moz-placeholder {
  color: inherit;
  font-weight: 400;
  font-style: italic;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.form__input:-ms-input-placeholder, .form__textarea:-ms-input-placeholder {
  color: inherit;
  font-weight: 400;
  font-style: italic;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.form__input::-ms-input-placeholder, .form__textarea::-ms-input-placeholder {
  color: inherit;
  font-weight: 400;
  font-style: italic;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.form__input::placeholder, .form__textarea::placeholder {
  color: inherit;
  font-weight: 400;
  font-style: italic;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 29.99875em) {
  .form__input::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
    font-size: inherit;
  }
  .form__input::-moz-placeholder, .form__textarea::-moz-placeholder {
    font-size: inherit;
  }
  .form__input:-ms-input-placeholder, .form__textarea:-ms-input-placeholder {
    font-size: inherit;
  }
  .form__input::-ms-input-placeholder, .form__textarea::-ms-input-placeholder {
    font-size: inherit;
  }
  .form__input::placeholder, .form__textarea::placeholder {
    font-size: inherit;
  }
}
@media (max-width: 29.99875em) {
  .form__input::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
    font-size: 0.875rem;
  }
  .form__input::-moz-placeholder, .form__textarea::-moz-placeholder {
    font-size: 0.875rem;
  }
  .form__input:-ms-input-placeholder, .form__textarea:-ms-input-placeholder {
    font-size: 0.875rem;
  }
  .form__input::-ms-input-placeholder, .form__textarea::-ms-input-placeholder {
    font-size: 0.875rem;
  }
  .form__input::placeholder, .form__textarea::placeholder {
    font-size: 0.875rem;
  }
}
.form__input:focus, .form__input:focus-visible, .form__textarea:focus, .form__textarea:focus-visible {
  outline: none;
  color: var(--text-secondary);
}
.form__input:focus::-webkit-input-placeholder, .form__input:focus-visible::-webkit-input-placeholder, .form__textarea:focus::-webkit-input-placeholder, .form__textarea:focus-visible::-webkit-input-placeholder {
  opacity: 0;
}
.form__input:focus::-moz-placeholder, .form__input:focus-visible::-moz-placeholder, .form__textarea:focus::-moz-placeholder, .form__textarea:focus-visible::-moz-placeholder {
  opacity: 0;
}
.form__input:focus:-ms-input-placeholder, .form__input:focus-visible:-ms-input-placeholder, .form__textarea:focus:-ms-input-placeholder, .form__textarea:focus-visible:-ms-input-placeholder {
  opacity: 0;
}
.form__input:focus::-ms-input-placeholder, .form__input:focus-visible::-ms-input-placeholder, .form__textarea:focus::-ms-input-placeholder, .form__textarea:focus-visible::-ms-input-placeholder {
  opacity: 0;
}
.form__input:focus::placeholder, .form__input:focus-visible::placeholder, .form__textarea:focus::placeholder, .form__textarea:focus-visible::placeholder {
  opacity: 0;
}
.form__input.wpcf7-not-valid, .form__textarea.wpcf7-not-valid {
  color: var(--red);
  border-bottom-color: var(--red);
}
.form__input:-webkit-autofill, .form__input:-webkit-autofill:hover, .form__input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 6.25rem transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: inherit;
  -webkit-text-fill-color: var(--text-secondary) !important;
  caret-color: var(--text-secondary);
}
.form__input .transparent-input:-moz-autofill,
.form__input .transparent-input:-moz-autofill:focus {
  background: transparent !important;
  color: var(--text-secondary) !important;
  -moz-text-fill-color: var(--text-secondary) !important;
}
.form__input .transparent-input:-ms-autofill {
  background: transparent !important;
  color: var(--text-secondary) !important;
}
.form__textarea {
  resize: none;
}
@media (min-width: 29.99875em) {
  .form__textarea {
    min-height: 7.8125rem;
  }
}
@media (max-width: 29.99875em) {
  .form__textarea {
    min-height: 5.5rem;
  }
}
.form__button {
  position: relative;
}
.form__button p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 max-content;
          flex: 0 0 max-content;
}
.form__button br {
  display: none;
}
@media (max-width: 29.99875em) {
  .form__button {
    max-width: 12.5rem;
    margin-inline: auto;
  }
}
.form__submit {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  pointer-events: all;
  font-size: 0;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

@media (min-width: 48.06125em) {
  .checkbox {
    grid-column: span 2;
  }
}
.checkbox .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 48.06125em) {
  .checkbox .wpcf7-list-item {
    margin: 0 0 0 0.3125rem;
    gap: 1rem;
  }
}
@media (max-width: 48.06125em) {
  .checkbox .wpcf7-list-item {
    margin: 0 -1.25rem 0 0;
    gap: 0.75rem;
  }
}
.checkbox .wpcf7-not-valid input[type=checkbox] {
  border-color: var(--red);
}
.checkbox .wpcf7-not-valid__label,
.checkbox .wpcf7-not-valid .wpcf7-list-item-label {
  color: var(--red);
}
.checkbox input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  margin-top: 0.125rem;
  border: 0.0625rem solid var(--text-secondary);
  background-color: transparent;
  border-radius: 0.125rem;
  position: relative;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  cursor: pointer;
}
@media (min-width: 29.99875em) {
  .checkbox input[type=checkbox] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1rem;
            flex: 0 0 1rem;
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 29.99875em) {
  .checkbox input[type=checkbox] {
    margin-top: 0.375rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0.75rem;
            flex: 0 0 0.75rem;
    width: 0.75rem;
    height: 0.75rem;
  }
}
.checkbox input[type=checkbox]:checked {
  border-color: var(--text-secondary);
  background-color: var(--text-secondary);
}
@media (min-width: 29.99875em) {
  .checkbox input[type=checkbox]:checked {
    -webkit-box-shadow: inset 0 0 0 0.25rem #2c3e50;
            box-shadow: inset 0 0 0 0.25rem #2c3e50;
  }
}
@media (max-width: 29.99875em) {
  .checkbox input[type=checkbox]:checked {
    -webkit-box-shadow: inset 0 0 0 0.125rem #2c3e50;
            box-shadow: inset 0 0 0 0.125rem #2c3e50;
  }
}
.checkbox__label,
.checkbox .wpcf7-list-item-label {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  vertical-align: top;
  color: var(--text-secondary);
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.2;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.hero {
  position: relative;
  overflow: hidden;
}
@media (min-width: 29.99875em) {
  .hero {
    margin-inline: 2vh;
    border-radius: 2rem;
    -webkit-box-shadow: 0.25rem 0.25rem 0.5rem 0 rgba(29, 29, 27, 0.25);
            box-shadow: 0.25rem 0.25rem 0.5rem 0 rgba(29, 29, 27, 0.25);
  }
}
@media (min-width: 112.5em) {
  .hero {
    margin-inline: 3.125vw;
  }
}
.hero__container {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media (min-width: 29.99875em) {
  .hero__container {
    max-width: 75rem;
    padding-block: 4.6vh; /* 50/1080 */
  }
}
@media (max-width: 48.06125em) {
  .hero__container {
    min-height: 100vh;
    min-height: 100svh;
    padding-block: 3.125rem 3.75rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.hero__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 29.99875em) {
  .hero__content:not(:last-child) {
    margin-bottom: 11.6vh;
  }
}
@media (max-width: 29.99875em) {
  .hero__content:not(:last-child) {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 29.99875em) {
  .hero__content {
    padding-top: 10vh;
  }
}
@media (max-width: 29.99875em) {
  .hero__content {
    padding-top: 16vh;
  }
}
.hero__title {
  color: #fafafa;
  text-align: center;
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25), 0 0 1rem rgba(30, 30, 30, 0.4);
  font-family: "Abhaya Libre";
  text-wrap: balance;
  line-height: 0.88;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (min-width: 48.06125em) {
  .hero__title {
    font-size: 9.375rem;
  }
}
@media (max-width: 48.06125em) {
  .hero__title {
    font-size: 3rem;
  }
}
@media (max-width: 29.99875em) {
  .hero__title {
    text-wrap: balance;
    max-width: 90%;
    margin-inline: auto;
  }
}
.hero__title:not(:last-child) {
  margin-bottom: 20vh;
}
.hero__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 69.375rem;
  margin-inline: auto;
  gap: 2rem 1.25rem;
}
@media (min-width: 48.06125em) {
  .hero__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 48.06125em) {
  .hero__row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hero__text {
  color: #c5bfbc;
  text-wrap: balance;
}
@media (min-width: 48.06125em) {
  .hero__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 48.06125em) {
  .hero__text {
    font-size: 0.875rem;
  }
}
.hero__text span {
  font-style: italic;
  font-weight: 500;
}
@media (min-width: 48.06125em) {
  .hero__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 68%;
            flex: 0 1 68%;
    line-height: 1.2;
  }
}
@media (max-width: 48.06125em) {
  .hero__text {
    text-align: center;
    line-height: 1.4;
  }
}
.hero__button {
  -ms-flex-item-align: center;
      align-self: center;
}

.footer {
  margin-inline: auto;
  width: 100%;
}
@media (min-width: 29.99875em) {
  .footer {
    max-width: 57.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
  }
}
@media (max-width: 29.99875em) {
  .footer {
    display: grid;
    justify-items: center;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5rem;
  }
}
.footer__copy {
  color: #fafafa;
  line-height: 1.5;
}
@media (min-width: 29.99875em) {
  .footer__copy {
    font-size: 0.875rem;
  }
}
@media (max-width: 29.99875em) {
  .footer__copy {
    font-size: 0.5rem;
  }
}
.footer__copy span, .footer__copy a {
  background: radial-gradient(89.83% 87.43% at 63.86% 40.27%, #ffc5e5 0%, #f5319e 33.33%, #803ed0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
@media (min-width: 29.99875em) {
  .footer__copy span, .footer__copy a {
    font-size: 0.9375rem;
  }
}
@media (max-width: 29.99875em) {
  .footer__copy span, .footer__copy a {
    font-size: 0.5625rem;
  }
}

.socials {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 29.99875em) {
  .socials {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
@media (min-width: 29.99875em) {
  .socials__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.875rem;
            flex: 0 0 1.875rem;
    width: 1.875rem;
    height: 1.875rem;
  }
}
@media (max-width: 29.99875em) {
  .socials__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1rem;
            flex: 0 0 1rem;
    width: 1rem;
    height: 1rem;
  }
}
.socials__link {
  display: grid;
  place-items: center;
  -webkit-tap-highlight-color: transparent;
}
.socials__icon {
  max-width: 100%;
  -webkit-transform: scale(1.001);
      -ms-transform: scale(1.001);
          transform: scale(1.001);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (any-hover: hover) {
  .socials__icon:hover {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
  }
}

@media (min-width: 29.99875em) {
  @-webkit-keyframes sun-animation {
    from {
      right: -5%;
      top: 70%;
      width: 20vh;
      height: 20vh;
    }
    to {
      right: 54%;
      top: 3%;
      width: 46.3vh;
      height: 46.3vh;
    }
  }
  @keyframes sun-animation {
    from {
      right: -5%;
      top: 70%;
      width: 20vh;
      height: 20vh;
    }
    to {
      right: 54%;
      top: 3%;
      width: 46.3vh;
      height: 46.3vh;
    }
  }
}
@media (min-width: 29.99875em) {
  .media {
    overflow: hidden;
    border-radius: 2rem;
  }
  .media__sun {
    position: absolute;
    right: 54%;
    top: 3%;
  }
  .loaded .media__sun {
    -webkit-animation: sun-animation 4s ease-in-out -1s forwards;
            animation: sun-animation 4s ease-in-out -1s forwards;
  }
  .media::before {
    content: "";
    background-color: #f97da2;
    z-index: -1;
  }
  .media, .media::before, .media__sky, .media__forest, .media__filter, .media__mountains {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .media__sky, .media__filter, .media__forest, .media__mountains {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .media__sky {
    top: 0;
  }
  .media__forest, .media__mountains {
    top: auto;
    bottom: 0;
    -o-object-position: 61% bottom;
       object-position: 61% bottom;
  }
  .media__filter {
    mix-blend-mode: color-dodge;
  }
}
@media (max-width: 29.99875em) {
  .media__sun, .media__sky, .media__forest, .media__filter, .media__mountains {
    display: none;
  }
}
@media (min-width: 29.99875em) {
  .media__mobile {
    display: none;
  }
}
@media (max-width: 29.99875em) {
  .media__mobile {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}