.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;
}
.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;
}#ngo-chat-root{position:fixed;right:20px;bottom:20px;z-index:99999;font-family:Lato,Arial,"Helvetica Neue",sans-serif;}
#ngo-chat-btn{position:relative;width:60px;height:60px;border-radius:50%;background:#4D9C43;border:none;cursor:pointer;box-shadow:0 6px 20px rgba(0,0,0,.22);display:flex;align-items:center;justify-content:center;transition:transform .18s ease,background .18s ease;}
#ngo-chat-btn:hover{background:#3C7E34;transform:scale(1.06);}
#ngo-chat-btn svg{width:28px;height:28px;fill:#fff;}
#ngo-chat-btn .ngo-dot{position:absolute;top:2px;right:2px;width:12px;height:12px;border-radius:50%;background:#1292C9;border:2px solid #fff;}
#ngo-chat-panel{display:none;flex-direction:column;width:370px;max-width:calc(100vw - 32px);height:540px;max-height:calc(100vh - 110px);background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 16px 48px rgba(0,0,0,.26);transform-origin:bottom right;}
#ngo-chat-root.open #ngo-chat-panel{display:flex;animation:ngoPop .2s cubic-bezier(.2,.8,.2,1);}
@keyframes ngoPop{from{opacity:0;transform:translateY(10px) scale(.97);}to{opacity:1;transform:none;}}
#ngo-chat-root.open #ngo-chat-btn{display:none;}
.ngo-head{background:#3C7E34;color:#fff;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;position:relative;overflow:hidden;}
.ngo-head:after{content:"";position:absolute;right:-20px;top:-30px;width:110px;height:110px;border-radius:50%;background:#1292C9;opacity:.28;}
.ngo-head h4{margin:0;font-size:16px;font-weight:900;line-height:1.2;position:relative;}
.ngo-head p{margin:2px 0 0;font-size:12px;opacity:.9;position:relative;}
.ngo-close{background:none;border:none;color:#fff;font-size:24px;line-height:1;cursor:pointer;position:relative;width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s ease;}
.ngo-close:hover{background:rgba(255,255,255,.18);}
.ngo-body{flex:1;overflow-y:auto;padding:14px;background:#F7FAF5;}
.ngo-msg{max-width:86%;padding:10px 13px;border-radius:12px;margin-bottom:10px;font-size:14px;line-height:1.55;white-space:pre-wrap;word-wrap:break-word;}
.ngo-bot{background:#EAF4E3;color:#393A3C;border:1px solid #D9EBCB;border-bottom-left-radius:3px;}
.ngo-user{background:#4D9C43;color:#fff;margin-left:auto;border-bottom-right-radius:3px;}
.ngo-err{background:#fdecea;color:#C0392B;border:1px solid #f5c6c2;}
.ngo-typing span{display:inline-block;width:7px;height:7px;margin-right:3px;border-radius:50%;background:#8A938A;animation:ngoB 1.2s infinite;}
.ngo-typing span:nth-child(2){animation-delay:.2s}.ngo-typing span:nth-child(3){animation-delay:.4s}
@keyframes ngoB{0%,60%,100%{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}
.ngo-quick{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px;}
.ngo-quick button{background:#fff;border:1px solid #4D9C43;color:#3C7E34;font-size:12.5px;padding:6px 11px;border-radius:14px;cursor:pointer;font-family:inherit;}
.ngo-quick button:hover{background:#4D9C43;color:#fff;}
.ngo-foot{border-top:1px solid #D9EBCB;padding:10px;background:#fff;}
.ngo-cta{width:100%;background:#1292C9;color:#fff;border:none;padding:9px;border-radius:8px;font-weight:700;cursor:pointer;font-size:13.5px;margin-bottom:8px;font-family:inherit;}
.ngo-cta:hover{background:#0f7ba9;}
.ngo-inrow{display:flex;gap:8px;align-items:flex-end;}
.ngo-inrow textarea{flex:1;resize:none;border:1px solid #D9EBCB;border-radius:8px;padding:9px 11px;font-size:14px;font-family:inherit;color:#393A3C;max-height:90px;}
.ngo-inrow textarea:focus{outline:none;border-color:#4D9C43;}
.ngo-send{background:#4D9C43;border:none;border-radius:8px;width:42px;height:40px;flex:0 0 42px;cursor:pointer;display:flex;align-items:center;justify-content:center;}
.ngo-send:hover{background:#3C7E34;}
.ngo-send svg{width:18px;height:18px;fill:#fff;}
.ngo-note{font-size:10.5px;color:#8A938A;text-align:center;margin:7px 0 0;}
.ngo-form{padding:14px;background:#fff;display:none;overflow-y:auto;flex:1;}
#ngo-chat-root.form-on .ngo-form{display:block;}
#ngo-chat-root.form-on .ngo-body,#ngo-chat-root.form-on .ngo-foot{display:none;}
.ngo-form h5{margin:0 0 4px;font-size:15px;color:#3C7E34;font-weight:900;}
.ngo-form .sub{margin:0 0 12px;font-size:12.5px;color:#8A938A;}
.ngo-form label{display:block;font-size:12.5px;color:#393A3C;margin:9px 0 3px;font-weight:700;}
.ngo-form input,.ngo-form textarea{width:100%;border:1px solid #D9EBCB;border-radius:7px;padding:8px 10px;font-size:14px;font-family:inherit;box-sizing:border-box;color:#393A3C;}
.ngo-form input:focus,.ngo-form textarea:focus{outline:none;border-color:#4D9C43;}
.ngo-form .hp{position:absolute;left:-9999px;}
.ngo-submit{width:100%;background:#4D9C43;color:#fff;border:none;padding:11px;border-radius:8px;font-weight:900;cursor:pointer;margin-top:14px;font-size:14px;font-family:inherit;}
.ngo-submit:hover{background:#3C7E34;}
.ngo-back{background:none;border:none;color:#1292C9;font-size:12.5px;cursor:pointer;margin-top:9px;width:100%;font-family:inherit;}
.ngo-formerr{color:#C0392B;font-size:12.5px;margin-top:8px;}
@media(max-width:480px){
#ngo-chat-root{right:12px;bottom:12px;}
#ngo-chat-panel{width:calc(100vw - 24px);height:calc(100vh - 90px);}
} #ngo-chat-root button:focus-visible,
#ngo-chat-root textarea:focus-visible,
#ngo-chat-root input:focus-visible{outline:2px solid #1292C9;outline-offset:2px;} @media(prefers-reduced-motion:reduce){
#ngo-chat-btn,#ngo-chat-root.open #ngo-chat-panel,.ngo-typing span,.ngo-close{animation:none!important;transition:none!important;}
}.crp_related.crp-thumbs-grid{clear:both;margin:10px 0;}.crp_related.crp-thumbs-grid h3,.crp_related.crp-thumbs-grid figure{margin:0!important;}.crp_related.crp-thumbs-grid ul{display:grid;grid-gap:10px;margin:0;justify-items:center;list-style:none;padding:0;}.crp_related.crp-thumbs-grid ul li{text-align:center;border:1px solid #ddd;display:flex;flex-direction:column;word-break:break-word;}.crp_related.crp-thumbs-grid li:hover{background:#eee;border-color:#bbb;}.crp_related.crp-thumbs-grid a:focus-visible{border:1px solid #000;border-radius:7px;}.crp_related.crp-thumbs-grid ul li a.crp_link{flex-grow:1;display:grid;overflow:hidden;padding:3px;}.crp_related.crp-thumbs-grid ul li a.crp_link .crp_thumb{grid-row-start:1;grid-row-end:3;grid-column-start:1;grid-column-end:2;}.crp_related.crp-thumbs-grid ul li a.crp_link .crp_title{display:flex;justify-content:center;align-items:center;grid-row-start:2;grid-row-end:3;grid-column-start:1;grid-column-end:2;}.crp_related.crp-thumbs-grid a{-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important;text-decoration:none!important;}.crp_related.crp-thumbs-grid a:hover{text-decoration:none;}.crp_related.crp-thumbs-grid ul li img{max-width:100%;height:auto;display:block;margin:0 auto;}.crp_related.crp-thumbs-grid .crp_title{color:#fff!important;padding:3px;font-size:.9em;text-shadow:.1em .1em .2em #000;background-color:rgba(0,0,0,.5);-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;width:100%;overflow:hidden;line-height:initial;}.crp_related.crp-thumbs-grid li:hover .crp_title{background-color:rgba(0,0,0,.8);}.crp_related.crp-thumbs-grid li{vertical-align:bottom;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.4);-moz-box-shadow:0 1px 2px rgba(0,0,0,.4);box-shadow:0 1px 2px rgba(0,0,0,.4);-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;list-style-type:none;}.crp_clear{clear:both;}.crp_title:visited{color:#fff!important;}