.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;
}.perfecty-push-dialog-container {
position: fixed;
top: 0;
left: 0;
right: 0;
display: none;
z-index: 100000;
}
.perfecty-push-dialog-box {
display: flex;
align-items: center;
flex-wrap: nowrap;
justify-content: space-around;
width: 550px;
background: white;
padding: 15px;
border-radius: 5px;
box-shadow: 0px 7px 30px 0px grey;
margin: 0 auto;
text-align: center;
}
@media only screen and (max-width: 370px) {
.perfecty-push-dialog-box {
width: 320px;
flex-wrap: wrap;
}
}
@media only screen and (min-width: 370px) and (max-width: 425px) {
.perfecty-push-dialog-box {
width: 350px;
flex-wrap: wrap;
}
}
.perfecty-push-dialog-box .perfecty-push-dialog-icon {
width: 100px;
}
.perfecty-push-dialog-container .perfecty-push-dialog-form .perfecty-push-dialog-title {
margin: 20px 0px;
}
.perfecty-push-dialog-container .perfecty-push-dialog-form button{
margin: 5px 10px;
font-size: 1em;
-webkit-appearance: none;
-moz-appearance: none;
border: none;
border-radius: 0;
color: #fff;
cursor: pointer;
display: inline-block;
font-weight: 600;
letter-spacing: 0.0222em;
line-height: 1.25;
opacity: 1;
padding: 1em 1.2em;
text-align: center;
text-decoration: none;
text-transform: uppercase;
transition: opacity 0.15s linear;
}
.perfecty-push-dialog-container .perfecty-push-dialog-form #perfecty-push-dialog-cancel {
background-color: #ffffff;
color: #f77924;
}
.perfecty-push-dialog-container .perfecty-push-dialog-form #perfecty-push-dialog-subscribe {
background-color: #f77924;
color: #ffffff;
} .perfecty-push-settings-container {
z-index: 100000;
display: none;
}
.perfecty-push-settings-container #perfecty-push-settings-form {
display: none;
border: 1px solid rgb(221, 221, 221);
background-color: white;
padding: 20px;
border-radius: 10px;
margin-bottom: 20px;
}
.perfecty-push-settings-container #perfecty-push-settings-form label{
display: inline;
}
.perfecty-push-settings-container {
position: fixed;
bottom: 10px;
left: 10px;
}
.perfecty-push-settings-container #perfecty-push-settings-open {
height: 56px;
width: 56px;
background-color: transparent;
border: 0px;
margin: 0px;
padding: 0px;
outline: 0px;
box-sizing: border-box;
box-shadow: none;
}
.perfecty-push-settings-container #perfecty-push-settings-open svg {
color: #ffffff;
padding: 16px;
width: 56px;
height: 56px;
border-radius: 50%;
background-color: #f77924;
transition: padding .1s ease-in-out;
cursor: pointer;
fill: #fff;
outline: none;
box-sizing: border-box;
}
.perfecty-push-settings-container #perfecty-push-settings-open svg:hover,
.perfecty-push-settings-container #perfecty-push-settings-open svg:focus {
padding: 12px;
}body {
cursor: none;
}
*, *::before, *::after {
cursor: none !important;
} #scc-cursor {
position: fixed;
width: var(--scc-size, 12px);
height: var(--scc-size, 12px);
border-radius: 50%;
background: var(--scc-color, #00ffff);
pointer-events: none;
z-index: 2147483647;
transform: translate(-50%, -50%);
mix-blend-mode: difference;
transition: transform 0.15s ease, opacity 0.15s ease;
will-change: left, top, transform;
}
#scc-cursor-ring {
position: fixed;
width: calc(var(--scc-size, 12px) * 4);
height: calc(var(--scc-size, 12px) * 4);
border: 1.5px solid var(--scc-color, #00ffff);
border-radius: 50%;
pointer-events: none;
z-index: 2147483646;
transform: translate(-50%, -50%);
opacity: 0.6;
mix-blend-mode: difference;
transition: transform 0.15s ease, opacity 0.15s ease;
will-change: left, top;
}
body.scc-hover #scc-cursor {
transform: translate(-50%, -50%) scale(1.8);
}
body.scc-hover #scc-cursor-ring {
transform: translate(-50%, -50%) scale(1.6);
opacity: 0.3;
} #scc-glow-circle {
position: fixed;
top: 0;
left: 0;
width: var(--scc-glow-size, 14px);
height: var(--scc-glow-size, 14px);
border-radius: 50%;
background: var(--scc-glow-color, #a29bfe);
pointer-events: none;
z-index: 2147483647;
transform: translate(-50%, -50%);
display: flex;
align-items: center;
justify-content: center;
transition: width 0.35s cubic-bezier(0.22, 1, 0.36, 1),
height 0.35s cubic-bezier(0.22, 1, 0.36, 1);
will-change: left, top;
}
#scc-glow-text {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: 700;
letter-spacing: 0.5px;
text-transform: uppercase;
color: var(--scc-glow-text-color, #0d0e11);
opacity: 0;
transition: opacity 0.25s ease;
white-space: nowrap;
}
body.scc-hover #scc-glow-circle {
width: var(--scc-glow-hover-size, 64px);
height: var(--scc-glow-hover-size, 64px);
}
body.scc-hover #scc-glow-text {
opacity: 1;
} #scc-diamond {
position: fixed;
top: 0;
left: 0;
width: var(--scc-diamond-size, 26px);
height: var(--scc-diamond-size, 26px);
pointer-events: none;
z-index: 2147483647;
transform: translate(-50%, -50%) rotate(45deg);
transition: width 0.35s cubic-bezier(0.22, 1, 0.36, 1), height 0.35s cubic-bezier(0.22, 1, 0.36, 1);
will-change: left, top, transform;
}
.scc-diamond-shape {
width: 100%;
height: 100%;
background: var(--scc-diamond-color, #a29bfe);
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
transition: border-radius 0.4s ease, background 0.4s ease;
}
body.scc-hover #scc-diamond {
width: var(--scc-diamond-hover-size, 46px);
height: var(--scc-diamond-hover-size, 46px);
}
body.scc-hover .scc-diamond-shape {
border-radius: 50%;
background: var(--scc-diamond-hover-color, #6c5ce7);
mix-blend-mode: difference;
} #scc-water-cursor {
position: fixed;
top: 0;
left: 0;
width: var(--scc-water-size, 26px);
height: var(--scc-water-size, 26px);
pointer-events: none;
z-index: 2147483647;
filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3));
transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1), height 0.3s cubic-bezier(0.22, 1, 0.36, 1);
will-change: left, top;
}
body.scc-hover #scc-water-cursor {
width: var(--scc-water-hover-size, 42px);
height: var(--scc-water-hover-size, 42px);
}
#scc-water-cursor svg { width: 100%; height: 100%; overflow: visible; }
#scc-water-outline {
fill: none;
stroke: var(--scc-water-dark, #16a34a);
stroke-width: 1.4;
stroke-linejoin: round;
stroke-linecap: round;
}
.scc-water-level { animation: sccRiseFall var(--scc-water-speed, 3.2s) ease-in-out infinite; }
.scc-water-wave { animation: sccRipple 1.6s linear infinite; }
.scc-water-shine { fill: #fff; opacity: 0.35; }
@keyframes sccRiseFall {
0%   { transform: translateY(22px); }
45%  { transform: translateY(-2px); }
55%  { transform: translateY(-2px); }
100% { transform: translateY(22px); }
}
@keyframes sccRipple {
from { transform: translateX(0); }
to   { transform: translateX(-24px); }
}
#scc-water-cursor.scc-water-multicolor { animation: sccHueCycle 4s linear infinite; }
@keyframes sccHueCycle {
0%   { filter: hue-rotate(0deg); }
100% { filter: hue-rotate(360deg); }
} #scc-bubble-cursor,
#scc-char-cursor {
position: fixed;
top: 0;
left: 0;
pointer-events: none;
z-index: 2147483647;
filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.35));
transition: width 0.25s ease, height 0.25s ease;
will-change: left, top;
}
#scc-bubble-cursor {
width: var(--scc-bubble-size, 22px);
height: var(--scc-bubble-size, 22px);
}
#scc-char-cursor {
width: var(--scc-char-size, 22px);
height: var(--scc-char-size, 22px);
}
body.scc-hover #scc-bubble-cursor {
width: var(--scc-bubble-hover-size, 30px);
height: var(--scc-bubble-hover-size, 30px);
}
body.scc-hover #scc-char-cursor {
width: var(--scc-char-hover-size, 30px);
height: var(--scc-char-hover-size, 30px);
}
#scc-bubble-cursor svg,
#scc-char-cursor svg {
width: 100%;
height: 100%;
overflow: visible;
}
.scc-arrow-fill { fill: var(--scc-arrow-fill, #ffffff); }
.scc-arrow-outline {
fill: none;
stroke: var(--scc-arrow-outline, #222222);
stroke-width: 1.2;
stroke-linejoin: round;
stroke-linecap: round;
}
.scc-bubble {
position: fixed;
top: 0;
left: 0;
border-radius: 50%;
pointer-events: none;
z-index: 2147483646;
border: 1px solid rgba(255, 255, 255, 0.6);
box-shadow: inset -2px -2px 4px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.15);
animation: sccFloatUp 1.4s ease-out forwards;
}
.scc-char-particle {
position: fixed;
top: 0;
left: 0;
pointer-events: none;
z-index: 2147483646;
font-weight: 700;
font-family: Arial, Helvetica, sans-serif;
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
animation: sccFloatUp 1.2s ease-out forwards;
}
@keyframes sccFloatUp {
0% { transform: translate(-50%, -50%) translateY(0) translateX(0) rotate(0deg) scale(1); opacity: 0.95; }
100% { transform: translate(-50%, -50%) translateY(-55px) translateX(var(--drift, 0px)) rotate(var(--spin, 0deg)) scale(0.5); opacity: 0; }
} #scc-sparkle-cursor {
position: fixed;
top: 0;
left: 0;
width: var(--scc-sparkle-size, 30px);
height: var(--scc-sparkle-size, 30px);
pointer-events: none;
z-index: 2147483647;
will-change: transform;
}
.scc-sparkle-spin {
width: 100%;
height: 100%;
display: block;
transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
#scc-sparkle-cursor svg {
width: 100%;
height: 100%;
display: block;
overflow: visible;
}
.scc-icon-sparkle,
.scc-icon-arrow {
position: absolute;
inset: 0;
transition: opacity 0.3s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.scc-icon-sparkle path {
fill: var(--scc-sparkle-color, #c9a768);
filter: drop-shadow(0 0 6px var(--scc-sparkle-color, #c9a768));
}
.scc-icon-arrow {
opacity: 0;
transform: scale(0.4) rotate(-45deg);
}
.scc-icon-arrow circle {
fill: none;
stroke: var(--scc-sparkle-color, #c9a768);
stroke-width: 1.4;
}
.scc-icon-arrow path {
stroke: var(--scc-sparkle-hover-color, #f3efe6);
}
body.scc-hover .scc-icon-sparkle {
opacity: 0;
transform: scale(0.4) rotate(45deg);
}
body.scc-hover .scc-icon-arrow {
opacity: 1;
transform: scale(1) rotate(0deg);
}
body.scc-click #scc-sparkle-cursor .scc-sparkle-spin {
transform: scale(0.8);
} #scc-seed-cursor {
position: fixed;
top: 0;
left: 0;
width: var(--scc-seed-size, 26px);
height: var(--scc-seed-size, 26px);
pointer-events: none;
z-index: 2147483647;
will-change: transform;
}
.scc-seed-spin {
width: 100%;
height: 100%;
display: block;
transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
#scc-seed-cursor svg {
width: 100%;
height: 100%;
display: block;
overflow: visible;
}
.scc-icon-seed,
.scc-icon-bloom {
position: absolute;
inset: 0;
transition: opacity 0.4s ease, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.scc-icon-seed path {
fill: var(--scc-seed-color, #c9a768);
filter: drop-shadow(0 0 5px var(--scc-seed-color, #c9a768));
}
.scc-icon-bloom {
opacity: 0;
transform: scale(0.2) rotate(-90deg);
}
.scc-icon-bloom .scc-petal-a { fill: var(--scc-bloom-petal-color, #c9a768); }
.scc-icon-bloom .scc-petal-b { fill: var(--scc-bloom-petal-color2, #f3efe6); opacity: 0.92; }
.scc-icon-bloom .scc-bloom-center { fill: var(--scc-bloom-center-color, #0d0e11); }
body.scc-hover .scc-icon-seed {
opacity: 0;
transform: scale(0.3) rotate(90deg);
}
body.scc-hover .scc-icon-bloom {
opacity: 1;
transform: scale(1) rotate(0deg);
}
body.scc-click #scc-seed-cursor .scc-seed-spin {
transform: scale(0.82);
}
.scc-vine-node {
position: fixed;
top: 0;
left: 0;
border-radius: 50%;
background: var(--scc-vine-color, #2f5d50);
pointer-events: none;
z-index: 2147483646;
will-change: transform;
transition: background 0.4s ease, opacity 0.3s ease;
}
body.scc-hover .scc-vine-node {
background: var(--scc-bloom-petal-color, #c9a768);
} #scc-image-cursor {
position: fixed;
top: 0;
left: 0;
width: var(--scc-image-size, 32px);
height: var(--scc-image-size, 32px);
object-fit: contain;
pointer-events: none;
z-index: 2147483647;
transform: translate(-50%, -50%);
transition: width 0.25s ease, height 0.25s ease;
will-change: left, top;
}
body.scc-hover #scc-image-cursor {
width: var(--scc-image-hover-size, 40px);
height: var(--scc-image-hover-size, 40px);
}