.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;
}[class^="marvy-banner-section-"] {
text-align: center;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
margin: 0 auto;
min-height: 200px;
overflow: hidden;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
[class^="marvy-banner-section-"]:before {
display: block;
content: " ";
width: 2560px;
height: 2560px;
position: absolute;
transform-origin: center;
background-position: center;
background-repeat: no-repeat;
z-index: 50;
top: 50%;
left: 50%;
margin-top: -1280px;
margin-left: -1280px;
}
[class^="marvy-banner-section-"]:before {
background-size: 100% auto;
-webkit-animation: rotate 30s infinite linear;
-moz-animation: rotate 30s infinite linear;
-o-animation: rotate 30s infinite linear;
animation: rotate 30s infinite linear;
}
[class^="marvy-banner-section-"]:after {
background-size: 100% auto;
-webkit-animation: rotate 80s infinite linear;
-moz-animation: rotate 80s infinite linear;
-o-animation: rotate 80s infinite linear;
animation: rotate 80s infinite linear;
}
[class^="marvy-particles-first-"] {
position:absolute;
border-radius:50%;
top:50%;
left:50%;
z-index:5;
width:1000px;
height:600px;
opacity:0.4;
transform:translate(-50%, -50%);
}
[class^="marvy-particles-second-"] {
position:absolute;
top:0%;
left:0%;
z-index:5;
width:100%;
opacity:0.6;
}
@media only screen and (max-width:1200px) {
[class^="marvy-banner-section-"]:before {
background-size: 50% auto;
}
[class^="marvy-banner-section-"]:after {
background-size: 50% auto;
}
}
@-webkit-keyframes rotate {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
@-moz-keyframes rotate {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
@-o-keyframes rotate {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
@keyframes rotate {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
} [class^="marvy-color-drop-section-"] {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
[class^="marvy-color-drop-line-"]:after {
content: "";
position: absolute;
}
@keyframes drop {
80% {
opacity: 1;
}
100% {
transform: translate3d(0, 150vh, 0);
opacity: 0;
}
}
[class^="elementor-section.marvy-custom-color-drop-section-"] {
background-color: #000000;
}
[class^="elementor-section.marvy-custom-color-drop-section .elementor-container-"] {
z-index:99
} [class^="marvy-pure-animation-shape-"] {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
margin: 0px;
}
[class^="marvy-pure-animation-shape-"] li{
position: absolute;
display: block;
list-style: none;
width: 20px;
height: 20px;
background: #ffffff33;
animation: animate 25s linear infinite;
bottom: -150px;
border-radius: 0%;
}
[class^="marvy-pure-animation-shape-"] li:nth-child(1){
left: 25%;
width: 80px;
height: 80px;
animation-delay: 2s;
}
[class^="marvy-pure-animation-shape-"] li:nth-child(2){
left: 10%;
width: 20px;
height: 20px;
animation-delay: 2s;
animation-duration: 12s;
}
[class^="marvy-pure-animation-shape-"] li:nth-child(3){
left: 70%;
width: 20px;
height: 20px;
animation-delay: 4s;
}
[class^="marvy-pure-animation-shape-"] li:nth-child(4){
left: 40%;
width: 60px;
height: 60px;
animation-delay: 0s;
animation-duration: 18s;
}
[class^="marvy-pure-animation-shape-"] li:nth-child(5){
left: 65%;
width: 20px;
height: 20px;
animation-delay: 0s;
}
[class^="marvy-pure-animation-shape-"] li:nth-child(6){
left: 75%;
width: 110px;
height: 110px;
animation-delay: 3s;
}
[class^="marvy-pure-animation-shape-"] li:nth-child(7){
left: 35%;
width: 150px;
height: 150px;
animation-delay: 7s;
}
[class^="marvy-pure-animation-shape-"] li:nth-child(8){
left: 50%;
width: 25px;
height: 25px;
animation-delay: 15s;
animation-duration: 45s;
}
[class^="marvy-pure-animation-shape-"] li:nth-child(9){
left: 20%;
width: 15px;
height: 15px;
animation-delay: 2s;
animation-duration: 35s;
}
[class^="marvy-pure-animation-shape-"] li:nth-child(10){
left: 85%;
width: 150px;
height: 150px;
animation-delay: 0s;
animation-duration: 11s;
}
[class^="marvy-pure-animation-shape-"] li:nth-child(11){
left: 55%;
width: 50px;
height: 50px;
animation-delay: 2s;
animation-duration: 24s;
}[class^="marvy-pure-animation-shape-"] li:nth-child(12){
left: 25%;
width: 80px;
height: 80px;
animation-delay: 30s;
}[class^="marvy-pure-animation-shape-"] li:nth-child(13){
left: 65%;
width: 50px;
height:50px;
animation-delay: 8s;
animation-duration: 15s;
}[class^="marvy-pure-animation-shape-"] li:nth-child(14){
left: 40%;
width: 25px;
height: 25px;
animation-delay: 0s;
animation-duration: 17s;
}[class^="marvy-pure-animation-shape-"] li:nth-child(15){
left: 5%;
width: 60px;
height: 60px;
animation-delay: 5s;
animation-duration: 30s;
}
@keyframes animate {
0%{
transform: translateY(0) rotate(0deg);
}
100%{
transform: translateY(-1000px) rotate(720deg);
}
} [class^="marvy-ripples-section-"] {
position: absolute;
margin: 0 auto;
padding: 0 auto;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
[class^="marvy-ripples-circle-"] {
-webkit-animation: circle-small-scale 3s ease-in-out infinite alternate;
animation: circle-small-scale 3s ease-in-out infinite alternate;
animation-timing-function: cubic-bezier(.6, 0, .4, 1);
position: absolute;
border-radius: 50%;
opacity: 0.4;
z-index: -1;
}
@-webkit-keyframes circle-small-scale {
0% { -webkit-transform: scale(1.0); }
100% { -webkit-transform: scale(1.25); }
}
@keyframes circle-small-scale {
0% { transform: scale(1.0); }
100% { transform: scale(1.25); }
}
.elementor-section.marvy-custom-ripples-animation-section {
background-color: #151D24;
}
.elementor-section.marvy-custom-ripples-animation-section .elementor-container{
z-index:99
} [class^="marvy-rings-section-"]{
width: 100% !important;
height: 100% !important;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
} [class^="marvy-waves-section-"]{
width: 100% !important;
height: 100% !important;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
} [class^="marvy-topology-section-"]{
width: 100% !important;
height: 100% !important;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
} [class^="marvy-gradientBackground-section-"] {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.elementor-editor-active [class^="marvy-gradientBackground-section-"] {
z-index: -1 !important;
}
@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
} .marvy-snow-animtion-section{
overflow: hidden !important;
background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
} [class^="marvy-firework-section-"] {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} [class^="marvy-cloud-section-"] {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}.cc-window{opacity:1;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0!important}.cc-animate.cc-revoke{-webkit-transition:transform 1s ease;-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;transition:transform 1s ease;transition:transform 1s ease,-webkit-transform 1s ease}.cc-animate.cc-revoke.cc-top{-webkit-transform:translateY(-2em);transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{-webkit-transform:translateY(2em);transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-top{-webkit-transform:translateY(0);transform:translateY(0)}.cc-animate.cc-revoke.cc-active.cc-bottom{-webkit-transform:translateY(0);transform:translateY(0)}.cc-revoke:hover{-webkit-transform:translateY(0);transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;-webkit-transition:max-height 1s;transition:max-height 1s}
.cc-revoke,.cc-window{position:fixed;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:2147483646}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-revoke:hover{text-decoration:underline}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;margin-bottom:.4em;text-decoration:underline}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap;text-decoration:none}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-first-highlight .cc-btn:last-child{background-color:transparent;border-color:transparent}.cc-first-highlight .cc-btn:last-child:focus,.cc-first-highlight .cc-btn:last-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.2em;right:.4em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close.cc-closeXcustomText{text-decoration:underline;font-size:1.1em;top:.5em;right:.6em}.cc-window.cc-banner.cc-addedcloseX{padding:2em 1.8em}.cc-close:focus,.cc-close:hover{opacity:1}div.cc-blockingScreen{opacity:.5;background:#000;width:100%;height:100%;z-index:2147483630;top:0;left:0;position:fixed}span.cc-visually-hidden{border:0;padding:0;margin:0;position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-allswitches.cc-floating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-compliance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-webkit-box-flex:1;-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}.cc-switch-element{margin-bottom:.3em}.cc-switch{position:relative;display:inline-block;width:2.3em;height:1.4em;margin:0 .3em 0 0;vertical-align:middle}.cc-switch-label{margin-right:.6em}.cc-switch input{opacity:0;width:0;height:0;display:none}.cc-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}.cc-slider:before{position:absolute;content:"";height:1em;width:1em;left:.2em;bottom:.2em;background-color:#fff;-webkit-transition:.4s;transition:.4s}input:checked+.cc-slider{background-color:#a0db8e}input:focus+.cc-slider{-webkit-box-shadow:0 0 1px #a0db8e;box-shadow:0 0 1px #a0db8e}input:checked+.cc-slider:before{-webkit-transform:translateX(.9em);transform:translateX(.9em)}.cc-slider.disabled:before{opacity:45%}.cc-slider.classic{border-radius:.6em}.cc-slider.classic:before{border-radius:50%}.cc-popovercenter{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);min-width:380px;z-index:2147483645}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-popovercenter{top:50%!important;left:50%!important;min-width:calc(100%)!important}}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-webkit-box-flex:0;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-highlight .cc-btn:last-child{min-width:140px}.cc-theme-classic .cc-highlight .cc-btn:first-child{min-width:0}.cc-theme-classic .cc-first-highlight .cc-btn:last-child{min-width:0}.cc-theme-classic .cc-first-highlight .cc-btn:first-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em;margin-bottom:1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}