/* @TODO: Replace with SASS opacity */
/* /// */
/* FONTS */
/* HEADERS */
/* COMPONENTS */
/* SHAPES */
.contact-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background: white; }
  @media (min-width: 48rem) {
    .contact-popup-overlay {
      justify-content: center;
      align-items: center;
      background: rgba(0, 0, 0, 0.5); } }

.contact-popup {
  background: white;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 100vw;
  height: 100vh;
  max-width: none;
  padding: 2rem 1.5rem;
  border-radius: 0;
  overflow-y: auto; }
  @media (min-width: 48rem) {
    .contact-popup {
      width: 33.75rem;
      height: auto;
      min-height: 40.625rem;
      max-width: 34.375rem;
      max-height: 90vh;
      border-radius: 0.75rem;
      overflow-y: visible; } }
  @media (min-width: 64rem) {
    .contact-popup {
      width: 46.25rem;
      max-width: 46.875rem;
      padding: 2rem; } }
  .contact-popup__container {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding-bottom: 5rem;
    height: auto; }
    @media (min-width: 48rem) {
      .contact-popup__container {
        height: 100%;
        padding-bottom: 0rem; } }
  .contact-popup__close-container {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start; }
  .contact-popup__close {
    background: none;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    padding: 0;
    width: 1.125rem;
    height: 1.125rem; }
    @media (min-width: 48rem) {
      .contact-popup__close {
        width: 1.5rem;
        height: 1.5rem; } }
    .contact-popup__close svg {
      width: 100%;
      height: 100%; }
  .contact-popup__header {
    display: flex;
    flex-direction: column; }
  .contact-popup__title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.25rem; }
    @media (min-width: 48rem) {
      .contact-popup__title {
        font-size: 2rem;
        font-weight: 700;
        line-height: 2.25rem; } }
  .contact-popup .shape--line {
    margin: 1.25rem 0;
    max-width: 3.125rem; }
  .contact-popup .contact-popup__success-line {
    width: 3.125rem; }
  .contact-popup .contact-popup__success-description {
    max-width: 26.25rem; }
  .contact-popup__subtitle {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625rem;
    margin-bottom: 1rem; }
    @media (min-width: 48rem) {
      .contact-popup__subtitle {
        line-height: 1.25rem; } }
    @media (min-width: 64rem) {
      .contact-popup__subtitle {
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 1.375rem; } }
  .contact-popup__form-container {
    display: flex;
    flex-direction: column;
    flex: 1; }
  .contact-popup__success {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    justify-content: center;
    padding: 2rem 0; }
  .contact-popup__success-icon {
    margin-bottom: 1.5rem; }
    .contact-popup__success-icon img {
      width: 5rem;
      height: 5rem; }
      @media (min-width: 48rem) {
        .contact-popup__success-icon img {
          width: 6.25rem;
          height: 6.25rem; } }
  .contact-popup__success-title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 2.25rem;
    color: #102532;
    margin-bottom: 1rem; }
    @media (min-width: 48rem) {
      .contact-popup__success-title {
        font-size: 2rem;
        font-weight: 700;
        line-height: 2.5rem; } }
  .contact-popup__success-line {
    margin: 1rem 0 1.5rem 0; }
    .contact-popup__success-line .shape--line {
      margin: 0;
      max-width: 3.125rem; }
  .contact-popup__success-description {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #666;
    margin: 0;
    max-width: 25rem; }
    @media (min-width: 48rem) {
      .contact-popup__success-description {
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 1.625rem; } }

.contact-popup .form__input-container {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  position: relative; }

