.YouTubePopUp-Close.vp-dark-ci:before{
	color: #222 !important;
}

.vp-flex.vp-dark-bg{
	background-color: #222 !important;
}
body.logged-in .YouTubePopUp-Wrap.vp-align{
    top:0;
}

.YouTubePopUp-Wrap.vp-align .vp-flex{
    max-height:100% !important;
}

.YouTubePopUp-Wrap.vp-align{
    width:480px;
    height:240px;
    top:auto;
    bottom:0;
    margin-top:auto;
    margin-bottom:30px;
    box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.3);
   -moz-box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.3);
   -webkit-box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.3);
    padding:5px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border-radius:3px;
   -moz-border-radius:3px;
   -webkit-border-radius:3px;
}

.vp-align-left{
    left:0;
    right:auto;
    margin-left:30px;;
    margin-right:auto;
}

.vp-align-right{
    right:0;
    left:auto;
    margin-right:30px;
    margin-left:auto;
}

.vp-align .vp-flex{
    max-width:100% !important;
    height:100% !important;
    margin:0 !important;
    box-shadow:none !important;
   -moz-box-shadow:none !important;
   -webkit-box-shadow:none !important;
}

.vp-align .YouTubePopUp-Close{
    top:-33px;
    left:-5px;
    background-color:rgba(0,0,0,0.6);
    width:24px;
    height:24px;
    line-height:27px;
    border-radius:50%;
    text-align:center;
    -moz-border-radius:50%;
   -webkit-border-radius:50%;
   box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.3);
   -moz-box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.3);
   -webkit-box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.vp-align .YouTubePopUp-Close:before{
    text-shadow:none;
    font-size:14px;
    color:#fff !important;
}

.vp-align .YouTubePopUp-Close.vp-dark-ci:before{
    color:#fff !important;
}

.vp-align .vp-flex.vp-dark-bg{
    background-color:inherit !important;
}

.vp-align .YouTubePopUp-Close.vp-dark-ci{
    background-color:rgba(0,0,0,0.6) !important;
}

.vp-align-right .YouTubePopUp-Close{
    left:auto;
    right:-5px;
}
.vp-modal,
.vp-modal *,
.vp-modal *::before,
.vp-modal *::after{
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  outline: 0 !important;
  font-size: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  line-height: 1 !important;
  box-sizing: border-box !important;
}

@media print {
    .vp-modal {
        display: none !important;
    }
}

.vp-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: #000;
    background: rgba(0, 0, 0, 0.70);
    backdrop-filter: blur(5px);
    z-index: 99999998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    font-size: 0 !important;
}

.vp-modal.vp-show {
    opacity: 1;
    visibility: visible;
}

.vp-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 95%;
    height: 100vh;
    margin: 0 auto !important;
    padding: 20px !important;
    transform: scale(0.9) translateY(30px);
    transition: all 0.3s ease;
    font-size:0 !important;
    box-sizing: border-box;
}

.vp-modal.vp-show .vp-container {
    transform: scale(1) translateY(0);
}

.vp-video {
    font-size:0 !important;
    position: relative;
    
    width: 800px;
    max-width: 92vw;
    
    height: 450px;
    max-height: 86vh;

    min-width: 150px;
    min-height: 84.38px;

    background: #000000;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.2),
        0 10px 20px rgba(0, 0, 0, 0.2) !important;
}

.vp-video iframe,
.vp-video video {
    width: 100%;
    height: 100%;
    border: none;
    font-size:0 !important;
    background: #000000 !important;
}

.vp-close {
   position: absolute;
   z-index: 999999;
   top: 0;
   left: -35px;
   width: 20px;
   height: 20px;
   background-size: 100% 100%;
   border: none;
   border-radius: 50% !important;
   font-size: 0 !important;
   cursor: pointer;
   transition: all 0.2s ease;
}

.vp-close:hover {
    opacity: 0.5;
}

@media (max-width: 1096px) {
    .vp-container{
        max-width: 85%;
        padding: 10px !important;
    }
}

@media (max-width: 960px) {
    .vp-close{
        left:-30px;
    }
}

