.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;
}main {
margin-top: 1.3em !important;
}
main .wp-block-group.alignfull.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained:first-child {
padding-top: 0 !important;
}
.single-post code {
font-size: 0.8em;
background: #e9efa0;
padding: 0.2em 0.4em;
border-radius: 0.2em;
text-wrap-mode: nowrap;
}
h1.wp-block-heading, 
h1.wp-block-post-title {
text-align: center; line-height: normal;
background: unset;
-webkit-background-clip: unset;
-webkit-text-fill-color: unset;
}
h1 a:hover {
background: rgb(119,7,51);
background: linear-gradient(90deg, rgba(119,7,51,1) 0%, rgba(52,9,121,1) 42%, rgba(139,48,18,1) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-decoration:none
}
h2.wp-block-heading {
background: rgb(119,7,51);
background: linear-gradient(90deg, rgba(119,7,51,1) 0%, rgba(52,9,121,1) 42%, rgba(139,48,18,1) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-top: 1.4em;
line-height: normal;
}
header h1 {
font-size:39px !important
}
figure.wp-block-post-featured-image {
text-align:center !important;
aspect-ratio: auto !important;
}
.wp-block-post-featured-image :where(img) {
width: 300px !important;
height: auto !important;
border-radius: 4px;
margin: auto;
}
.blogpost-meta {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
max-width:720px;
}
h2.blog-heading-h2 {
border-bottom: 2px solid #072a44;
}
ul.wp-block-latest-posts__list {
}
ul.wp-block-latest-posts__list .wp-block-latest-posts__featured-image {
display: inline-block;
float: right;
margin-left: 1em;
}
ul.wp-block-latest-posts__list .wp-block-latest-posts__featured-image img {
border-radius:4px
}
@media (width < 590px) {
ul.wp-block-latest-posts__list .wp-block-latest-posts__featured-image {
display: block;
float: none;
margin-left: 0;
}
}
.wp-block-navigation-item.menu-emphasise {
background: #000;
opacity: 1;
padding: 0.2em 0.5em;
color: #FFF;
border-radius: 10px;
transition: all .2s;
}
.wp-block-navigation-item.menu-emphasise a.wp-block-navigation-item__content:hover {
text-decoration: none;
}
.wp-block-navigation-item.menu-emphasise:hover {
background:#042d59;
}
.wp-block-navigation-item.menu-emphasise2 {
opacity: 1;
padding: 0.2em 0.5em;
color: #FFF;
border-radius: 10px;
transition: all .2s;
background: #ffc253;
color: #000 !important;
}
.wp-block-navigation-item.menu-emphasise2 a.wp-block-navigation-item__content:hover {
text-decoration: none;
}
.wp-block-navigation-item.menu-emphasise2:hover {
background:#f5b034;
}
h3#share-header {
margin-bottom: 0.5em;
text-align: center;
}
.wp-block-group.is-style-section-1 {
padding: 1em;
}
h3 {
background: rgb(119, 7, 51);
background: linear-gradient(90deg, rgba(119, 7, 51, 1) 0%, rgba(52, 9, 121, 1) 42%, rgba(139, 48, 18, 1) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-top: 1.7em !important;
line-height: normal;
font-size: 1.1em;
}
h4 { 
padding: 0.5em;
font-size: 1em;
background: orange;
border-radius: 4px;
padding-top: 5em;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
margin-top: 3em !important;
margin-bottom: 2em !important;
box-shadow: rgb(96 70 51 / 25%) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset, rgb(240 151 46 / 40%) -5px 5px, rgb(240 136 46 / 30%) -10px 10px, rgb(240 165 46 / 20%) -15px 15px, rgb(240 177 46 / 10%) -20px 20px, rgb(240 158 46 / 5%) -25px 25px;
}
h5 {
padding: 0.5em;
font-size: 1em;
background: #12053a;
color: #FFF;
border-radius: 4px;
padding-top: 2em;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
margin-top: 3em !important;
box-shadow: rgb(96 70 51 / 25%) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset, rgb(240 151 46 / 40%) -5px 5px, rgb(240 136 46 / 30%) -10px 10px, rgb(240 165 46 / 20%) -15px 15px, rgb(240 177 46 / 10%) -20px 20px, rgb(240 158 46 / 5%) -25px 25px;
margin-bottom: 2em !important;
}
.twitter-tweet.twitter-tweet-rendered {
margin-left: auto;
margin-right: auto;
}
.home h3 { -webkit-text-fill-color: unset;
}
body.page-id-201 h1.wp-block-post-title, 
body.page-id-201 figure.wp-block-post-featured-image {
display:none;
}
.small-table {
font-size:0.6em;
}
.wp-block-table.aligncenter th {
word-break:auto-phrase;
}
#not_new_here:hover {
cursor: pointer;
}
.share-button-wrap.not-new-here-share {
display:none;
}
.share-button-wrap .share-buttons {
display: flex;
gap: 20px;
align-items: center;
justify-content: center;
}
.share-button-wrap .share-button {
width: 40px;
height: 40px;
border: 2px solid #000;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
transition: background-color 0.3s ease;
}
.share-button-wrap .share-button:hover {
background-color: #000;
}
.share-button-wrap .share-button:hover svg {
fill: #fff;
}
.share-button-wrap .share-button svg {
width: 20px;
height: 20px;
fill: #000;
transition: fill 0.3s ease;
}
mark {
padding-left: 0.3em;
padding-right: 0.3em;
padding-top: 0.2em;
padding-bottom: 0.2em;
border-radius: 4px;
}
@media screen and (max-width: 600px) {
header h1 {
font-size: 1.4em !important;
}
p.wp-block-site-tagline.has-small-font-size {
display:none;
}
.seva-fields .formkit-field {
padding: 0;
margin-left: 0;
min-width: 150px;
}
}
.wp-block-code code {
max-height: 150px;
overflow: hidden;
text-overflow: ellipsis;
transition: max-height 0.3s ease-in-out;
position: relative;
padding-bottom: 20px;
display: block;
}
.wp-block-code code:hover {
cursor: pointer;
}
.wp-block-code code.expanded {
max-height: none;
}
.wp-block-code code::after {
content: "Show more";
display: block;
position: absolute;
bottom: 0;
right: 0;
background: #e9efa0;
padding: 2px 5px;
font-size: 0.8em;
border-radius: 3px;
}
.wp-block-code code.expanded::after {
content: "Show less";
}
.wp-block-code.code-no-show-more {
padding-bottom: 0;
max-height: auto;
overflow: auto;
text-overflow: unset;
}
.wp-block-code.code-no-show-more code::after {
display: none;
}
.wp-block-code.code-no-show-more code.expanded::after {
display: none;
} #about {
margin-bottom: 3em;
}
.social-proof {
padding: 1em 1em;
overflow: hidden;
position: relative;
background: linear-gradient(to bottom, #ffffff, #F6F6F7);
border-bottom-right-radius: 0.3em;
border-bottom-left-radius: 0.3em;
}
.social-proof-header {
text-align: center;
margin-bottom: 64px;
animation: slide-up 0.8s ease-out;
}
.badge {
display: inline-block;
padding: 4px 12px;
border-radius: 9999px;
font-size: 14px;
font-weight: 500;
background-color: #E5DEFF;
color: #333;
margin-bottom: 16px;
}
.social-proof-title {
font-size: 36px;
font-weight: 300;
margin-bottom: 16px;
letter-spacing: -0.5px;
color: #1a1a1a;
}
.social-proof-subtitle {
max-width: 600px;
margin: 0 auto;
font-size: 18px;
color: #666;
}
.testimonials-grid {
display: grid;
grid-template-columns: 1fr;
gap: 32px;
position: relative;
}
@media (min-width: 768px) {
.testimonials-grid {
grid-template-columns: repeat(3, 1fr);
}
.social-proof-title {
font-size: 48px;
}
}
.testimonial-card {
position: relative;
background-color: white;
border-radius: 16px;
padding: 32px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
transition: all 0.3s ease-in-out;
backdrop-filter: blur(4px);
border: 1px solid transparent;
animation: fade-in 0.6s ease-out forwards;
border-color: #f0f0f0;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.quote-icon {
position: absolute;
top: -16px;
left: -16px;
color: #000000;
}
.testimonial-text {
font-weight: 300;
letter-spacing: 0.3px;
line-height: 1.7;
color: #333;
margin-bottom: 24px;
font-size: 0.8em;
}
.testimonial-author {
font-weight: 500;
color: #1a1a1a;
font-size: 0.8em;
}
.testimonial-title {
color: #777;
font-size: 14px;
font-size: 0.8em;
} .wh-grid .wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
border: 1px solid #CCC;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
border-radius: 4px;
padding: 0.4em;
}
.ps-homegrown-ck-form-thanks, 
.ps-homegrown-ck-form-error {
--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
border-width: 1px;
border-radius: .75rem;
border: 1px solid rgba(219, 234, 254, 1);
background-color: rgba(255, 255, 255, 1);
padding: 2rem;
color: #000;
margin-bottom: 2em;
}
.woody-ul-checks {
margin-left: 2em;
margin-top: 0.8em;
}
.woody-ul-checks li {
list-style-image: url(//profitswarm.ai/wp-content/plugins/wh-multitool/i/check-list-file.svg);
list-style-position: outside;
padding-left: 0.4em;
line-height: 1.8em;
}
.woody-ul-checks.file li {
list-style-image: url(//profitswarm.ai/wp-content/plugins/wh-multitool/i/check-file.svg);
}
.woody-ul-checks.circle li {
list-style-image: url(//profitswarm.ai/wp-content/plugins/wh-multitool/i/check-circle.svg);
}
.woody-ul-checks.clipboard li {
list-style-image: url(//profitswarm.ai/wp-content/plugins/wh-multitool/i/check-clipboard.svg);
}
.line-through {
text-decoration: line-through;
} footer h3 {
color: #998666 !important;
-webkit-background-clip: unset;
-webkit-text-fill-color: unset;
background: none;
line-height: 0.8em;
}
@media screen and (max-width: 600px) {
.mob-hide {
display: none;
}
footer .wp-block-group {
text-align: center;
width: auto;
margin: auto;
justify-content: center;
}
footer p,
footer ul, 
footer li, 
footer h2 {
text-align: center !important;
}
} .formkit-form[data-uid="934e1c8f5a"]  .formkit-background {
opacity:1 !important;
}
.formkit-form[data-uid="934e1c8f5a"] .formkit-content {
background-color: #fff !important;
}
.ck-form-bg-fix-form,
.formkit-form[data-uid="80426b82d1"] {
box-shadow: 0px 0px 8px rgba(105, 113, 119, 0.2) !important;
background-color: #cb750524 !important;
border: 1px solid #e9e4e4;
}
.formkit-form[data-uid="80426b82d1"] {
margin-top: 2em;
}
.ck-form-bg-fix-form-wrap {
}
.ck-form-bg-fix {
align-items: center !important;
display: flex !important;
justify-content: center !important;
flex-direction: column !important;
}
.ck-form-bg-fix .ck-form-bg-fix-img {
max-width: 270px;
--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
border-radius: .5rem;
display: flex;
}
@media screen and (max-width: 900px) {
.ck-form-bg-fix .ck-form-bg-fix-img {
max-width: 200px;
}
.ck-form-bg-fix-form h2 {
font-size: 1em;
}
}
@media screen and (max-width: 690px) {
.ck-form-bg-fix-form-wrap,
.formkit-form[data-uid="80426b82d1"] div[data-style="full"] {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.ck-form-bg-fix-form-wrap h2,
.ck-form-bg-fix-form-wrap .formkit-header h2,
.formkit-form[data-uid="ae093d7de1"] h2 {
font-size: 0.8em !important;
text-align: center !important;
}
.ck-form-bg-fix-form-wrap .formkit-column,
.formkit-form[data-uid="80426b82d1"] .formkit-column {
width: auto;
}
.ck-form-bg-fix-form-wrap .formkit-column p, 
.ck-form-bg-fix-form-wrap .formkit-disclaimer,
.formkit-form[data-uid="80426b82d1"] .formkit-column p,
.formkit-form[data-uid="80426b82d1"] .formkit-disclaimer {
text-align: center;
}
.ck-form-bg-fix,
.formkit-form[data-uid="80426b82d1"] .formkit-background {
display:block; 
text-align: center;
height:auto;
padding-top: 0.5em;
width: auto;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.ck-form-bg-fix .ck-form-bg-fix-img {
max-width: 150px;
--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
display: inline-block;
}
.ck-form-bg-fix-form-wrap,
.formkit-form[data-uid="ae093d7de1"] div[data-style="full"] {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.ck-form-bg-fix-form-wrap h2,
.ck-form-bg-fix-form-wrap .formkit-header h2,
.formkit-form[data-uid="ae093d7de1"] h2 {
font-size: 0.8em !important;
text-align: center !important;
}
.ck-form-bg-fix-form-wrap .formkit-column,
.formkit-form[data-uid="ae093d7de1"] .formkit-column {
width: auto;
}
.ck-form-bg-fix-form-wrap .formkit-column p, 
.ck-form-bg-fix-form-wrap .formkit-disclaimer,
.formkit-form[data-uid="ae093d7de1"] .formkit-column p,
.formkit-form[data-uid="ae093d7de1"] .formkit-disclaimer {
text-align: center;
}
.ck-form-bg-fix,
.formkit-form[data-uid="ae093d7de1"] .formkit-background {
display:block !important; 
text-align: center !important;
height:auto !important;
padding-top: 0.5em !important;
width: auto !important;
-webkit-order: 1 !important;
-ms-flex-order: 1 !important;
order: 1 !important;
}
.ck-form-bg-fix .ck-form-bg-fix-img {
max-width: 150px !important;
--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
display: inline-block !important;
}
.formkit-form[data-uid="ae093d7de1"] img {
max-width:180px !important;
} .formkit-form[data-uid="934e1c8f5a"] .formkit-background {
max-width: 180px !important;
height: 254px !important;
min-height: 100px !important;
margin-left: auto !important;
margin-right: auto !important;
width: 180px !important;
}
}
@media screen and (max-width: 900px) {
.formkit-form[data-uid="80426b82d1"] div[data-style="full"] {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.formkit-form[data-uid="80426b82d1"] h2 {
font-size: 0.8em !important;
text-align: center !important;
}
.formkit-form[data-uid="80426b82d1"] .formkit-column {
width: auto !important;
}
.formkit-form[data-uid="80426b82d1"] .formkit-column p,
.formkit-form[data-uid="80426b82d1"] .formkit-disclaimer {
text-align: center;
}
.formkit-form[data-uid="80426b82d1"] .formkit-background {
display:none !important; 
}
}
@media (max-width: 600px) {
header .wp-block-group.alignfull {
padding-bottom: 0 !important;
}
.hero-wrapper {
gap: 0.2em !important;
}
.hero-blurb {
margin-bottom: 0.5em !important;
text-align: center !important;
}
.hero-sales-img img {
max-width: 200px;
}
} table.wh  {width:100%; border-collapse:collapse; box-shadow:0 2px 8px rgba(0,0,0,.05);}
table.wh thead  {background:var(--header-bg); text-align:left;}
table.wh th, table.wh td{padding:.75rem 1rem; border:var(--border); color:var(--text); font-size:.95rem;}
table.wh tbody tr:nth-child(even){background:var(--row-alt);}
table.wh th   {font-weight:600;}
table.wh td.category {
font-weight: 600;
border-right: 3px solid #7ae65c !important;
}
table.wh tr:nth-of-type(1) td.category { border-right: 3px solid #e65c94 !important; }
table.wh tr:nth-of-type(3) td.category { border-right: 3px solid #e6ad5c !important; }
table.wh tr:nth-of-type(8) td.category { border-right: 3px solid #38a5d0 !important; }
table.wh td.group1 {
background-color: #7ae65c12 !important;
}
table.wh td.group2 {
background-color: #e65ce312 !important;
}
table.wh td.group3 {
background-color: #e6ad5c12 !important;
}
table.wh td.group3 {
background-color: #38a5d012 !important;
}
table.wh td.group4 {
background-color: #e65c9412 !important;
}
@media(max-width:640px){
table.wh, table.wh thead, table.wh tbody, table.wh th, table.wh td, table.wh tr{display:block;}
table.wh thead{display:none;}
table.wh tr   {margin-bottom:1rem; border:var(--border); border-radius:.5rem; overflow:hidden;}
table.wh td   {border:none; border-bottom:var(--border); position:relative; padding-left:45%;}
table.wh td::before{
content:attr(data-label);
position:absolute; left:1rem; top:0; bottom:0;
font-weight:600; color:#475569;
}
table.wh td:last-child{border-bottom:none;}
}a {
text-decoration-thickness: 1px !important;
text-underline-offset: .1em;
} :where(.wp-site-blocks *:focus) {
outline-width: 2px;
outline-style: solid;
} .wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
margin-bottom: 3px;
} .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
outline-offset: 4px;
} .wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
outline-offset: 0;
} h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
text-wrap: pretty;
} .more-link {
display: block;
}