.contact-popup label {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.125rem;
  color: #102532; }

.contact-popup .form__input {
  font-family: inherit;
  width: initial;
  height: 2.875rem;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
  background: transparent;
  border-radius: 0;
  padding-left: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 0.5rem; }
  .contact-popup .form__input[rows] {
    height: auto;
    min-height: 2.875rem;
    line-height: 1.6; }
  .contact-popup .form__input:hover {
    border-bottom: 2px solid rgba(0, 0, 0, 0.87); }
  .contact-popup .form__input::placeholder {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #9E9E9E; }
  .contact-popup .form__input:focus {
    outline: none;
    border: none;
    border-bottom: 2px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(45deg, #0ecc7e, #00c6d1) border-box;
    border-image-slice: 1; }
  .contact-popup .form__input:-webkit-autofill {
    background: white !important;
    color: inherit !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.42); }

.contact-popup textarea.form__input {
  resize: none;
  overflow: hidden;
  height: auto;
  min-height: 2.875rem;
  max-height: none;
  line-height: 1.6;
  padding-top: 1rem; }
  @media (min-width: 48rem) {
    .contact-popup textarea.form__input {
      max-height: 9.375rem; } }
  .contact-popup textarea.form__input.has-scroll {
    overflow-y: auto; }

.contact-submit-button {
  position: relative;
  width: 6.875rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  padding: 0.6875rem 1.5rem;
  background: linear-gradient(45deg, #0ecc7e, #00c6d1);
  color: black;
  border: none;
  border-radius: 2.625rem;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease, transform 0.2s ease;
  margin: 0; }
  .contact-form-row--actions .contact-submit-button {
    align-self: center; }
    @media (min-width: 48rem) {
      .contact-form-row--actions .contact-submit-button {
        align-self: auto; } }
  .contact-submit-button:hover {
    background: linear-gradient(45deg, #00c6d1, #0ecc7e); }
  .contact-submit-button:disabled {
    background: #f9f9f9;
    color: #bdbdbd;
    cursor: not-allowed;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1); }
    .contact-submit-button:disabled:hover .contact-tooltip-text {
      display: block; }

.contact-form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  gap: 0.5rem; }
  @media (min-width: 48rem) {
    .contact-form-container {
      gap: 0.75rem;
      align-items: stretch; } }

.contact-form-row {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem; }
  @media (min-width: 48rem) {
    .contact-form-row {
      flex-direction: row;
      gap: 1.25rem;
      align-items: flex-start; }
      .contact-form-row .form__input-container {
        flex: 1; } }
  @media (min-width: 48rem) {
    .contact-form-row--single .form__input-container {
      flex: none;
      width: 100%; } }
  .contact-form-row--actions {
    flex-direction: column;
    align-items: center;
    gap: 1rem; }
    @media (min-width: 48rem) {
      .contact-form-row--actions {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 1.25rem; }
        .contact-form-row--actions .contact-submit-button {
          flex-shrink: 0; } }
    @media (min-width: 64rem) {
      .contact-form-row--actions {
        justify-content: center;
        width: 100%; }
        .contact-form-row--actions .g-recaptcha {
          flex-shrink: 0; } }

.g-recaptcha-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; }
  @media (min-width: 64rem) {
    .contact-form-row--actions .g-recaptcha-popup {
      width: auto;
      display: block; } }

.contact-status-message {
  text-align: center;
  margin-top: 0.8rem;
  font-size: 0.875rem; }
  @media (min-width: 48rem) {
    .contact-status-message {
      margin-top: 1rem;
      font-size: 1rem; } }

.contact-popup .form__helpertext {
  position: absolute;
  bottom: -1.125rem;
  left: 0.75rem;
  font-size: 0.75rem;
  color: #ff0000;
  font-weight: 400;
  line-height: 0.875rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease; }
  .contact-popup .form__helpertext::before {
    content: attr(data-error); }

.contact-popup .form__input-container > input:not(:focus):not(:placeholder-shown):invalid,
.contact-popup .show-text {
  border-color: #ff0000; }
.contact-popup .form__input-container > input:not(:focus):not(:placeholder-shown):invalid + .form__helpertext,
.contact-popup .form__input-container > input.show-text + .form__helpertext,
.contact-popup .form__input-container > textarea.show-text + .form__helpertext {
  opacity: 1;
  visibility: visible; }

.contact-tooltip-text {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #9e9e9e;
  color: #fff;
  padding: 0.625rem 0.9375rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  white-space: nowrap;
  z-index: 10;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); }

@media screen and (max-height: 600px) {
  .contact-popup {
    height: -webkit-fill-available;
    overflow: auto; } }

/*# sourceMappingURL=contact-popup.css.map */
