.bg-pattern-1 {
  position: relative;
}
.bg-pattern-1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 45%;
  background: url("/wp-content/themes/frost-exf/assets/images/bg-pattern.svg") repeat;
  background-position-x: left;
  background-position-y: top;
  z-index: -1;
}

.bg-pattern-2 {
  position: relative;
}
.bg-pattern-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 45%;
  background: url("/wp-content/themes/frost-exf/assets/images/bg-pattern.svg") repeat;
  background-position-x: right;
  background-position-y: top;
  z-index: -1;
}

.wpcf7-form-control.wpcf7-text {
  color: white;
  background: transparent;
  border: 1px solid var(--wp--preset--color--secondary);
  padding: 8px 22px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 100px;
  width: 100%;
}
.wpcf7-form-control.wpcf7-text::placeholder {
  color: white;
}

.form-submit-wrapper p {
  display: inline-block;
}

.wpcf7-form-control.wpcf7-submit {
  background: var(--wp--preset--color--secondary);
  color: white;
  border: none;
  padding: 8px 22px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 100px;
}

.wpcf7-form h3 {
  margin-top: 0;
  margin-bottom: 12px;
}
.wpcf7-form p.form-description {
  margin-top: 0;
  margin-bottom: 36px;
  color: white;
}
.wpcf7-form p.form-description:empty {
  display: none;
}
.wpcf7-form p {
  margin: 0;
}
.wpcf7-form p:empty {
  display: none;
}
.wpcf7-form .row {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}
.wpcf7-form .row.row-submit {
  margin-bottom: 0;
}
.wpcf7-form .row.row-submit p {
  margin-bottom: 0;
}
.wpcf7-form .row .col .col-6 {
  flex-basis: 100%;
}
@media screen and (min-width: 781px) {
  .wpcf7-form .row .col.col-6 {
    flex-basis: calc(50% - 6px);
  }
}
.wpcf7-form .row .col.col-12 {
  flex-basis: 100%;
}

.wp-block-file {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.wp-block-template-part:has(> .is-position-sticky) {
  --wp-admin--admin-bar--position-offset: var( --wp-admin--admin-bar--height, 0px );
  position: sticky;
  top: calc(0px + var(--wp-admin--admin-bar--position-offset, 0px));
  z-index: 10;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
}

body.admin-bar .site-header {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

/*# sourceMappingURL=index.css.map */
