a {
text-decoration: none !important;
}
footer {
display: none;
}
.site-header {
display: none;
}
.page-header {
display: none;
}
.grecaptcha-badge {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important;
}
.recaptcha_v3-bottomright {
display: none !important;
}
.block-1 {
color: #ffffff;
font-weight: 800;
font-size: 31px;
background: #020202;
padding: 10px 6px 10px 12px;
border-radius: 50px;
margin: 0 15px 0 0;
}
.sp-horizontal .sp-arrows {
width: 39% !important;
left: -120% !important;
top: 30% !important;
margin-top: -15px;
}
.sp-horizontal .sp-previous-arrow {
left: 20px;
right: auto;
display: flex;
justify-content: center;
align-items: center;
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
float: right;
text-align: right;
background: #F75F01;
padding: 10px 21px 10px 16px;
border-radius: 50px;
margin: -7px;
}
.flare-button .elementor-button-link {
position: relative;
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.flare-button .elementor-button-link:before {
content: "";
background-color: rgba(255, 255, 255, 0.5);
height: 100%;
width: 3em;
display: block;
position: absolute;
top: 0;
left: -4.5em;
-webkit-transform: skewX(-45deg) translateX(0);
transform: skewX(-45deg) translateX(0);
-webkit-transition: none;
transition: none;
webkit-animation: moving 3s ease-in-out infinite;
-moz-animation: moving 3s ease-in-out infinite;
-ms-animation: moving 3s ease-in-out infinite;
-o-animation: moving 3s ease-in-out infinite;
animation: moving 3s ease-in-out infinite;
}
@keyframes moving {
30% {
webkit-transform: skewX(-45deg) translateX(33.5em);
transform: skewX(-45deg) translateX(33.5em);
}
100% {
webkit-transform: skewX(-45deg) translateX(33.5em);
transform: skewX(-45deg) translateX(33.5em);
}
}
@-webkit-keyframes animate-circle {
from {
transform: scale(0);
opacity: 1;
}
to {
transform: scale(1);
opacity: 0;
}
}
@keyframes animate-circle {
from {
transform: scale(0);
opacity: 1;
}
to {
transform: scale(1);
opacity: 0;
}
}