.wpcf7 .wpcf7-stripe .wpcf7-form-control-wrap {
margin: .6em 0;
}
.wpcf7 .wpcf7-stripe .wpcf7-form-control {
display: block;
background: #f6f7f7;
padding: 12px 12px;
border: 1px solid #787c82;
}
.wpcf7 .wpcf7-stripe button:disabled {
cursor: not-allowed;
}
.wpcf7 .wpcf7-stripe .hidden {
display: none;
}.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{
}
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .block-library-block__reusable-block-container {
max-width: 100%;
}.guten-button {
border-radius: 80px!important;
}
.feature-list-wrapper .feature-list-item .icon i,
.icon-box.icon-box-header .icon i {
color:  #4b416d!important;
}
.guten-form-input-checkbox .label-wrapper {
display: none;
}
.wp-block-list {
margin-top: 5px;
}
.wp-block-list li {
color: var(--wp--preset--color--theme-3);
font-family: "Red Hat Display";
font-weight: normal;
}
.wp-block-list li::marker {
color: rgba(75, 65, 109, 1);
}
.gutenverse-text-editor a,
.wp-block-list li a {
color: rgba(75, 65, 109, 1);
text-decoration: underline!important;
}
.wp-block-spacer {
display: block;
width: 100%;
}
.wpcf7 input:not(.wpcf7-submit),
.wpcf7 textarea {
font-family: var(--gutenverse-font-family-vphEuy);
font-size: var(--gutenverse-font-size-vphEuy);
font-weight: var(--gutenverse-font-weight-vphEuy);
text-transform: var(--gutenverse-font-transform-vphEuy);
font-style: var(--gutenverse-font-style-vphEuy);
text-decoration: var(--gutenverse-font-decoration-vphEuy);
line-height: var(--gutenverse-font-lineHeight-vphEuy);
letter-spacing: var(--gutenverse-font-spacing-vphEuy);
padding-top: 15px;
padding-right: 15px;
padding-bottom: 15px;
padding-left: 15px;
border-style: solid;
border-width: 1px;
border-color: var(--wp--preset--color--theme-7);
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
transition: all .25s ease;
width: 100%;
background-color: var(--guten-form-bg-color);
outline: 0;
}
label {
font-weight: bold;
color: var(--wp--preset--color--theme-3);
margin-bottom: 5px;
line-height: 32px;
}
.wpcf7 .wrapper-item-form {
margin-bottom: 20px;
}
.wpcf7 select {
font-family: var(--gutenverse-font-family-vphEuy);
font-size: var(--gutenverse-font-size-vphEuy);
font-weight: var(--gutenverse-font-weight-vphEuy);
text-transform: var(--gutenverse-font-transform-vphEuy);
font-style: var(--gutenverse-font-style-vphEuy);
text-decoration: var(--gutenverse-font-decoration-vphEuy);
line-height: var(--gutenverse-font-lineHeight-vphEuy);
letter-spacing: var(--gutenverse-font-spacing-vphEuy);
padding: 15px;
border-color: var(--wp--preset--color--theme-7);
width: 100%;
background: none;
}
.wpcf7 label,
.wpcf7 p {
color: var(--wp--preset--color--theme-3);
font-family: "Red Hat Display";
}
.wpcf7-submit,
.wpcf7-stripe button[type="submit"],
.wpcf7-stripe button[type="button"]
{
border: 0;
outline: none;
padding-top: 16px;
padding-right: 32px;
padding-bottom: 16px;
padding-left: 32px;
background: rgba(75, 65, 109, 1);
font-size: 15px;
border-radius: 80px;
color: var(--wp--preset--color--theme-2);
font-family: var(--gutenverse-font-family-GvIHHe);
font-size: var(--gutenverse-font-size-GvIHHe);
font-weight: var(--gutenverse-font-weight-GvIHHe);
text-transform: var(--gutenverse-font-transform-GvIHHe);
font-style: var(--gutenverse-font-style-GvIHHe);
text-decoration: var(--gutenverse-font-decoration-GvIHHe);
line-height: var(--gutenverse-font-lineHeight-GvIHHe);
letter-spacing: var(--gutenverse-font-spacing-GvIHHe);
cursor: pointer;
}
.wpcf7-submit:hover,
.wpcf7-stripe button[type="submit"]:hover,
.wpcf7-stripe button[type="button"]:hover  {
background: rgba(255, 102, 196, 1);
}
body .accordion-item.active .accordion-icon i {
color: #4b416d!important;
}
.categories-faq .guten-button {
text-align: left;
}
.wpcf7-checkbox .wpcf7-list-item {
display: flex;
align-items: center;
gap: 12px;
margin: 20px 0 0 0;
}
.wpcf7-checkbox .wpcf7-list-item input {
width: auto;
transform: scale(1.25);
}
@media screen and (max-width: 540px) {
body .guten-feature-list .feature-list-wrapper .feature-list-item,
body .guten-feature-list .feature-list-wrapper .feature-list-item.icon-position-left  {
flex-direction: column;
flex-flow: column;
align-items: flex-start;
margin-bottom: 40px;
}
}
.image-box-body .body-description a {
text-decoration: underline;
font-weight: 400;
color: #4b416d;
}
.wp-block-list li {
font-size: 16px;
}
.grecaptcha-badge {
visibility: hidden !important;
opacity: 0!important;
}
@media screen and (max-width: 1024px) {
.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu, 
.guten-nav-menu.break-point-tablet .gutenverse-menu-wrapper .gutenverse-menu > ul {
overflow: hidden;
}
.gutenverse-menu-wrapper.active {
box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}
.gutenverse-menu-wrapper .gutenverse-menu > li > a, 
.gutenverse-menu-wrapper .gutenverse-menu > ul > li > a {
height: auto!important;
margin-bottom: 20px!important;
font-size: 18px!important;
}
.gutenverse-menu-wrapper .gutenverse-menu .sub-menu li a {
font-size: 16px!important;
}
#menu-menu-principal .sub-menu {
margin-top: 15px!important;
width: 100%!important;
}
.img-hp img {
object-position: center -40px;
}
s
}
.accordion-content a {
text-decoration: underline!important;
font-weight: 400;
color: #4b416d;
}
.pre-header {
z-index: 1;
}
#custom-message-box {
position: fixed;
bottom: 20px;
right: 20px;
max-width: 325px;
width: 100%;
background: #ffffff;
border-radius: 8px;
box-shadow: 0 10px 30px rgba(0,0,0,0.15);
z-index: 9999;
font-family: "Red Hat Display", sans-serif;
font-size: 16px;
font-weight: normal;
line-height: 1.6em;
animation: fadeIn 0.4s ease;
}
@media screen and (max-width: 768px) {
#custom-message-box {
max-width: 90%;
bottom: 15px;
right: 5%;
}
}
#custom-message-box a {
color: #4b416d;
text-decoration: underline;
}
.custom-message-content {
padding: 16px 20px;
position: relative;
}
.custom-message-close {
position: absolute;
top: 8px;
right: 10px;
background: none;
border: none;
font-size: 20px;
cursor: pointer;
line-height: 1;
}
@keyframes fadeIn {
from {
opacity: 0;
transform: translate(20px);
}
to {
opacity: 1;
transform: translate(0);
}
}
.guten-icon-list-item .list-text {
font-size: 16px;
line-height: 1.7;
color: var(--wp--preset--color--theme-3);
font-family: "Red Hat Display";
}
a .guten-icon-box-wrapper .icon-box-description {
color: #4b416d!important;
text-decoration: underline;
}
body .guten-icon-list .list-wrapper .guten-icon-list-item a {
gap: 8px;
}