.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.kdk-form-block { padding-block: 3rem;
padding-inline: 1.25rem;
box-sizing: border-box;
}
.kdk-form {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1.25rem 1.5rem;
max-width: 720px;
margin-inline: auto;  font-family: "Funnel Sans", ui-sans-serif, system-ui, -apple-system, sans-serif;
font-optical-sizing: auto;
}
.kdk-form *,
.kdk-form input,
.kdk-form textarea,
.kdk-form select,
.kdk-form button {
font-family: inherit;
}
.kdk-form__row {
grid-column: 1 / -1;
display: flex;
flex-direction: column;
gap: 0.4rem;
}
.kdk-form__row[style*="--kdk-form-w:50%"] { grid-column: span 1; }
@media (max-width: 640px) {
.kdk-form { grid-template-columns: 1fr; gap: 1rem; }
.kdk-form__row[style*="--kdk-form-w:50%"] { grid-column: 1 / -1; }
}
.kdk-form__label { font-size: 0.95rem; line-height: 1.3; }
.kdk-form__required { color: #9966FF; }
.kdk-form__input {
appearance: none;
background: transparent;
border: 0;
border-bottom: 1.5px solid currentColor;
border-radius: 0;
padding: 0.5rem 0;
font: inherit;
color: inherit;
width: 100%;
box-sizing: border-box;
transition: border-color 150ms;
}
.kdk-form__input:focus { outline: none; border-bottom-color: #9966FF; }
.kdk-form__input--select {
padding-right: 1.75rem;
background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
background-position: calc(100% - 14px) center, calc(100% - 8px) center;
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
}
textarea.kdk-form__input { resize: vertical; min-height: 5rem; }
.kdk-form__row--error .kdk-form__input { border-bottom-color: #9966FF; }
.kdk-form__error { color: #9966FF; font-size: 0.85rem; line-height: 1.3; min-height: 0; }
.kdk-form__row--error .kdk-form__error { min-height: 1.2em; }
.kdk-form__hp {
position: absolute !important;
width: 1px; height: 1px;
overflow: hidden;
clip: rect(0 0 0 0);
border: 0; padding: 0;
}
.kdk-form__row--submit {
grid-column: 1 / -1;
flex-direction: row;
justify-content: flex-start;
align-items: center;
gap: 1rem;
margin-top: 0.5rem;
}
.kdk-form__submit {
appearance: none;
background: #0A0A0A;
color: #fff;
border: 0;
border-radius: 999px;
padding: 0.75rem 2rem;
font: inherit;
font-weight: 600;
cursor: pointer;
transition: opacity 150ms, transform 150ms;
}
.kdk-form__submit:hover { opacity: 0.85; }
.kdk-form__submit.is-loading { opacity: 0.6; cursor: wait; }
.kdk-form__status { grid-column: 1 / -1; font-size: 0.95rem; }
.kdk-form__status--ok  { color: #1d7e3a; }
.kdk-form__status--err { color: #9966FF; }
.kdk-form__notice {
padding: 1rem;
background: rgba(0,0,0,0.05);
border-radius: 6px;
font-size: 0.95rem;
}
.kdk-form-placeholder { border: 2px dashed rgba(0,0,0,0.15); padding: 0; }