:root {
  --header-height: 6.7rem;
}
@media (width > 768px) {
  :root {
    --header-height: 11.2rem;
  }
}

.contact-us {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background: var(--white-main, #fff);
  overflow: hidden;
}
@media (width > 768px) {
  .contact-us {
    padding-top: var(--header-height);
    padding-bottom: 6rem;
  }
}
@media (width <= 768px) {
  .contact-us--success .contact-us__intro,
  .contact-us--success .contact-us__social .contact-us__description {
    display: none;
  }
}
.contact-us__breadcrumb {
  margin-bottom: 1rem;
}
@media (width <= 768px) {
  .contact-us__breadcrumb {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid var(--red-20, #fbe5ea);
  }
}
@media (width > 768px) {
  .contact-us__breadcrumb {
    padding: 1.9rem 3.6rem;
  }
}
.contact-us .contact-us-breadcrumbs,
.contact-us .yoast-breadcrumbs {
  font-size: 1.4rem;
  color: var(--black-60, #666);
  text-align: right;
}
.contact-us .contact-us-breadcrumbs a,
.contact-us .yoast-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
.contact-us .contact-us-breadcrumbs .contact-us-breadcrumbs__sep,
.contact-us .yoast-breadcrumbs .contact-us-breadcrumbs__sep {
  margin: 0 0.3rem;
}
.contact-us__grid {
  display: flex;
  flex-direction: column;
}
@media (width > 768px) {
  .contact-us__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr 6.8rem;
    grid-template-areas: "intro intro" "social form" "footer footer";
    gap: 3rem;
    align-items: start;
    position: relative;
  }
  .contact-us__grid::before {
    content: "";
    position: absolute;
    top: -100vw;
    bottom: 0;
    inset-inline-start: 49%;
    width: 1px;
    background-color: var(--red-20, #fbe5ea);
    transform: translateX(-0.5px);
    pointer-events: none;
  }
}
.contact-us__intro {
  order: 1;
}
@media (width > 768px) {
  .contact-us__intro {
    grid-area: intro;
    order: unset;
    margin-bottom: 0;
    padding-inline-start: 2rem;
    border-bottom: 1px solid var(--red-20, #fbe5ea);
  }
}
.contact-us__social {
  order: 2;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (width > 768px) {
  .contact-us__social {
    grid-area: social;
    order: unset;
    padding-inline-start: 2.3rem;
  }
}
.contact-us__title {
  font-family: "Simpler", sans-serif;
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1.1;
  color: var(--red-main, #db0032);
  text-align: right;
}
@media (width > 768px) {
  .contact-us__title {
    font-size: 7.2rem;
    margin-bottom: -1.5rem;
  }
}
.contact-us__description {
  font-family: "Simpler", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--black-main, #333032);
  margin: 0 0 2rem;
  text-align: right;
  max-width: 100%;
  padding-top: 1.3rem;
  font-size: 2.2rem !important;
}
@media (width > 768px) {
  .contact-us__description {
    max-width: 47.6rem;
    margin-bottom: 2.5rem;
  }
}
@media (width <= 768px) {
  .contact-us__description {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.contact-us__description p {
  font-size: 2.2rem;
}
.contact-us__social .contact-us__description {
  margin-bottom: 3rem;
}
.contact-us__closed-message {
  background-color: var(--red-error-bg, #fff5f5);
  padding: 1.8rem 2.4rem 1.8rem;
  margin-bottom: 2rem;
  direction: rtl;
  text-align: right;
}
@media (width > 768px) {
  .contact-us__closed-message {
    max-width: 47.6rem;
    padding: 1.8rem 2.4rem 1.8rem;
  }
}
.contact-us__closed-message p, .contact-us__closed-message li, .contact-us__closed-message span {
  font-family: "Simpler", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: var(--black-main, #333032);
}
.contact-us__closed-message p {
  margin: 0 0 0.4rem;
}
.contact-us__closed-message p:last-child {
  margin-bottom: 0;
}
.contact-us__closed-message strong, .contact-us__closed-message b {
  font-weight: 700;
}
.contact-us__closed-message a {
  color: var(--black-main, #333032);
  text-decoration: underline;
}
.contact-us__info {
  background: var(--white-main, #fff);
}
@media (width <= 768px) {
  .contact-us__info--desktop {
    display: none;
  }
}
.contact-us__info--mobile {
  display: none;
}
@media (width <= 768px) {
  .contact-us__info--mobile {
    display: block;
    order: 4;
    padding-top: 3.1rem;
  }
}
@media (width > 768px) {
  .contact-us__info--mobile {
    display: none;
  }
}
.contact-us__panel {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1.2rem;
  padding: 1.6rem 0;
  text-decoration: none;
  color: var(--black-main, #333032);
}
.contact-us__panel--static {
  cursor: default;
}
.contact-us__panel-sep {
  height: 1px;
  background: var(--red-20, #fbe5ea);
}
@media (width > 768px) {
  .contact-us__panel-sep {
    width: 5.2rem;
  }
}
.contact-us__panel-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  flex: 1;
  min-width: 0;
}
.contact-us__panel-title {
  font-family: "Simpler", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--black-main, #333032);
  text-align: right;
}
.contact-us__panel-detail {
  font-family: "Simpler", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--black-main, #333032);
  text-align: right;
}
.contact-us__panel-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
}
.contact-us__panel-icon img,
.contact-us__panel-icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-us__form-wrap {
  order: 3;
}
@media (width > 768px) {
  .contact-us__form-wrap {
    grid-area: form;
    order: unset;
    padding-top: 3rem;
    padding-left: 4rem;
  }
}
.contact-us__form-wrap--success {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 75vh;
}
@media (width > 768px) {
  .contact-us__form-wrap--success {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10rem;
    height: auto;
  }
}
@media (width <= 768px) {
  .contact-us__form-wrap.contact-us__form-wrap--success ~ .contact-us__social {
    display: none;
  }
}
.contact-us__required-note {
  font-size: 1.3rem;
  color: var(--black-60, #666);
  margin: 0 0 1.5rem;
  text-align: right;
}
.contact-us__form-wrap .contact-us-form__message {
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 0.4rem;
  font-size: 1.5rem;
  text-align: right;
}
.contact-us__form-wrap .contact-us-form__message--success {
  background: var(--red-20, #fbe5ea);
  color: var(--black-main, #333032);
}
.contact-us__form-wrap .contact-us-form__message--error {
  background: #fde8e8;
  color: var(--red-main, #db0032);
}
.contact-us__success {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 2rem;
  text-align: center;
}
@media (width > 768px) {
  .contact-us__success {
    padding: 4rem 0;
  }
}
.contact-us__success-icon {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-us__success-icon svg {
  width: 6.8rem;
  height: auto;
}
.contact-us__success-title {
  color: var(--red-main, #db0032);
  font-family: "Simpler", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 1rem;
  line-height: 1.3;
}
.contact-us__success-text {
  color: var(--black-main, #333032);
  font-family: "Simpler", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
}

.contact-us-form {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  text-align: right;
}
@media (width > 768px) {
  .contact-us-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    row-gap: 1.8rem;
  }
}
.contact-us-form__field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.contact-us-form__field label {
  font-family: "Simpler", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--black-main, #333032);
}
.contact-us-form__field input[type=text],
.contact-us-form__field input[type=email],
.contact-us-form__field input[type=tel],
.contact-us-form__field select,
.contact-us-form__field textarea {
  width: 100%;
  max-width: 100%;
  padding: 0.6rem 0 0.5rem;
  border: none;
  border-bottom: 1px solid var(--black-30, #b2b2b2);
  background: transparent;
  font-family: "Simpler", sans-serif;
  font-size: 1.5rem;
  color: var(--black-main, #333032);
  text-align: right;
  transition: border-color 0.2s ease;
}
.contact-us-form__field input[type=text]::-moz-placeholder, .contact-us-form__field input[type=email]::-moz-placeholder, .contact-us-form__field input[type=tel]::-moz-placeholder, .contact-us-form__field select::-moz-placeholder, .contact-us-form__field textarea::-moz-placeholder {
  color: var(--black-30, #b2b2b2);
}
.contact-us-form__field input[type=text]::placeholder,
.contact-us-form__field input[type=email]::placeholder,
.contact-us-form__field input[type=tel]::placeholder,
.contact-us-form__field select::placeholder,
.contact-us-form__field textarea::placeholder {
  color: var(--black-30, #b2b2b2);
}
.contact-us-form__field input[type=text]:focus,
.contact-us-form__field input[type=email]:focus,
.contact-us-form__field input[type=tel]:focus,
.contact-us-form__field select:focus,
.contact-us-form__field textarea:focus {
  outline: none;
  border-bottom-color: var(--red-main, #db0032);
}
.contact-us-form__field select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333032' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 0.5rem center;
  padding-left: 2rem;
}
.contact-us-form__field textarea {
  resize: vertical;
  min-height: 4.5rem;
}
@media (width > 768px) {
  .contact-us-form__field--full {
    grid-column: 1/-1;
  }
}
.contact-us-form__hint {
  font-size: 1.2rem;
  color: var(--black-30, #b2b2b2);
  margin-top: 0.2rem;
}
.contact-us-form__field--checkbox {
  align-items: flex-start;
}
@media (width > 768px) {
  .contact-us-form__field--checkbox {
    grid-column: 1/-1;
  }
}
.contact-us-form__checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--black-main, #333032);
  line-height: 1.4;
}
.contact-us-form__checkbox-label input[type=checkbox] {
  margin-top: 0.3rem;
  flex-shrink: 0;
  width: 1.8rem;
  height: 1.8rem;
  accent-color: var(--red-main, #db0032);
}
.contact-us-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1.2rem 2.4rem;
  background: var(--red-main, #db0032);
  color: var(--white-main, #fff);
  border: none;
  border-radius: 0.4rem;
  font-family: "Simpler", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.2s ease;
  align-self: stretch;
  margin-top: 0.5rem;
}
@media (width > 768px) {
  .contact-us-form__submit {
    grid-column: 2;
    justify-self: flex-end;
    align-self: center;
  }
}
.contact-us-form__submit:hover {
  opacity: 0.9;
}
.contact-us-form__submit .contact-us-form__submit-icon {
  display: inline-flex;
  width: 1.6rem;
  height: 1.6rem;
}
.contact-us-form__submit .contact-us-form__submit-icon svg {
  width: 100%;
  height: 100%;
}
.contact-us-form__submit .contact-us-form__submit-icon path {
  stroke: var(--white-main, #fff);
  fill: none;
}
.contact-us-form__footer {
  grid-area: footer;
  border-bottom: 1px solid var(--red-20, #fbe5ea);
  border-top: 1px solid var(--red-20, #fbe5ea);
}

.checkout-validation-error {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8rem;
  background-color: #F9E4E4;
  padding: 0.85rem;
  margin-bottom: 1.6rem;
  border-radius: 0.4rem;
  direction: rtl;
}
.checkout-validation-error .error-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.checkout-validation-error .error-icon img {
  width: 2rem;
  height: 2rem;
}
.checkout-validation-error .error-text {
  color: var(--red-main);
  font-family: Simpler;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 130%;
}

.contact-us-form__error {
  font-size: 1.2rem;
  color: var(--red-main);
  padding: 0.4rem 0 0;
  margin-top: 0.4rem;
  display: none;
  text-align: right;
  direction: rtl;
  width: 100%;
  line-height: 130%;
}
.contact-us-form__error.visible {
  display: block;
}

.contact-us-form__field input[aria-invalid=true]:not([type=checkbox]),
.contact-us-form__field select[aria-invalid=true],
.contact-us-form__field textarea[aria-invalid=true] {
  border-bottom-color: var(--red-main) !important;
}
.contact-us-form__field .contact-us-form__checkbox-label:has(input[type=checkbox][aria-invalid=true]) span {
  color: var(--red-main);
}
