.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;
}.as-slider {
position: relative;
width: 100%;
padding-bottom: 20px;
box-sizing: border-box;
--as-gap: 16px;
--as-nav-w: 28px;
--as-nav-h: 56px;
--as-nav-radius: 4px;
--as-nav-gap: 6px;
--as-nav-arrow: 14px;
--as-nav-bg: rgba(255, 255, 255, 0.3);
--as-nav-bg-hover: rgba(255, 255, 255, 0.5);
--as-nav-color: #111;
--as-nav-ring: #eee;
--as-nav-ring-width: 2px;
--as-nav-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
--as-line-offset: 20px;
}
.as-viewport {
overflow: hidden;
width: 100%;
}
.as-track {
position: relative;
display: flex;
width: 100%;
gap: var(--as-gap);
align-items: stretch;
will-change: transform;
}
.as-item {
position: relative;
flex: 0 0 100%;
box-sizing: border-box;
}
.as-item .wp-block-post {
list-style: none;
}
.as-slider[data-visible="2"] .as-item { flex-basis: calc((100% - 1 * var(--as-gap)) / 2); }
.as-slider[data-visible="3"] .as-item { flex-basis: calc((100% - 2 * var(--as-gap)) / 3); }
.as-slider[data-visible="4"] .as-item { flex-basis: calc((100% - 3 * var(--as-gap)) / 4); }
.as-slider[data-visible="5"] .as-item { flex-basis: calc((100% - 4 * var(--as-gap)) / 5); }
.as-slider[data-visible="6"] .as-item { flex-basis: calc((100% - 5 * var(--as-gap)) / 6); }
@media (min-width: 700px) and (max-width: 1200px) {
.as-slider[data-visible-md="1"] .as-item { flex-basis: 100%; }
.as-slider[data-visible-md="2"] .as-item { flex-basis: calc((100% - 1 * var(--as-gap)) / 2); }
.as-slider[data-visible-md="3"] .as-item { flex-basis: calc((100% - 2 * var(--as-gap)) / 3); }
.as-slider[data-visible-md="4"] .as-item { flex-basis: calc((100% - 3 * var(--as-gap)) / 4); }
.as-slider[data-visible-md="5"] .as-item { flex-basis: calc((100% - 4 * var(--as-gap)) / 5); }
}
@media (max-width: 699px) {
.as-slider[data-visible-tablet="1"] .as-item { flex-basis: 100%; }
.as-slider[data-visible-tablet="2"] .as-item { flex-basis: calc((100% - 1 * var(--as-gap)) / 2); }
.as-slider[data-visible-tablet="3"] .as-item { flex-basis: calc((100% - 2 * var(--as-gap)) / 3); }
}
@media (max-width: 459px) {
.as-slider[data-visible-mobile="1"] .as-item { flex-basis: 100%; }
.as-slider[data-visible-mobile="2"] .as-item { flex-basis: calc((100% - 1 * var(--as-gap)) / 2); }
}
.as-item > figure,
.as-item > li,
.as-item > .wp-block-image {
width: 100%;
max-width: 100%;
margin: 0;
flex: none;
}
.as-item img {
display: block;
width: 100%;
height: auto;
}
.as-slider[data-cropped="1"] .as-item {
display: flex;
flex-direction: column;
}
.as-slider[data-cropped="1"] .as-item > figure,
.as-slider[data-cropped="1"] .as-item > li,
.as-slider[data-cropped="1"] .as-item > .wp-block-image {
flex: 1 1 auto;
height: 100%;
display: flex;
flex-direction: column;
overflow: hidden;
}
.as-slider[data-cropped="1"] .as-item > figure > a,
.as-slider[data-cropped="1"] .as-item > li > a,
.as-slider[data-cropped="1"] .as-item > .wp-block-image > a {
display: block;
flex: 1 1 auto;
width: 100%;
height: 100%;
}
.as-slider[data-cropped="1"] .as-item img {
flex: 1 0 0%;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.as-prev,
.as-next {
position: absolute;
top: 50%;
width: var(--as-nav-w);
height: var(--as-nav-h);
margin-top: calc(var(--as-nav-h) / -2);
border-radius: var(--as-nav-radius);
border: var(--as-nav-ring-width) solid var(--as-nav-ring);
background: var(--as-nav-bg);
-webkit-backdrop-filter: blur(1px) saturate(140%);
backdrop-filter: blur(1px) saturate(140%);
box-shadow: var(--as-nav-shadow);
color: var(--as-nav-color);
outline: none;
cursor: pointer;
z-index: 2;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
transition: opacity .2s, background-color .2s, transform .1s, box-shadow .2s;
}
.as-prev { left: 2px; }
.as-next { right: 2px; }
.as-prev:hover,
.as-next:hover { background: var(--as-nav-bg-hover); }
.as-prev:active,
.as-next:active { transform: scale(0.95); }
.as-prev:focus-visible,
.as-next:focus-visible {
outline: none;
}
.as-prev:disabled,
.as-next:disabled {
opacity: 0.35;
cursor: default;
}
.as-prev::before,
.as-next::before {
content: "";
width: var(--as-nav-arrow);
height: var(--as-nav-arrow);
background: currentColor;
-webkit-mask: var(--as-arrow) center / contain no-repeat;
mask: var(--as-arrow) center / contain no-repeat;
}
.as-prev {
--as-arrow: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M15 4 7 12l8 8' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
.as-next {
--as-arrow: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='m9 4 8 8-8 8' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
.as-slider[data-navs="out"] {
padding-left: calc(var(--as-nav-w) + var(--as-nav-gap));
padding-right: calc(var(--as-nav-w) + var(--as-nav-gap));
}
.as-slider[data-navs="out"] .as-prev { left: 0; }
.as-slider[data-navs="out"] .as-next { right: 0; }
@media (max-width: 459px) {
.as-slider[data-navs="out"] {
padding-left: 4px;
padding-right: 4px;
}
.as-slider[data-navs="out"] .as-prev { left: 2px; }
.as-slider[data-navs="out"] .as-next { right: 2px; }
}
@media (prefers-reduced-motion: reduce) {
.as-prev, .as-next { transition: none; }
.as-prev:active, .as-next:active { transform: none; }
}
.as-line {
position: absolute;
bottom: 8px;
left: 50%;
transform: translateX(calc(-50% + var(--as-line-offset, 0px)));
width: 140px;
height: 3px;
background: rgba(0, 0, 0, 0.12);
border-radius: 2px;
overflow: hidden;
}
.as-dot {
position: absolute;
top: 0;
left: 0;
height: 100%;
background: #111;
border-radius: 2px;
transition: left .4s ease-in-out, width .2s;
}
.as-dragging { user-select: none; }.as-wpg-modal {
--wpg-z: 1000000;
--wpg-bg: rgba(0, 0, 0, 0.9);
--wpg-blur: 2px;
--wpg-fade: .25s;
--wpg-slide: .3s cubic-bezier(.25, .46, .45, .94);
--wpg-btn-size: 56px;
--wpg-btn-bg: rgba(50, 50, 50, 0.5);
--wpg-btn-bg-hover: rgba(50, 50, 50, 0.9);
--wpg-btn-color: #fff;
--wpg-btn-blur: 10px;
--wpg-btn-ring: rgba(255, 255, 255, 0.61);
--wpg-btn-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
--wpg-img-pad: 20px;
position: fixed;
inset: 0;
z-index: var(--wpg-z);
background: var(--wpg-bg);
-webkit-backdrop-filter: blur(var(--wpg-blur));
backdrop-filter: blur(var(--wpg-blur));
opacity: 0;
visibility: hidden;
transition: opacity var(--wpg-fade) ease, visibility 0s linear var(--wpg-fade);
display: flex;
justify-content: center;
align-items: center;
}
.as-wpg-modal.is-visible {
opacity: 1;
visibility: visible;
transition: opacity var(--wpg-fade) ease;
}
.as-wpg-locked { overflow: hidden !important; }
.as-wpg-track {
position: relative;
width: 100%;
height: 100%;
display: flex;
transform: translateZ(0);
transition: transform var(--wpg-slide);
will-change: transform;
}
.as-wpg-track.no-anim { transition: none; }
.as-wpg-slide {
flex: 0 0 100%;
display: flex;
justify-content: center;
align-items: center;
padding: var(--wpg-img-pad);
box-sizing: border-box;
}
.as-wpg-img {
max-width: calc(100% - var(--wpg-img-pad) * 2);
max-height: calc(100% - var(--wpg-img-pad) * 2);
object-fit: contain;
border-radius: 4px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
opacity: 0;
transition: opacity .25s ease;
}
.as-wpg-img.is-loaded { opacity: 1; }
.as-wpg-close,
.as-wpg-prev,
.as-wpg-next {
position: absolute;
background: var(--wpg-btn-bg);
color: var(--wpg-btn-color);
border: none;
border-radius: 50%;
cursor: pointer;
user-select: none;
-webkit-user-select: none;
-webkit-backdrop-filter: blur(var(--wpg-btn-blur));
backdrop-filter: blur(var(--wpg-btn-blur));
box-shadow: var(--wpg-btn-shadow);
display: flex;
align-items: center;
justify-content: center;
padding: 0;
z-index: 1;
transition: background-color .2s ease, transform .1s ease, opacity .2s ease;
}
.as-wpg-close:hover,
.as-wpg-prev:hover,
.as-wpg-next:hover {
background: var(--wpg-btn-bg-hover);
}
.as-wpg-close:active,
.as-wpg-prev:active,
.as-wpg-next:active {
transform: scale(0.95);
}
.as-wpg-close:focus-visible,
.as-wpg-prev:focus-visible,
.as-wpg-next:focus-visible {
outline: 2px solid #fff;
outline-offset: 2px;
}
.as-wpg-prev:disabled,
.as-wpg-next:disabled {
opacity: 0.3;
pointer-events: none;
}
.as-wpg-close {
top: 20px;
right: 20px;
width: 48px;
height: 48px;
background: rgba(0, 0, 0, 0.8);
border: 3px solid var(--wpg-btn-ring);
font-size: 28px;
line-height: 1;
}
.as-wpg-prev,
.as-wpg-next {
top: 50%;
width: var(--wpg-btn-size);
height: var(--wpg-btn-size);
margin-top: calc(var(--wpg-btn-size) / -2);
}
.as-wpg-prev { left: 20px; }
.as-wpg-next { right: 20px; }
.as-wpg-prev::before,
.as-wpg-next::before {
content: "";
width: 22px;
height: 22px;
background: currentColor;
-webkit-mask: var(--wpg-arrow) center / contain no-repeat;
mask: var(--wpg-arrow) center / contain no-repeat;
}
.as-wpg-prev {
--wpg-arrow: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M15 4 7 12l8 8' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
.as-wpg-next {
--wpg-arrow: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='m9 4 8 8-8 8' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
.as-wpg-spinner {
position: absolute;
width: 40px;
height: 40px;
border: 3px solid rgba(255, 255, 255, 0.2);
border-top-color: #fff;
border-radius: 50%;
animation: wpg-spin .8s linear infinite;
pointer-events: none;
}
.as-wpg-slide.is-loaded .as-wpg-spinner { display: none; }
@keyframes wpg-spin {
to { transform: rotate(360deg); }
}
.as-wpg-host img,
.wp-block-gallery-slider img {
cursor: zoom-in;
transition: opacity .2s ease;
}
.as-wpg-host a:hover img {
opacity: 0.85;
}
@media (max-width: 768px) {
.as-wpg-modal {
--wpg-btn-size: 48px;
--wpg-img-pad: 10px;
}
.as-wpg-close {
width: 40px;
height: 40px;
top: 15px;
right: 15px;
font-size: 24px;
}
.as-wpg-prev { left: 15px; }
.as-wpg-next { right: 15px; }
.as-wpg-prev::before,
.as-wpg-next::before {
width: 18px;
height: 18px;
}
}
@media (max-width: 480px) {
.as-wpg-modal {
--wpg-btn-size: 44px;
}
.as-wpg-close {
width: 36px;
height: 36px;
top: 10px;
right: 10px;
font-size: 22px;
}
.as-wpg-prev { left: 10px; }
.as-wpg-next { right: 10px; }
}
@media (prefers-reduced-motion: reduce) {
.as-wpg-modal,
.as-wpg-track,
.as-wpg-close,
.as-wpg-prev,
.as-wpg-next,
.as-wpg-img {
transition: none;
}
.as-wpg-spinner {
animation: none;
}
}.wp-polls-archive { }
.wp-polls, .wp-polls-form { }
.wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li {
text-align: left;
background-image: none;
display: block;
}
.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul  {
text-align: left;
list-style: none;
float: none;
}
.wp-polls ul li:before, .wp-polls-ans ul li:before, #sidebar ul ul li:before {
content: '';
}
.wp-polls IMG, .wp-polls LABEL , .wp-polls INPUT, .wp-polls-loading IMG, .wp-polls-image IMG {
display: inline;
border: 0px;
padding: 0px;
margin: 0px;
}
.wp-polls-ul {
padding: 0px;
margin: 0px 0px 10px 10px;
}
.wp-polls-ans {
width:100%;
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1; }
.wp-polls-loading {
display: none;
text-align: center;
height: 16px;
line-height: 16px;
}
.wp-polls-image {
border: 0px;
}
.wp-polls .Buttons {
border:1px solid #c8c8c8;
background-color: #f3f6f8;
} .wp-polls-paging a, .wp-polls-paging a:link {
padding: 2px 4px 2px 4px; 
margin: 2px;
text-decoration: none;
border: 1px solid #0066cc;
color: #0066cc;
background-color: #FFFFFF;	
}
.wp-polls-paging a:visited {
padding: 2px 4px 2px 4px; 
margin: 2px;
text-decoration: none;
border: 1px solid #0066cc;
color: #0066cc;
background-color: #FFFFFF;	
}
.wp-polls-paging a:hover {	
border: 1px solid #000000;
color: #000000;
background-color: #FFFFFF;
}
.wp-polls-paging a:active {
padding: 2px 4px 2px 4px; 
margin: 2px;
text-decoration: none;
border: 1px solid #0066cc;
color: #0066cc;
background-color: #FFFFFF;	
}
.wp-polls-paging span.pages {
padding: 2px 4px 2px 4px; 
margin: 2px 2px 2px 2px;
color: #000000;
border: 1px solid #000000;
background-color: #FFFFFF;
}
.wp-polls-paging span.current {
padding: 2px 4px 2px 4px; 
margin: 2px;
font-weight: bold;
border: 1px solid #000000;
color: #000000;
background-color: #FFFFFF;
}
.wp-polls-paging span.extend {
padding: 2px 4px 2px 4px; 
margin: 2px;	
border: 1px solid #000000;
color: #000000;
background-color: #FFFFFF;
}