.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;
}:root {
--wqp-primary:      #7f7f7f;
--wqp-primary-dark: #323232;
--wqp-success:      #22c55e;
--wqp-error:        #ef4444;
--wqp-border:       #e2e8f0;
--wqp-bg:           #f8fafc;
} .wqp-quiz-wrapper {
font-family: inherit;
max-width: 100%;
margin: 0;
padding: 0;
background: transparent;
border: none;
box-shadow: none;
} .wqp-poll-wrapper {
font-family: inherit;
max-width: 100%;
margin: 1.5rem 0;
background: transparent;
border: none;
box-shadow: none;
}
.wqp-poll-wrapper .wqp-title {
font-size: 1.2rem;
font-weight: 700;
margin: 0 0 .75rem;
padding: 0;
} .wqp-question {
padding: 1rem 0;
border-bottom: 1px solid var(--wqp-border);
}
.wqp-question:last-of-type {
border-bottom: none;
}
.wqp-question-text {
font-size: 1rem;
font-weight: 600;
margin: 0 0 .75rem;
line-height: 1.5;
}
.wqp-q-num {
color: var(--wqp-primary);
margin-right: .25rem;
}
.wqp-question-image {
margin-bottom: .875rem;
}
.wqp-question-image img {
width: 100%;
max-width: 560px;
height: auto;
border-radius: 8px;
display: block;
border: 1px solid var(--wqp-border);
} .wqp-answers {
display: flex;
flex-direction: column;
gap: .5rem;
}
.wqp-answer-label {
display: flex;
align-items: center;
gap: .65rem;
padding: .65rem .875rem;
background: transparent;
border: 1px solid rgba(121, 121, 121, 0.3);
border-radius: 8px;
cursor: pointer;
transition: border-color .15s, background .15s;
user-select: none;
}
.wqp-answer-label:hover {
border-color: var(--wqp-primary);
background: rgba(239, 246, 255, 0.1);
}
.wqp-answer-label input[type="radio"],
.wqp-answer-label input[type="checkbox"] {
width: 18px;
height: 18px;
accent-color: var(--wqp-primary);
flex-shrink: 0;
cursor: pointer;
}
.wqp-answer-label.wqp-correct {
border-color: var(--wqp-success);
background: #f0fdf4;
color: #2a2a2a;
}
.wqp-answer-label.wqp-wrong {
border-color: var(--wqp-error);
background: #fef2f2;
color: #2a2a2a;
}
.wqp-answer-label.wqp-missed {
border-color: var(--wqp-success);
background: #f0fdf4;
opacity: .65;
color: #2a2a2a;
}
.wqp-feedback {
margin-top: .45rem;
font-size: .875rem;
font-weight: 600;
min-height: 1.2em;
}
.wqp-feedback.correct { color: #16a34a; }
.wqp-feedback.wrong   { color: var(--wqp-error); } .wqp-quiz-footer {
padding: 1.25rem 0 .5rem;
}
.wqp-btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: .85rem;
border: none;
width: 100%;
border-radius: 6px;
font-size: 1rem;
font-weight: 600;
cursor: pointer;
transition: background .15s, transform .1s;
line-height: 1;
}
.wqp-btn:active { transform: scale(.97); }
.wqp-btn-primary {
background: var(--wqp-primary);
color: #fff;
}
.wqp-btn-primary:hover    { background: var(--wqp-primary-dark); color: #fff; }
.wqp-btn-primary:disabled { background: #94a3b8; cursor: not-allowed; } .wqp-result-box {
margin: 1rem 0;
padding: 1.25rem 1.5rem;
border-radius: 10px;
border: 1px solid;
text-align: center;
}
.wqp-result-box.pass {
border-color: var(--wqp-success);
background: #f0fdf4;
color: #166534;
}
.wqp-result-box.fail {
border-color: var(--wqp-error);
background: #fef2f2;
color: #991b1b;
}
.wqp-result-score {
font-size: 2.5rem;
font-weight: 800;
line-height: 1;
display: block;
margin-bottom: .4rem;
}
.wqp-result-message {
font-size: 1rem;
font-weight: 500;
display: block;
}  .wqp-poll-options {
display: flex;
flex-direction: column;
gap: .5rem;
margin-bottom: .75rem;
}
.wqp-poll-option-label {
display: flex;
align-items: center;
gap: .65rem;
padding: .65rem .875rem;
background: transparent;
border: 1px solid rgba(121, 121, 121, 0.3);
border-radius: 8px;
cursor: pointer;
transition: border-color .15s, background .15s;
user-select: none;
}
.wqp-poll-option-label:hover {
border-color: var(--wqp-primary);
background: rgba(239, 246, 255, 0.1);
}
.wqp-poll-option-label input[type="radio"] {
width: 18px;
height: 18px;
accent-color: var(--wqp-primary);
flex-shrink: 0;
cursor: pointer;
} .wqp-poll-wrapper form {
padding: 0;
}
.wqp-poll-footer {
padding: .25rem 0 .5rem;
} .wqp-poll-results,
.wqp-poll-result-container {
padding: .5rem 0 0;
}
.wqp-poll-result-row {
margin-bottom: .875rem;
}
.wqp-poll-result-label {
font-size: .9rem;
font-weight: 600;
margin-bottom: .3rem;
}
.wqp-poll-bar-track {
background: transparent;
border: 1px solid rgba(121, 121, 121, 0.3);
border-radius: 999px;
height: 14px;
overflow: hidden;
}
.wqp-poll-bar-fill {
height: 100%;
background: var(--wqp-primary);
border-radius: 999px;
transition: width .8s ease;
min-width: 0;
}
.wqp-poll-meta {
font-size: .8rem;
color: #64748b;
margin-top: .25rem;
text-align: right;
}
.wqp-total-votes {
font-size: .85rem;
color: #64748b;
text-align: right;
margin: .5rem 0 0;
} .wqp-notice,
.wqp-already-done { font-size: .95rem; color: #475569; padding: .5rem 0; }
.wqp-already-done { color: #166534; }
.wqp-error        { color: var(--wqp-error); } @media (max-width: 600px) {
.wqp-question           { padding: .75rem 0; }
.wqp-quiz-footer        { padding: 1rem 0 .25rem; }
.wqp-result-box         { margin: .75rem 0; padding: 1rem; }
.wqp-result-score       { font-size: 2rem; }
.wqp-btn                { width: 100%; }
.wqp-question-image img { max-width: 100%; }
}.content_planner_yt {
width: 100%;
box-sizing: border-box;
}
.content_planner_yt-content { width: 100%; } .content_planner_yt-columns {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
} .rscp-ratio-16-9 .content_planner_yt-video {
flex: 1 1 calc(50% - 10px);
max-width: calc(50% - 10px);
min-width: 0;
}
.rscp-ratio-16-9 .content_planner_yt-description {
flex: 1 1 calc(50% - 10px);
min-width: 0;
} .rscp-ratio-1-1 .content_planner_yt-video {
flex: 0 0 auto;
min-width: 0;
}
.rscp-ratio-1-1 .content_planner_yt-description {
flex: 1 1 0;
min-width: 0;
} .rscp-equal-height {
align-items: stretch;
}
.rscp-equal-height .content_planner_yt-description {
display: flex;
flex-direction: column;
justify-content: flex-start;
} .rscp-embed-wrapper {
position: relative;
width: 100%;
overflow: hidden;
background: #000;
height: 0;
}
.rscp-embed-wrapper iframe {
position: absolute;
top: 0; left: 0;
width: 100%; height: 100%;
border: 0;
} .content_planner_yt-video {
overflow: hidden;
} .content_planner_yt-description {
box-sizing: border-box;
line-height: 1.6;
}
.content_planner_yt-description .rscp-desc-logo {
height: 90px;
width: auto;
max-width: 100%;
margin-bottom: 15px;
margin-left: 0;
margin-right: auto;
display: block;
object-fit: contain;
} @media (max-width: 640px) {
.content_planner_yt-columns {
flex-direction: column !important;
}
.rscp-ratio-16-9 .content_planner_yt-video,
.rscp-ratio-16-9 .content_planner_yt-description,
.rscp-ratio-1-1  .content_planner_yt-video,
.rscp-ratio-1-1  .content_planner_yt-description {
flex: 0 0 100% !important;
max-width: 100% !important;
width: 100% !important;
}
.content_planner_yt-video {
width: 100% !important;
max-width: 100% !important;
display: block;
}
.content_planner_yt-description .rscp-desc-logo {
height: auto !important;
width: 100% !important;
}
} .rscp-banner { display: block; line-height: 0; }
.rscp-banner img { max-width: 100%; height: auto; display: block; }
.rscp-banner a { display: block; line-height: 0; } .rscp-embed-wrapper { position: relative; }
.rscp-nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 10;
background: rgba(0,0,0,0.55);
color: #fff;
border: none;
border-radius: 50%;
width: 44px;
height: 44px;
cursor: pointer;
opacity: 0;
transition: opacity .2s, background .2s;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
line-height: 1;
user-select: none;
}
.rscp-nav-prev { left: 10px; }
.rscp-nav-next { right: 10px; }
.rscp-nav-prev::before {
content: '';
display: block;
width: 0;
height: 0;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-right: 12px solid #fff;
margin-right: 2px;
}
.rscp-nav-next::before {
content: '';
display: block;
width: 0;
height: 0;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-left: 12px solid #fff;
margin-left: 2px;
}
.rscp-embed-wrapper:hover .rscp-nav { opacity: 1; }
.rscp-nav:hover { background: rgba(0,0,0,0.85); }
@media (max-width: 768px) {
.rscp-nav {
opacity: 0.8;
width: 36px;
height: 36px;
}
.rscp-nav-prev::before {
border-right-width: 10px;
border-top-width: 6px;
border-bottom-width: 6px;
}
.rscp-nav-next::before {
border-left-width: 10px;
border-top-width: 6px;
border-bottom-width: 6px;
}
.rscp-desc-logo {
width: 100% !important;
height: auto !important;
}
} .rscp-mixcloud {
width: 100%;
box-sizing: border-box;
} .rscp-mc-item {
overflow: hidden;
line-height: 0;
font-size: 0; max-height: 120px;
}
.rscp-mc-item--mini {
max-height: 60px;
}
.rscp-mc-item:last-child {
margin-bottom: 0;
}
.rscp-mc-item iframe {
display: block;
overflow: hidden; max-height: 120px;
}
.rscp-mc-item--mini iframe {
max-height: 60px;
} .rscp-mc-iframe {
display: block;
border: 0;
overflow: hidden;
} .rscp-mc-iframe[data-src] {
background: #1a1a1a;
} .rscp-mc-iframe[data-src][height="120"] { min-height: 120px; }
.rscp-mc-iframe[data-src][height="60"]  { min-height: 60px;  } .rscp-mc-logo {
display: block;
max-width: 100%;
height: auto;
} .rscp-mc-logo--light { display: block; }
.rscp-mc-logo--dark  { display: none;  } .rscp-banner-wrap {
width: 100%;
box-sizing: border-box;
line-height: 0;
}
.rscp-banner-img {
display: block;
width: 100%;
height: auto;
}
.rscp-banner-wrap a {
display: block;
line-height: 0;
}
.rscp-splide .splide__slide {
line-height: 0;
}
.rscp-splide .splide__slide img {
display: block;
width: 100%;
height: auto;
}
.rscp-splide .splide__slide a {
display: block;
line-height: 0;
} .rscp-banner-wrap--slider .splide__arrow {
background: rgba(0, 0, 0, 0.25);
border-radius: 50%;
width: 36px;
height: 36px;
opacity: 0;
transition: opacity .25s, background .2s;
}
.rscp-banner-wrap--slider:hover .splide__arrow {
opacity: 1;
}
.rscp-banner-wrap--slider .splide__arrow:hover {
background: rgba(0, 0, 0, 0.55);
}
.rscp-banner-wrap--slider .splide__arrow svg {
fill: #fff;
width: 13px;
height: 13px;
} .rscp-splide .splide__pagination {
bottom: 8px;
}
.rscp-splide .splide__pagination__page {
background: rgba(255, 255, 255, 0.5);
border: none;
width: 7px;
height: 7px;
border-radius: 50%;
margin: 0 3px;
opacity: 1;
transition: background .2s, transform .2s;
}
.rscp-splide .splide__pagination__page.is-active {
background: #fff;
transform: scale(1.35);
} .rscp-banner-wrap--html {
line-height: normal;
}