.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 .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;
}.pkg-card{--pkg-border:rgba(15,23,42,.08);--pkg-muted:#64748b;max-width:920px;margin:32px auto;padding:32px;border:1px solid var(--pkg-border);border-radius:24px;background:linear-gradient(145deg,#fff,#f8fafc);box-shadow:0 18px 55px rgba(15,23,42,.08);font-family:inherit}.pkg-brand-row{display:flex;align-items:center;gap:24px}.pkg-brand-logo{flex:0 0 110px;width:110px;height:110px;border-radius:22px;background:#fff;border:1px solid var(--pkg-border);display:flex;align-items:center;justify-content:center;padding:14px;box-shadow:0 8px 24px rgba(15,23,42,.05)}.pkg-brand-logo img{max-width:100%;max-height:100%;object-fit:contain}.pkg-brand-copy h2{margin:0 0 8px;font-size:clamp(1.7rem,3vw,2.25rem);line-height:1.15}.pkg-brand-copy p{margin:0;color:var(--pkg-muted);font-size:1.02rem;line-height:1.7}.pkg-divider{height:1px;background:var(--pkg-border);margin:28px 0}.pkg-social-head h3{margin:0 0 8px;font-size:1.25rem}.pkg-social-head p{margin:0 0 18px;color:var(--pkg-muted)}.pkg-social-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.pkg-social{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid var(--pkg-border);border-radius:14px;background:#fff;color:#0f172a!important;text-decoration:none!important;font-weight:650;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.pkg-social:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(15,23,42,.08);border-color:rgba(15,23,42,.16)}.pkg-social-icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center}.pkg-social-icon svg{width:24px;height:24px;fill:currentColor}.pkg-arrow{margin-left:auto;color:#94a3b8}.pkg-contact{margin-top:22px;padding-top:18px;border-top:1px solid var(--pkg-border);color:var(--pkg-muted)}.pkg-contact a{font-weight:650}@media(max-width:700px){.pkg-card{padding:22px;border-radius:18px}.pkg-brand-row{align-items:flex-start;gap:16px}.pkg-brand-logo{flex-basis:82px;width:82px;height:82px;border-radius:16px}.pkg-social-grid{grid-template-columns:1fr}}@media(max-width:480px){.pkg-brand-row{display:block}.pkg-brand-logo{margin-bottom:16px}}.wpp-no-data {
} .wpp-list {
} .wpp-list li {
overflow: hidden;
float: none;
clear: both;
margin-bottom: 1rem;
}
.wpp-list li:last-of-type {
margin-bottom: 0;
} .wpp-list li.current {
} .wpp-thumbnail {
display: inline;
float: left;
margin: 0 1rem 0 0;
border: none;
}
.wpp_def_no_src {
object-fit: contain;
} .wpp-post-title {
} .wpp-excerpt {
} .wpp-meta, .post-stats {
display: block;
font-size: 0.8em;
} .wpp-comments {
} .wpp-views {
} .wpp-author {
} .wpp-date {
} .wpp-category {
} .wpp-rating {
}html {
scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
}
body {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}.is-style-expose-travel-flat-button .wp-block-button__link,
.is-style-expose-travel-flat-button .wp-block-button__link:active,
.is-style-expose-travel-flat-button .wp-block-button__link:focus,
.is-style-expose-travel-flat-button .wp-block-button__link:hover,
.is-style-expose-travel-flat-button .wp-block-button__link:visited {
border-radius: 0;
box-shadow: none;
margin-bottom: 0;
margin-top: 0
} .is-style-expose-travel-box-shadow {
box-shadow: var(--wp--preset--shadow--natural)
} .is-style-expose-travel-list-underline li {
border-bottom: 1px solid
}
.is-style-expose-travel-list-underline ul {
border-top: 1px solid
}
.is-style-expose-travel-list-underline ul li {
border: none
}
details.is-style-expose-travel-plus>summary {
list-style-type: "+ "
}
details[open].is-style-expose-travel-plus>summary {
list-style-type: "- "
}
details.is-style-expose-travel-plus>summary::marker {
font-family: var(--wp--preset--font-family--monospace);
font-size: 1em;
font-weight: 700
} .wc-block-grid .wc-block-grid__product-onsale,
.wc-block-grid__product-image .wc-block-grid__product-onsale,
.woocommerce span.onsale {
background-color: var(--wp--preset--color--primary);
border: none;
border-radius: 100%;
color: var(--wp--preset--color--contrast);
font-size: 1rem;
height: 3.7rem;
line-height: 3.236;
text-align: center;
text-transform: capitalize;
width: 3.7rem
}
.woocommerce div.product .stock {
color: var(--wp--preset--color--primary)
} .wp-block-latest-posts li {
margin-bottom: 40px;
}
a {
text-decoration: none;
}
.entry-content a {
text-decoration: underline;
}
a:where(:not(.wp-element-button)):hover {
text-decoration: underline;
}