@media (max-width: 768px) {
    .vp-video{
        height: auto !important;
        max-height: 100% !important;
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 500px) {
    .vp-container{
        max-width: 80%;
        padding: 5px !important;
    }

    .vp-close{
        left: -25px;
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 260px) {
    .vp-close{
        left: -20px;
    }
}

.vp-video::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px !important;
    border: 3px solid #000 !important;
    border-top: 3px solid #fff !important;
    border-radius: 50% !important;
    animation: video-popup_spin-load 1s linear infinite;
    z-index: 1;
}

.vp-video iframe,
.vp-video video {
    z-index: 100;
    position: relative;
}

@keyframes video-popup_spin-load {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.vp-video iframe[src],
.vp-video video[src] {
    background: #000;
}

.vp-video:has(iframe[src])::before,
.vp-video:has(video[src])::before {
    display: none;
}

.YouTubePopUp-Wrap{
    display: none !important;
}
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-paypal-commerce-supported-cards .wpforms-hidden{display:none}.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-paypal-commerce-supported-cards div{width:35px;height:24px;display:block;float:left;margin-right:10px}.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-paypal-commerce-supported-cards .wpforms-paypal-commerce-amex-icon{}.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-paypal-commerce-supported-cards .wpforms-paypal-commerce-discover-icon{}.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-paypal-commerce-supported-cards .wpforms-paypal-commerce-maestro-icon{}.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-paypal-commerce-supported-cards .wpforms-paypal-commerce-mastercard-icon{}.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-paypal-commerce-supported-cards .wpforms-paypal-commerce-visa-icon{}.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-hidden{display:none}.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-paypal-commerce-card-fields iframe{width:100% !important}.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-paypal-commerce-card-fields .wpforms-field-paypal-commerce-number{width:100%}.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-paypal-commerce-card-fields .wpforms-field-paypal-commerce-date{padding-inline-start:0}.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-field-paypal-commerce-cardnumber,.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-field-paypal-commerce-carddate,.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-field-paypal-commerce-cardcode,.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-field-paypal-commerce-cardname{background-color:#fff;box-sizing:border-box;border-radius:2px;color:#333;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;display:block;float:none;font-size:16px;border:1px solid #ccc;padding:6px 10px;height:38px;width:100%;line-height:1.3}.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-field-paypal-commerce-cardnumber.braintree-hosted-fields-focused,.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-field-paypal-commerce-cardnumber:focus,.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-field-paypal-commerce-carddate.braintree-hosted-fields-focused,.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-field-paypal-commerce-carddate:focus,.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-field-paypal-commerce-cardcode.braintree-hosted-fields-focused,.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-field-paypal-commerce-cardcode:focus,.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-field-paypal-commerce-cardname.braintree-hosted-fields-focused,.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-field-paypal-commerce-cardname:focus{border:1px solid #999;box-shadow:none}.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-paypal-commerce-fastlane-fields{margin-top:15px}.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-paypal-commerce-fastlane-fields .wpforms-field-row:last-of-type{margin-bottom:0}.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-paypal-commerce-fastlane-fields .wpforms-paypal-commerce-fastlane-email-container{flex:1;margin-inline-end:15px}.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-paypal-commerce-fastlane-fields .wpforms-paypal-commerce-fastlane-email-continue{height:var(--wpforms-field-size-input-height)}.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-paypal-commerce-fastlane-fields .wpforms-paypal-commerce-fastlane-payment .wpforms-field-row{border:1px solid #ccc}.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-paypal-commerce-fastlane-fields .wpforms-paypal-commerce-fastlane-container{display:flex;flex-wrap:wrap;width:100%}.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-paypal-commerce-fastlane-fields .wpforms-paypal-commerce-fastlane-container .wpforms-error{flex:0 0 100% !important}.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-paypal-commerce-fastlane-fields .wpforms-paypal-commerce-fastlane-continue-container .wpforms-paypal-commerce-fastlane-email-container input{min-width:0}.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-paypal-commerce-fastlane-fields .wpforms-paypal-commerce-fastlane-continue-container .wpforms-paypal-commerce-fastlane-email-continue{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%;min-width:auto}.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-paypal-commerce-fastlane-fields .wpforms-paypal-commerce-fastlane-continue-container .wpforms-paypal-commerce-fastlane-email-continue:disabled{opacity:0.5}.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-paypal-commerce-fastlane-fields .wpforms-paypal-commerce-fastlane-watermark-container{margin-top:10px}.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-paypal-commerce-fastlane-fields .wpforms-paypal-commerce-fastlane-payment{margin-top:10px}.et-db #et-boc .et-l .et_pb_module .wpforms-form .wpforms-submit-container button[type=submit].wpforms-submit.wpforms-hidden{display:none}.et-db #et-boc .et-l .et_pb_module .wpforms-form .wpforms-submit-container{--paypal-commerce-button-height: 45px}.et-db #et-boc .et-l .et_pb_module .wpforms-form .wpforms-submit-container .wpforms-paypal-commerce-single-submit-button,.et-db #et-boc .et-l .et_pb_module .wpforms-form .wpforms-submit-container .wpforms-paypal-commerce-subscriptions-submit-button{display:flex;flex-direction:column;gap:15px;position:relative}.et-db #et-boc .et-l .et_pb_module .wpforms-form .wpforms-submit-container .wpforms-paypal-commerce-single-submit-button.size-small,.et-db #et-boc .et-l .et_pb_module .wpforms-form .wpforms-submit-container .wpforms-paypal-commerce-subscriptions-submit-button.size-small{width:25%}@media (max-width: 599px){.et-db #et-boc .et-l .et_pb_module .wpforms-form .wpforms-submit-container .wpforms-paypal-commerce-single-submit-button.size-small,.et-db #et-boc .et-l .et_pb_module .wpforms-form .wpforms-submit-container .wpforms-paypal-commerce-subscriptions-submit-button.size-small{width:100%}}.et-db #et-boc .et-l .et_pb_module .wpforms-form .wpforms-submit-container .wpforms-paypal-commerce-single-submit-button.size-medium,.et-db #et-boc .et-l .et_pb_module .wpforms-form .wpforms-submit-container .wpforms-paypal-commerce-subscriptions-submit-button.size-medium{width:60%}@media (max-width: 599px){.et-db #et-boc .et-l .et_pb_module .wpforms-form .wpforms-submit-container .wpforms-paypal-commerce-single-submit-button.size-medium,.et-db #et-boc .et-l .et_pb_module .wpforms-form .wpforms-submit-container .wpforms-paypal-commerce-subscriptions-submit-button.size-medium{width:100%}}.et-db #et-boc .et-l .et_pb_module .wpforms-form .wpforms-submit-container .wpforms-paypal-commerce-single-submit-button.size-large,.et-db #et-boc .et-l .et_pb_module .wpforms-form .wpforms-submit-container .wpforms-paypal-commerce-subscriptions-submit-button.size-large{width:100%}.et-db #et-boc .et-l .et_pb_module .wpforms-form .wpforms-submit-container .wpforms-paypal-commerce-single-submit-button.wpforms-hidden,.et-db #et-boc .et-l .et_pb_module .wpforms-form .wpforms-submit-container .wpforms-paypal-commerce-subscriptions-submit-button.wpforms-hidden{display:none}.et-db #et-boc .et-l .et_pb_module .wpforms-form .wpforms-submit-container .wpforms-paypal-commerce-single-submit-button .wpforms-paypal-commerce-single-spinner,.et-db #et-boc .et-l .et_pb_module .wpforms-form .wpforms-submit-container .wpforms-paypal-commerce-single-submit-button .wpforms-paypal-commerce-recurring-spinner,.et-db #et-boc .et-l .et_pb_module .wpforms-form .wpforms-submit-container .wpforms-paypal-commerce-subscriptions-submit-button .wpforms-paypal-commerce-single-spinner,.et-db #et-boc .et-l .et_pb_module .wpforms-form .wpforms-submit-container .wpforms-paypal-commerce-subscriptions-submit-button .wpforms-paypal-commerce-recurring-spinner{position:absolute;top:calc(50% - 13px);left:calc(50% - 13px);z-index:99999;margin:0;max-width:26px;vertical-align:middle}.et-db #et-boc .et-l .et_pb_module .wpforms-form .wpforms-submit-container .wpforms-paypal-commerce-single-submit-button .paypal-buttons-context-iframe>iframe,.et-db #et-boc .et-l .et_pb_module .wpforms-form .wpforms-submit-container .wpforms-paypal-commerce-subscriptions-submit-button .paypal-buttons-context-iframe>iframe{width:100% !important}.et-db #et-boc .et-l .et_pb_module .wpforms-form .wpforms-submit-container .wpforms-paypal-commerce-applepay-button{--apple-pay-button-height: var(--paypal-commerce-button-height);--apple-pay-button-box-sizing: border-box;display:flex}.et-db #et-boc .et-l .et_pb_module .wpforms-form .wpforms-submit-container .wpforms-paypal-commerce-applepay-button>[buttonstyle]{width:100%}.et-db #et-boc .et-l .et_pb_module .wpforms-form .wpforms-submit-container .wpforms-paypal-commerce-googlepay-button{height:var(--paypal-commerce-button-height)}.et-db #et-boc .et-l .et_pb_module #wpforms-conversational-form-page .wpforms-form .wpforms-field-paypal-commerce .wpforms-field-paypal-commerce-cardnumber,.et-db #et-boc .et-l .et_pb_module #wpforms-conversational-form-page .wpforms-form .wpforms-field-paypal-commerce .wpforms-field-paypal-commerce-carddate,.et-db #et-boc .et-l .et_pb_module #wpforms-conversational-form-page .wpforms-form .wpforms-field-paypal-commerce .wpforms-field-paypal-commerce-cardcode{border:none;height:66px;border-radius:0;padding:10px 0;color:#1a3d5c;border-bottom:1px solid rgba(26,61,92,0.1);background-color:transparent}.et-db #et-boc .et-l .et_pb_module #wpforms-conversational-form-page .wpforms-form .wpforms-field-paypal-commerce .wpforms-paypal-commerce-supported-cards{height:24px;margin:17px 0}.et-db #et-boc .et-l .et_pb_module #wpforms-conversational-form-page .wpforms-form .wpforms-field-paypal-commerce .wpforms-paypal-commerce-fastlane-fields{margin-top:17px}.et-db #et-boc .et-l .et_pb_module #wpforms-conversational-form-page .wpforms-form .wpforms-field-paypal-commerce .wpforms-paypal-commerce-fastlane-fields .wpforms-field-row{display:flex;align-items:stretch;flex-wrap:wrap;border:none}.et-db #et-boc .et-l .et_pb_module #wpforms-conversational-form-page .wpforms-form .wpforms-field-paypal-commerce .wpforms-paypal-commerce-fastlane-fields .wpforms-field-row .wpforms-paypal-commerce-fastlane-email-container{width:100%;position:relative;margin-inline-end:30px}.et-db #et-boc .et-l .et_pb_module #wpforms-conversational-form-page .wpforms-form .wpforms-field-paypal-commerce .wpforms-paypal-commerce-fastlane-fields .wpforms-field-row .wpforms-paypal-commerce-fastlane-continue-container{white-space:nowrap;align-self:center}.et-db #et-boc .et-l .et_pb_module #wpforms-conversational-form-page .wpforms-form .wpforms-field-paypal-commerce .wpforms-paypal-commerce-fastlane-fields .wpforms-field-row .wpforms-paypal-commerce-fastlane-payment-component{width:100%}.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-paypal-commerce-credit-card-hidden-input,.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-field-paypal-commerce-cardnumber,.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-field-paypal-commerce-carddate,.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-field-paypal-commerce-cardcode,.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-field-paypal-commerce-cardname{background-color:var(--wpforms-field-background-color);border-radius:var(--wpforms-field-border-radius);color:var(--wpforms-field-text-color);border:var(--wpforms-field-border-size, 1px) var(--wpforms-field-border-style, solid) var(--wpforms-field-border-color);padding:0 var(--wpforms-field-size-padding-h);font-size:var(--wpforms-field-size-font-size);line-height:100%;box-shadow:none;transition:border 0.15s;display:block;width:100%;box-sizing:border-box;height:var(--wpforms-field-size-input-height);font-style:normal;font-weight:normal}.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-paypal-commerce-credit-card-hidden-input.braintree-hosted-fields-focused,.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-paypal-commerce-credit-card-hidden-input:focus,.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-field-paypal-commerce-cardnumber.braintree-hosted-fields-focused,.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-field-paypal-commerce-cardnumber:focus,.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-field-paypal-commerce-carddate.braintree-hosted-fields-focused,.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-field-paypal-commerce-carddate:focus,.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-field-paypal-commerce-cardcode.braintree-hosted-fields-focused,.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-field-paypal-commerce-cardcode:focus,.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-field-paypal-commerce-cardname.braintree-hosted-fields-focused,.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-field-paypal-commerce-cardname:focus{border-width:var(--wpforms-field-border-size, 0);border-style:solid;border-color:var(--wpforms-button-background-color);box-shadow:0 0 0 1px var(--wpforms-button-background-color),0px 1px 2px rgba(0,0,0,0.15);outline:none}.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-paypal-commerce-fastlane-payment .wpforms-field-row{border:var(--wpforms-field-border-size, 1px) var(--wpforms-field-border-style, solid) var(--wpforms-field-border-color)}.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-paypal-commerce-credit-card-hidden-input{display:none}.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-field-paypal-commerce .wpforms-field-paypal-commerce-cardnumber.wpforms-error:not(label),.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-field-paypal-commerce .wpforms-field-paypal-commerce-carddate.wpforms-error:not(label),.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-field-paypal-commerce .wpforms-field-paypal-commerce-cardcode.wpforms-error:not(label),.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-field-paypal-commerce .wpforms-field-paypal-commerce-cardname.wpforms-error:not(label){border-width:var(--wpforms-field-border-size);border-style:solid;border-color:var(--wpforms-label-error-color)}.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-field-paypal-commerce .wpforms-field-paypal-commerce-cardnumber.wpforms-error:hover,.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-field-paypal-commerce .wpforms-field-paypal-commerce-carddate.wpforms-error:hover,.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-field-paypal-commerce .wpforms-field-paypal-commerce-cardcode.wpforms-error:hover,.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-field-paypal-commerce .wpforms-field-paypal-commerce-cardname.wpforms-error:hover{border-width:var(--wpforms-field-border-size);border-style:solid;border-color:var(--wpforms-label-error-color);box-shadow:0 0 2px 0 var(--wpforms-label-error-color)}.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-field-paypal-commerce .wpforms-field-paypal-commerce-cardnumber.wpforms-error.braintree-hosted-fields-focused,.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-field-paypal-commerce .wpforms-field-paypal-commerce-cardnumber.wpforms-error:focus-within,.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-field-paypal-commerce .wpforms-field-paypal-commerce-carddate.wpforms-error.braintree-hosted-fields-focused,.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-field-paypal-commerce .wpforms-field-paypal-commerce-carddate.wpforms-error:focus-within,.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-field-paypal-commerce .wpforms-field-paypal-commerce-cardcode.wpforms-error.braintree-hosted-fields-focused,.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-field-paypal-commerce .wpforms-field-paypal-commerce-cardcode.wpforms-error:focus-within,.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-field-paypal-commerce .wpforms-field-paypal-commerce-cardname.wpforms-error.braintree-hosted-fields-focused,.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-field-paypal-commerce .wpforms-field-paypal-commerce-cardname.wpforms-error:focus-within{border-width:var(--wpforms-field-border-size);border-style:solid;border-color:var(--wpforms-label-error-color);box-shadow:0 0 0 1px var(--wpforms-label-error-color)}.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-field-paypal-commerce .wpforms-field-sublabel+.wpforms-error{margin-top:calc( 1.5 * var( --wpforms-field-size-sublabel-spacing ))}.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-field-paypal-commerce>.wpforms-field-row{margin-bottom:0}.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-field-paypal-commerce .wpforms-paypal-commerce-card-fields:not(.wpforms-hidden){margin-top:var(--wpforms-field-size-input-spacing)}.et-db #et-boc .et-l .et_pb_module div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-error-container+.wpforms-submit-container .wpforms-paypal-commerce-single-submit-button{margin-top:0}.et-db #et-boc .et-l .et_pb_module .wpforms-container.wpforms-loading.wpforms-paypal-commerce{opacity:1}.et-db #et-boc .et-l .et_pb_module .wpforms-container.wpforms-loading.wpforms-paypal-commerce .wpforms-field-container,.et-db #et-boc .et-l .et_pb_module .wpforms-container.wpforms-loading.wpforms-paypal-commerce .wpforms-submit{opacity:var(--wpforms-loading-opacity)}.et-db #et-boc .et-l .et_pb_module .wpforms-container.wpforms-loading.wpforms-paypal-commerce .wpforms-submit-container .paypal-buttons,.et-db #et-boc .et-l .et_pb_module .wpforms-container.wpforms-loading.wpforms-paypal-commerce .wpforms-submit-container .wpforms-paypal-commerce-applepay-button,.et-db #et-boc .et-l .et_pb_module .wpforms-container.wpforms-loading.wpforms-paypal-commerce .wpforms-submit-container .wpforms-paypal-commerce-googlepay-button{opacity:var(--wpforms-loading-opacity);pointer-events:none}.et-db #et-boc .et-l .et_pb_module .wpforms-container .wpforms-paypal-commerce-error{padding-bottom:5px}.et-db #et-boc .et-l .et_pb_module .wpforms-layout-column.wpforms-layout-column-25 .wpforms-paypal-commerce-fastlane-email-container,.et-db #et-boc .et-l .et_pb_module .wpforms-field-row.wpforms-field-small .wpforms-paypal-commerce-fastlane-email-container{margin-inline-end:0 !important;margin-block-end:var(--wpforms-field-size-input-spacing)}.et-db #et-boc .et-l .et_pb_module .wpforms-layout-column.wpforms-layout-column-25 .wpforms-paypal-commerce-fastlane-continue-container,.et-db #et-boc .et-l .et_pb_module .wpforms-field-row.wpforms-field-small .wpforms-paypal-commerce-fastlane-continue-container{width:100% !important}

:where(html.wpc-bgl255) .vp-close{background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M8 8L16 16M16 8L8 16" stroke="%23ffffff" stroke-width="2" stroke-linecap="round"/></svg>') rgba(0, 0, 0, 0.4) center no-repeat}:where(html.wpc-bgl255) .et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-paypal-commerce-supported-cards .wpforms-paypal-commerce-amex-icon{background-image:url("/wp-content/plugins/wpforms-lite/assets/images/integrations/paypal-commerce//amex.svg")}:where(html.wpc-bgl255) .et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-paypal-commerce-supported-cards .wpforms-paypal-commerce-discover-icon{background-image:url("/wp-content/plugins/wpforms-lite/assets/images/integrations/paypal-commerce//discover.svg")}:where(html.wpc-bgl255) .et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-paypal-commerce-supported-cards .wpforms-paypal-commerce-maestro-icon{background-image:url("/wp-content/plugins/wpforms-lite/assets/images/integrations/paypal-commerce//maestro.svg")}:where(html.wpc-bgl255) .et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-paypal-commerce-supported-cards .wpforms-paypal-commerce-mastercard-icon{background-image:url("/wp-content/plugins/wpforms-lite/assets/images/integrations/paypal-commerce//mastercard.svg")}:where(html.wpc-bgl255) .et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-paypal-commerce .wpforms-paypal-commerce-supported-cards .wpforms-paypal-commerce-visa-icon{background-image:url("/wp-content/plugins/wpforms-lite/assets/images/integrations/paypal-commerce//visa.svg")}