body.elementor-page-234:not(.elementor-motion-effects-element-type-background), body.elementor-page-234 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS */p{
margin-bottom: 0px;
margin-top: 0px;
}

html, body{ width:100%; overflow-x:hidden; }

.cor {
color: #F28705;
}

.cor2 {
background: linear-gradient(295deg, #5C32CB 6.36%, #D43E87 33.8%, #FB7646 80.46%, #FAD640 103.25%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
box-decoration-break: clone;
-webkit-box-decoration-break: clone;
}

.sm {
font-weight: 600;
}

.m {
font-weight: 500;
}

.n {
font-weight: 400;
}

.b {
font-weight: 700;
}

.eb {
font-weight: 800;
}

.pulsing-button {
animation: pulse 2s infinite;
}

@keyframes pulse {
0% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}/* End custom CSS */