.elementor-kit-9{--e-global-color-primary:#0A0938;--e-global-color-secondary:#A076F8;--e-global-color-text:#111111;--e-global-color-accent:#FFFFFF;--e-global-color-83aab7f:#311557;--e-global-color-33e963f:#672CAF;--e-global-color-7a3d9db:#8952FB;--e-global-color-72eaf3d:#5237F6;--e-global-color-a88fc86:#5C52FE;--e-global-color-cf8a472:#6369FD;--e-global-color-de35d68:#E9E9E9;--e-global-color-e872eb0:#F8F8F8;--e-global-typography-primary-font-family:"space-grotesk-variable";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"space-grotesk-variable";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"titillium-web";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"space-grotesk-variable";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 a{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
    overflow-x:hidden;
}

.grade-purple {
        background: #A472F7;
background: linear-gradient(90deg, rgba(164, 114, 247, 1) 0%, rgba(129, 62, 227, 1) 32%, rgba(79, 26, 130, 1) 64%, rgba(10, 10, 64, 1) 100%);
    }
        .grade-purple-reversed {
        background: #A472F7;
background: linear-gradient(270deg, rgba(164, 114, 247, 1) 0%, rgba(129, 62, 227, 1) 32%, rgba(79, 26, 130, 1) 64%, rgba(10, 10, 64, 1) 100%);
    }
    
    .grade-blue {
        background: #070944;
background: linear-gradient(90deg, rgba(7, 9, 68, 1) 0%, rgba(50, 42, 207, 1) 32%, rgba(69, 72, 245, 1) 64%, rgba(73, 104, 246, 1) 100%);
    }
    
        .grade-blue-reversed {
        background: #070944;
background: linear-gradient(270deg, rgba(7, 9, 68, 1) 0%, rgba(50, 42, 207, 1) 32%, rgba(69, 72, 245, 1) 64%, rgba(73, 104, 246, 1) 100%);
    }
    
.noisy {
  position: relative;
}

.noisy::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('http://deepskyblue-seal-861536.hostingersite.com/wp-content/uploads/nnnoise_2.svg');
  opacity: 0.5; /* controla aqui */
  pointer-events: none;
  z-index: 0;
}

.noisy > * {
  position: relative;
  z-index: 1;
}

.the_body {
  background:
    radial-gradient(140% 140% at 20% 80%, rgba(103,44,175,0.15), transparent 70%),
    radial-gradient(120% 120% at 66% 82%, #672caf -60%, transparent 70%),
    radial-gradient(120% 120% at 65% 23%, #311557 0%, transparent 70%),
    radial-gradient(120% 120% at 91% 45%, #111111 75%, transparent 85%),
    #0a0938;
}

/* largura da scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

/* fundo (track) */
::-webkit-scrollbar-track {
  background: #ffffff;
}

/* barra (thumb) */
::-webkit-scrollbar-thumb {
  background: #A472F7;; /* ou #6a0dad por exemplo */
  border-radius: 0px;
}

/* hover */
::-webkit-scrollbar-thumb:hover {
  background: #5a0099;
}/* End custom CSS */